OLD | NEW |
1 // Copyright 2014 The ChromeOS IME Authors. All Rights Reserved. | 1 // Copyright 2014 The ChromeOS IME Authors. All Rights Reserved. |
2 // limitations under the License. | 2 // limitations under the License. |
3 // See the License for the specific language governing permissions and | 3 // See the License for the specific language governing permissions and |
4 // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | 4 // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
5 // distributed under the License is distributed on an "AS-IS" BASIS, | 5 // distributed under the License is distributed on an "AS-IS" BASIS, |
6 // Unless required by applicable law or agreed to in writing, software | 6 // Unless required by applicable law or agreed to in writing, software |
7 // | 7 // |
8 // http://www.apache.org/licenses/LICENSE-2.0 | 8 // http://www.apache.org/licenses/LICENSE-2.0 |
9 // | 9 // |
10 // You may obtain a copy of the License at | 10 // You may obtain a copy of the License at |
(...skipping 19 matching lines...) Expand all Loading... |
30 CONTEXT_TYPE: 'contextType', | 30 CONTEXT_TYPE: 'contextType', |
31 CURSOR_VISIBLE: 'cursorVisible', | 31 CURSOR_VISIBLE: 'cursorVisible', |
32 CTRL_KEY: 'ctrlKey', | 32 CTRL_KEY: 'ctrlKey', |
33 CURSOR: 'cursor', | 33 CURSOR: 'cursor', |
34 ENGINE_ID: 'engineID', | 34 ENGINE_ID: 'engineID', |
35 FOCUS: 'focus', | 35 FOCUS: 'focus', |
36 HEIGHT: 'height', | 36 HEIGHT: 'height', |
37 ID: 'id', | 37 ID: 'id', |
38 IS_AUTOCORRECT: 'isAutoCorrect', | 38 IS_AUTOCORRECT: 'isAutoCorrect', |
39 IS_EMOJI: 'isEmoji', | 39 IS_EMOJI: 'isEmoji', |
40 IS_EXPERIMENTAL: 'IS_EXPERIMENTAL', | |
41 KEY: 'key', | 40 KEY: 'key', |
42 KEYCODE: 'keyCode', | 41 KEYCODE: 'keyCode', |
43 KEYSET: 'keyset', | 42 KEYSET: 'keyset', |
44 KEY_DATA: 'keyData', | 43 KEY_DATA: 'keyData', |
45 LANGUAGE: 'language', | 44 LANGUAGE: 'language', |
46 LENGTH: 'length', | 45 LENGTH: 'length', |
47 MATCHED_LENGTHS: 'matchedLengths', | 46 MATCHED_LENGTHS: 'matchedLengths', |
48 MSG: 'msg', | 47 MSG: 'msg', |
49 THRESHOLD: 'threshold', | 48 THRESHOLD: 'threshold', |
50 TYPE: 'type', | 49 TYPE: 'type', |
(...skipping 14 matching lines...) Expand all Loading... |
65 VERTICAL: 'vertical', | 64 VERTICAL: 'vertical', |
66 VISIBLE: 'visible', | 65 VISIBLE: 'visible', |
67 VISIBILITY: 'visibility', | 66 VISIBILITY: 'visibility', |
68 VOICE_STATE: 'voice_state', | 67 VOICE_STATE: 'voice_state', |
69 WIDTH: 'width', | 68 WIDTH: 'width', |
70 WORKSPACE_HEIGHT: 'workspace_height', | 69 WORKSPACE_HEIGHT: 'workspace_height', |
71 SWITCHING: 'switching', | 70 SWITCHING: 'switching', |
72 VOICE_PRIVACY_INFO: 'voice_privacy_info', | 71 VOICE_PRIVACY_INFO: 'voice_privacy_info', |
73 HWT_PRIVACY_INFO: 'hwt_privacy_info' | 72 HWT_PRIVACY_INFO: 'hwt_privacy_info' |
74 }; | 73 }; |
OLD | NEW |