| 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 23 matching lines...) Expand all Loading... |
| 34 ID: 'id', | 34 ID: 'id', |
| 35 IS_EMOJI: 'isEmoji', | 35 IS_EMOJI: 'isEmoji', |
| 36 IS_AUTOCORRECT: 'isAutoCorrect', | 36 IS_AUTOCORRECT: 'isAutoCorrect', |
| 37 KEY: 'key', | 37 KEY: 'key', |
| 38 KEYCODE: 'keyCode', | 38 KEYCODE: 'keyCode', |
| 39 KEYSET: 'keyset', | 39 KEYSET: 'keyset', |
| 40 KEY_DATA: 'keyData', | 40 KEY_DATA: 'keyData', |
| 41 LANGUAGE: 'language', | 41 LANGUAGE: 'language', |
| 42 MATCHED_LENGTHS: 'matchedLengths', | 42 MATCHED_LENGTHS: 'matchedLengths', |
| 43 MSG: 'msg', | 43 MSG: 'msg', |
| 44 MSG_TYPE: 'type', | 44 TYPE: 'type', |
| 45 OPTION_PREFIX: 'optionPrefix', | 45 OPTION_PREFIX: 'optionPrefix', |
| 46 OPTION_TYPE: 'optionType', | 46 OPTION_TYPE: 'optionType', |
| 47 PAGE_SIZE: 'pageSize', | 47 PAGE_SIZE: 'pageSize', |
| 48 POSSIBILITIES: 'possibilities', | 48 POSSIBILITIES: 'possibilities', |
| 49 PROPERTIES: 'properties', | 49 PROPERTIES: 'properties', |
| 50 REQUEST_ID: 'requestId', | 50 REQUEST_ID: 'requestId', |
| 51 SHIFT_KEY: 'shiftKey', | 51 SHIFT_KEY: 'shiftKey', |
| 52 SOURCE: 'source', | 52 SOURCE: 'source', |
| 53 SOURCES: 'sources', | 53 SOURCES: 'sources', |
| 54 SPATIAL_DATA: 'spatialData', | 54 SPATIAL_DATA: 'spatialData', |
| 55 SCREEN: 'screen', | 55 SCREEN: 'screen', |
| 56 STROKES: 'strokes', | 56 STROKES: 'strokes', |
| 57 TEXT: 'text', | 57 TEXT: 'text', |
| 58 VERTICAL: 'vertical', | 58 VERTICAL: 'vertical', |
| 59 VISIBLE: 'visible', | 59 VISIBLE: 'visible', |
| 60 VISIBILITY: 'visibility', | 60 VISIBILITY: 'visibility', |
| 61 WIDTH: 'width' | 61 WIDTH: 'width' |
| 62 }; | 62 }; |
| OLD | NEW |