blob: 18ce4b2d896595761becbf25d4a8d19063a405e9 [file] [log] [blame]
// Copyright (c) 2011 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "chrome/browser/extensions/extension_input_module_constants.h"
namespace extension_input_module_constants {
const char kAnnotationKey[] = "annotation";
const char kAuxiliaryTextKey[] = "auxiliaryText";
const char kAuxiliaryTextVisibleKey[] = "auxiliaryTextVisible";
const char kCandidateIdKey[] = "candidateID";
const char kCandidateKey[] = "candidate";
const char kCandidatesKey[] = "candidates";
const char kContextIdKey[] = "contextID";
const char kCursorVisibleKey[] = "cursorVisible";
const char kEndKey[] = "end";
const char kEngineIdKey[] = "engineID";
const char kIdKey[] = "id";
const char kLabelKey[] = "label";
const char kPageSizeKey[] = "pageSize";
const char kPropertiesKey[] = "properties";
const char kSegmentsKey[] = "segments";
const char kSelectionEndKey[] = "selectionEnd";
const char kSelectionStartKey[] = "selectionStart";
const char kStartKey[] = "start";
const char kStyleDoubleUnderline[] = "doubleUnderline";
const char kStyleKey[] = "style";
const char kStyleUnderline[] = "underline";
const char kTextKey[] = "text";
const char kVerticalKey[] = "vertical";
const char kVisibleKey[] = "visible";
} // namespace extension_input_module_constants