Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / google_input_tools / src / chrome / os / message / name.js
blobdbb2e43bff030a9c1ea71d483d2ac49f4ceb0abc
1 // Copyright 2014 The ChromeOS IME Authors. All Rights Reserved.
2 // limitations under the License.
3 // See the License for the specific language governing permissions and
4 // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
5 // distributed under the License is distributed on an "AS-IS" BASIS,
6 // Unless required by applicable law or agreed to in writing, software
7 //
8 //      http://www.apache.org/licenses/LICENSE-2.0
9 //
10 // You may obtain a copy of the License at
11 // you may not use this file except in compliance with the License.
12 // Licensed under the Apache License, Version 2.0 (the "License");
14 goog.provide('i18n.input.chrome.message.Name');
17 /**
18  * The message attribute name.
19  *
20  * @enum {string}
21  */
22 i18n.input.chrome.message.Name = {
23   ALT_KEY: 'altKey',
24   ANCHOR: 'anchor',
25   AUXILIARY_TEXT: 'auxiliaryText',
26   AUXILIARY_TEXT_VISIBLE: 'auxiliaryTextVisible',
27   CANDIDATE: 'candidate',
28   CANDIDATES: 'candidates',
29   CANDIDATE_ID: 'candidateID',
30   CODE: 'code',
31   CONTEXT_ID: 'contextID',
32   CONTEXT_TYPE: 'contextType',
33   CURSOR_VISIBLE: 'cursorVisible',
34   CTRL_KEY: 'ctrlKey',
35   CURSOR: 'cursor',
36   ENGINE_ID: 'engineID',
37   FOCUS: 'focus',
38   GESTURE_DATA: 'gestureData',
39   GESTURE_RESULTS: 'gestureResults',
40   HEIGHT: 'height',
41   ID: 'id',
42   IN_PROGRESS: 'inProgress',
43   IS_AUTOCORRECT: 'isAutoCorrect',
44   IS_EMOJI: 'isEmoji',
45   IS_SWIPE: 'isSwipe',
46   KEY: 'key',
47   KEYBOARD_LAYOUT: 'keyboardLayout',
48   KEYCODE: 'keyCode',
49   KEYSET: 'keyset',
50   KEY_DATA: 'keyData',
51   LANGUAGE: 'language',
52   LENGTH: 'length',
53   MATCHED_LENGTHS: 'matchedLengths',
54   MSG: 'msg',
55   THRESHOLD: 'threshold',
56   TYPE: 'type',
57   OFFSET: 'offset',
58   OPTION_PREFIX: 'optionPrefix',
59   OPTION_TYPE: 'optionType',
60   PAGE_SIZE: 'pageSize',
61   POSSIBILITIES: 'possibilities',
62   PROPERTIES: 'properties',
63   REQUEST_ID: 'requestId',
64   SCREEN: 'screen',
65   SHIFT_KEY: 'shiftKey',
66   SOURCE: 'source',
67   SOURCES: 'sources',
68   SPATIAL_DATA: 'spatialData',
69   STROKES: 'strokes',
70   TEXT: 'text',
71   VERTICAL: 'vertical',
72   VISIBLE: 'visible',
73   VISIBILITY: 'visibility',
74   VOICE_STATE: 'voice_state',
75   WIDTH: 'width',
76   WORKSPACE_HEIGHT: 'workspace_height',
77   SWITCHING: 'switching',
78   VOICE_PRIVACY_INFO: 'voice_privacy_info',
79   HWT_PRIVACY_INFO: 'hwt_privacy_info'