Searched defs:keyboard (Results 1 - 25 of 40) sorted by relevance

12

/external/chromium_org/ui/keyboard/
H A Dkeyboard.h8 #include "ui/keyboard/keyboard_export.h"
10 namespace keyboard { namespace
12 // Initializes the keyboard module. This includes adding the necessary pak files
13 // for loading resources used in for the virtual keyboard, and registers
15 // virtual keyboard. This becomes a no-op after the first call.
18 } // namespace keyboard
H A Dkeyboard_constants.h8 #include "ui/keyboard/keyboard_export.h"
10 namespace keyboard { namespace
12 // The URL of the keyboard WebUI.
15 // The host of the keyboard WebUI URL.
18 } // namespace keyboard
H A Dkeyboard_constants.cc5 #include "ui/keyboard/keyboard_constants.h"
7 namespace keyboard { namespace
9 const char kKeyboardWebUIURL[] = "chrome://keyboard";
10 const char kKeyboardWebUIHost[] = "keyboard";
12 } // namespace keyboard
H A Dkeyboard_controller_observer.h8 #include "ui/keyboard/keyboard_export.h"
14 namespace keyboard { namespace
17 // occur with the keyboard, such as the bounds or visiility changing.
20 // Called when the keyboard bounds or visibility are about to change.
24 } // namespace keyboard
H A Dkeyboard_switches.cc5 #include "ui/keyboard/keyboard_switches.h"
7 namespace keyboard { namespace
10 const char kEnableVirtualKeyboard[] = "enable-virtual-keyboard";
13 } // namespace keyboard
H A Dkeyboard_switches.h8 #include "ui/keyboard/keyboard_export.h"
10 namespace keyboard { namespace
13 // Enables the virtual keyboard.
17 } // namespace keyboard
H A Dkeyboard_ui_controller.h9 #include "ui/keyboard/keyboard_export.h"
15 namespace keyboard { namespace
17 // WebUIController for chrome://keyboard/.
27 } // namespace keyboard
H A Dkeyboard_ui_handler.h12 namespace keyboard { namespace
14 // The WebUI handler for chrome://keyboard. Inserts text into the currently
31 } // namespace keyboard
H A Dkeyboard.cc5 #include "ui/keyboard/keyboard.h"
13 #include "ui/keyboard/keyboard_constants.h"
14 #include "ui/keyboard/keyboard_ui_controller.h"
29 if (url == GURL(keyboard::kKeyboardWebUIURL))
45 if (url == GURL(keyboard::kKeyboardWebUIURL))
46 return new keyboard::KeyboardUIController(web_ui);
66 namespace keyboard { namespace
85 } // namespace keyboard
H A Dkeyboard_controller_proxy.h10 #include "ui/keyboard/keyboard_export.h"
27 namespace keyboard { namespace
30 // keyboard window.
36 // Gets the virtual keyboard window. Ownership of the returned Window remains
49 // Shows the container window of the keyboard. The default implementation
54 // Hides the container window of the keyboard. The default implementation
61 // keyboard.
65 // keyboard page is loaded (e.g. install a WebContentsObserver).
67 // loading the keyboard page.
76 } // namespace keyboard
[all...]
H A Dkeyboard_ui_controller.cc5 #include "ui/keyboard/keyboard_ui_controller.h"
12 #include "ui/keyboard/keyboard_constants.h"
13 #include "ui/keyboard/keyboard_ui_handler.h"
19 content::WebUIDataSource::Create(keyboard::kKeyboardWebUIHost);
33 source->AddResourcePath("elements/kb-keyboard.html",
59 namespace keyboard { namespace
73 } // namespace keyboard
H A Dkeyboard_ui_handler.cc5 #include "ui/keyboard/keyboard_ui_handler.h"
16 #include "ui/keyboard/keyboard_util.h"
18 namespace keyboard { namespace
47 if (!keyboard::InsertText(text, root_window))
51 } // namespace keyboard
H A Dkeyboard_util.h11 #include "ui/keyboard/keyboard_export.h"
18 namespace keyboard { namespace
28 // Returns true if the virtual keyboard is enabled.
44 // Get the list of keyboard resources. |size| is populated with the number of
49 } // namespace keyboard
H A Dkeyboard_controller.h13 #include "ui/keyboard/keyboard_export.h"
26 namespace keyboard { namespace
32 // Provides control of the virtual keyboard, including providing a container
41 // Returns the container for the keyboard, which is then owned by the caller.
73 } // namespace keyboard
H A Dkeyboard_util.cc5 #include "ui/keyboard/keyboard_util.h"
18 #include "ui/keyboard/keyboard_switches.h"
20 namespace keyboard { namespace
111 {"keyboard/api_adapter.js", IDR_KEYBOARD_API_ADAPTER_JS},
112 {"keyboard/constants.js", IDR_KEYBOARD_CONSTANTS_JS},
113 {"keyboard/elements/kb-altkey.html", IDR_KEYBOARD_ELEMENTS_ALTKEY},
114 {"keyboard/elements/kb-altkey-container.html",
116 {"keyboard/elements/kb-altkey-data.html",
118 {"keyboard/elements/kb-altkey-set.html", IDR_KEYBOARD_ELEMENTS_ALTKEY_SET},
119 {"keyboard/element
[all...]
H A Dkeyboard_controller_proxy.cc5 #include "ui/keyboard/keyboard_controller_proxy.h"
13 #include "ui/keyboard/keyboard_constants.h"
17 // The WebContentsDelegate for the keyboard.
18 // The delegate deletes itself when the keyboard is destroyed.
22 KeyboardContentsDelegate(keyboard::KeyboardControllerProxy* proxy)
50 keyboard::KeyboardControllerProxy* proxy_;
57 namespace keyboard { namespace
97 } // namespace keyboard
/external/chromium_org/chrome/browser/resources/chromeos/keyboard/
H A Dkeyboard_utils.js6 * Namespace for keyboard utility functions.
8 var keyboard = {};
15 keyboard.onKeyIgnore_ = function(event) {
30 keyboard.onKeyDown_ = function(event) {
35 keyboard.raiseKeyFocusPrevious(document.activeElement);
39 keyboard.raiseKeyFocusNext(document.activeElement);
46 * Raises tab/shift-tab keyboard events.
52 keyboard.raiseTabKeyEvent_ = function(element, eventType, shift) {
69 * Raises shift+tab keyboard events to focus previous element.
72 keyboard
[all...]
/external/chromium_org/tools/site_compare/drivers/
H A D__init__.py11 keyboard = __import__(platform_dir+".keyboard", globals(), locals(), ['']) variable
/external/chromium_org/tools/site_compare/scrapers/chrome/
H A Dchromebase.py11 from drivers import keyboard namespace
80 keyboard.TypeString(url, 0.1)
81 keyboard.TypeString("\n")
107 keyboard.TypeString(r"{\4}", use_modifiers=True)
149 keyboard.TypeString(url, 0.1)
150 keyboard.TypeString("\n")
164 keyboard.TypeString(r"{\4}", use_modifiers=True)
177 keyboard.TypeString(r"{\4}", use_modifiers=True)
/external/chromium_org/ash/shell/
H A Dshell_delegate_impl.h13 namespace keyboard { namespace
44 virtual keyboard::KeyboardControllerProxy*
/external/chromium_org/chrome/browser/ui/ash/
H A Dchrome_shell_delegate.h28 namespace keyboard { namespace
61 virtual keyboard::KeyboardControllerProxy*
/external/chromium_org/tools/site_compare/scrapers/firefox/
H A Dfirefox2.py12 from drivers import keyboard namespace
105 keyboard.TypeString("[t]", True)
116 # Use keyboard shortcuts
117 keyboard.TypeString("{d}", True)
118 keyboard.TypeString(url)
119 keyboard.TypeString("\n")
145 keyboard.TypeString("[w]", True)
188 keyboard.TypeString("[t]", True)
192 # Use keyboard shortcuts
193 keyboard
[all...]
/external/chromium_org/tools/site_compare/scrapers/ie/
H A Die7.py12 from drivers import keyboard namespace
100 keyboard.TypeString(url)
101 keyboard.TypeString("\n")
161 keyboard.TypeString(url)
162 keyboard.TypeString("\n")
174 keyboard.TypeString(r"{\4}", use_modifiers=True)
188 keyboard.TypeString(r"{\4}", use_modifiers=True)
/external/qemu/android/
H A Dqemulator.h18 #include "android/skin/keyboard.h"
26 SkinKeyboard* keyboard; member in struct:__anon24146
/external/chromium_org/ash/test/
H A Dtest_shell_delegate.h14 namespace keyboard { namespace
47 virtual keyboard::KeyboardControllerProxy*

Completed in 375 milliseconds

12