Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(124)

Side by Side Diff: chrome/browser/extensions/extension_input_module_constants.h

Issue 9230004: Remove API elements that are no longer in the IME API design document (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix copyright Created 8 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 // Copyright (c) 2011 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 // Constants used for the input API and the Windows API. 5 // Constants used for the input API and the Windows API.
6 6
7 #ifndef CHROME_BROWSER_EXTENSIONS_EXTENSION_INPUT_MODULE_CONSTANTS_H_ 7 #ifndef CHROME_BROWSER_EXTENSIONS_EXTENSION_INPUT_MODULE_CONSTANTS_H_
8 #define CHROME_BROWSER_EXTENSIONS_EXTENSION_INPUT_MODULE_CONSTANTS_H_ 8 #define CHROME_BROWSER_EXTENSIONS_EXTENSION_INPUT_MODULE_CONSTANTS_H_
9 #pragma once 9 #pragma once
10 10
11 namespace extension_input_module_constants { 11 namespace extension_input_module_constants {
12 12
13 // Keys used in serializing input data & events. 13 // Keys used in serializing input data & events.
14 extern const char kAltKeyKey[];
15 extern const char kAnnotationKey[]; 14 extern const char kAnnotationKey[];
16 extern const char kAuxiliaryTextKey[]; 15 extern const char kAuxiliaryTextKey[];
17 extern const char kAuxiliaryTextVisibleKey[]; 16 extern const char kAuxiliaryTextVisibleKey[];
18 extern const char kCandidateIdKey[]; 17 extern const char kCandidateIdKey[];
19 extern const char kCandidateKey[]; 18 extern const char kCandidateKey[];
20 extern const char kCandidatesKey[]; 19 extern const char kCandidatesKey[];
21 extern const char kCheckedKey[]; 20 extern const char kCheckedKey[];
22 extern const char kContextIdKey[]; 21 extern const char kContextIdKey[];
23 extern const char kCtrlKeyKey[];
24 extern const char kCursorKey[]; 22 extern const char kCursorKey[];
25 extern const char kCursorVisibleKey[]; 23 extern const char kCursorVisibleKey[];
26 extern const char kEnabledKey[]; 24 extern const char kEnabledKey[];
27 extern const char kEndKey[]; 25 extern const char kEndKey[];
28 extern const char kEngineIdKey[]; 26 extern const char kEngineIdKey[];
29 extern const char kIconKey[];
30 extern const char kIdKey[]; 27 extern const char kIdKey[];
31 extern const char kItemsKey[]; 28 extern const char kItemsKey[];
32 extern const char kKeyKey[]; 29 extern const char kKeyKey[];
33 extern const char kLabelKey[]; 30 extern const char kLabelKey[];
34 extern const char kPageSizeKey[]; 31 extern const char kPageSizeKey[];
35 extern const char kParentIdKey[]; 32 extern const char kParentIdKey[];
36 extern const char kPropertiesKey[]; 33 extern const char kPropertiesKey[];
37 extern const char kSegmentsKey[]; 34 extern const char kSegmentsKey[];
38 extern const char kSelectionEndKey[]; 35 extern const char kSelectionEndKey[];
39 extern const char kSelectionStartKey[]; 36 extern const char kSelectionStartKey[];
40 extern const char kShiftKeyKey[];
41 extern const char kShortcutKey[];
42 extern const char kStartKey[]; 37 extern const char kStartKey[];
43 extern const char kStyleDoubleUnderline[]; 38 extern const char kStyleDoubleUnderline[];
44 extern const char kStyleKey[]; 39 extern const char kStyleKey[];
45 extern const char kStyleUnderline[]; 40 extern const char kStyleUnderline[];
46 extern const char kTextKey[]; 41 extern const char kTextKey[];
47 extern const char kVerticalKey[]; 42 extern const char kVerticalKey[];
48 extern const char kVisibleKey[]; 43 extern const char kVisibleKey[];
49 44
50 }; // namespace extension_input_module_constants 45 }; // namespace extension_input_module_constants
51 46
52 #endif // CHROME_BROWSER_EXTENSIONS_EXTENSION_INPUT_MODULE_CONSTANTS_H_ 47 #endif // CHROME_BROWSER_EXTENSIONS_EXTENSION_INPUT_MODULE_CONSTANTS_H_
OLDNEW
« no previous file with comments | « chrome/browser/extensions/extension_input_ime_api.cc ('k') | chrome/browser/extensions/extension_input_module_constants.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698