Switch TestFrameNavigationObserver to DidCommitProvisionalLoadForFrame.
[chromium-blink-merge.git] / third_party / google_input_tools / src / chrome / os / inputview / specnodename.js
blob0b087bcedc690760700e8f9bd8a5b35c719c721b
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.inputview.SpecNodeName');
17 /**
18 * The node name in the specification.
20 * @enum {string}
22 i18n.input.chrome.inputview.SpecNodeName = {
23 ALIGN: 'align',
24 ARIA_LABEL: 'ariaLabel',
25 CHARACTERS: 'characters',
26 CHILDREN: 'children',
27 CONDITION: 'condition',
28 DIRECTION: 'direction',
29 DISABLE_LONGPRESS: 'disableLongpress',
30 EMOJI_NAMES: 'emojiNames',
31 GIVE_WEIGHT_TO: 'giveWeightTo',
32 HAS_ALTGR_KEY: 'hasAltGrKey',
33 HEIGHT: 'height',
34 HEIGHT_IN_WEIGHT: 'heightInWeight',
35 HEIGHT_PERCENT: 'heightPercent',
36 HINT_TEXT: 'hintText',
37 ICON_CSS_CLASS: 'iconCssClass',
38 ID: 'id',
39 IS_GREY: 'isGrey',
40 LAYOUT: 'layout',
41 LAYOUT_ID: 'layoutID',
42 HEIGHT_PERCENT_OF_WIDTH: 'heightPercentOfWidth',
43 MARGIN_LEFT_PERCENT: 'marginLeftPercent',
44 MARGIN_RIGHT_PERCENT: 'marginRightPercent',
45 MINIMUM_HEIGHT: 'minimumHeight',
46 MORE_KEYS: 'moreKeys',
47 NO_SHIFT: 'noShift',
48 NUMBER_ROW_WEIGHT: 'numberRowWeight',
49 KEY_CODE: 'keyCode',
50 KEY_LIST: 'keyList',
51 MAPPING: 'mapping',
52 NAME: 'name',
53 ON_CONTEXT: 'onContext',
54 PADDING: 'padding',
55 RECORD: 'record',
56 SHOW_MENU_KEY: 'showMenuKey',
57 ENABLE_SHIFT_RENDERING: 'enableShiftRendering',
58 SUPPORT_STICKY: 'supportSticky',
59 SPEC: 'spec',
60 TEXT: 'text',
61 TEXT_CSS_CLASS: 'textCssClass',
62 TITLE: 'title',
63 TYPE: 'type',
64 TO_STATE: 'toState',
65 TO_KEYSET: 'toKeyset',
66 TO_KEYSET_NAME: 'toKeysetName',
67 WIDTH: 'width',
68 WIDTH_IN_WEIGHT: 'widthInWeight',
69 WIDTH_PERCENT: 'widthPercent',
70 IS_EMOTICON: 'isEmoticon',
71 MORE_KEYS_SHIFT_OPERATION: 'moreKeysShiftOperation',
72 ON_SHIFT: 'onShift',
73 FIXED_COLUMN_NUMBER: 'fixedColumnNumber'