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

123

/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. This becomes a no-op
18 // Resets the keyboard to an uninitialized state. Required for
23 } // namespace keyboard
H A Dkeyboard_constants.h8 #include "ui/keyboard/keyboard_export.h"
10 namespace keyboard { namespace
12 // The URL of the keyboard extension.
15 // The host of the keyboard extension URL.
18 } // namespace keyboard
H A Dkeyboard_constants.cc5 #include "ui/keyboard/keyboard_constants.h"
7 namespace keyboard { namespace
9 const char kKeyboardURL[] = "chrome://keyboard";
10 const char kKeyboardHost[] = "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.h8 #include "ui/keyboard/keyboard_export.h"
10 namespace keyboard { namespace
13 // Enables the swipe selection feature on the virtual keyboard.
17 // contents of the virtual keyboard container.
21 // of the virtual keyboard container.
27 // Enables the virtual keyboard.
30 // Disabled overscrolling of web content when the virtual keyboard is displayed.
35 // Enable overscrolling of web content when the virtual keyboard is displayed
40 } // namespace keyboard
H A Dkeyboard_layout_manager.h11 namespace keyboard { namespace
15 // LayoutManager for the virtual keyboard container. Manages a single window
16 // (the virtual keyboard) and keeps it positioned at the bottom of the
41 } // namespace keyboard
H A Dkeyboard.cc5 #include "ui/keyboard/keyboard.h"
10 #include "ui/keyboard/webui/vk_webui_controller.h"
12 namespace keyboard { namespace
46 } // namespace keyboard
H A Dkeyboard_layout_manager.cc5 #include "ui/keyboard/keyboard_layout_manager.h"
8 #include "ui/keyboard/keyboard_controller.h"
9 #include "ui/keyboard/keyboard_controller_proxy.h"
10 #include "ui/keyboard/keyboard_util.h"
12 namespace keyboard { namespace
55 // different extension. Virtual keyboard window may wait for this bounds
59 // We need to send out this notification only if keyboard is visible since
60 // keyboard window is resized even if keyboard is hidden.
66 } // namespace keyboard
[all...]
H A Dkeyboard_switches.cc5 #include "ui/keyboard/keyboard_switches.h"
7 namespace keyboard { namespace
17 const char kEnableVirtualKeyboard[] = "enable-virtual-keyboard";
20 "disable-virtual-keyboard-overscroll";
22 "enable-virtual-keyboard-overscroll";
25 } // namespace keyboard
H A Dkeyboard_controller_proxy.h12 #include "ui/keyboard/keyboard_export.h"
32 namespace keyboard { namespace
35 // keyboard window.
55 // Gets the virtual keyboard window. Ownership of the returned Window remains
59 // Whether the keyboard window is created. The keyboard window is tied to a
72 // Shows the container window of the keyboard. The default implementation
77 // Hides the container window of the keyboard. The default implementation
85 // Ensures caret in current work area (not occluded by virtual keyboard
89 // Loads system virtual keyboard
[all...]
H A Dkeyboard_util.h13 #include "ui/keyboard/keyboard_export.h"
23 namespace keyboard { namespace
33 // An enumeration of different keyboard control events that should be logged.
41 // An enumeration of keyboard overscroll override value.
48 // An enumeration of keyboard policy settings.
55 // Gets the default keyboard bounds from |window_bounds|.
59 // Gets the caculated keyboard bounds from |window_bounds|. The keyboard height
64 // Sets the state of the a11y onscreen keyboard.
67 // Gets the state of the a11y onscreen keyboard
[all...]
/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) {
35 keyboard.onKeyDown_ = function(event) {
45 keyboard.raiseKeyFocusPrevious(document.activeElement);
50 keyboard.raiseKeyFocusNext(document.activeElement);
57 * Raises tab/shift-tab keyboard events.
63 keyboard.raiseTabKeyEvent_ = function(element, eventType, shift) {
80 * Raises shift+tab keyboard events to focus previous element.
83 keyboard
[all...]
/external/chromium_org/ui/keyboard/webui/
H A Dvk_mojo_handler.h10 #include "ui/keyboard/webui/keyboard.mojom.h"
12 namespace keyboard { namespace
49 } // namespace keyboard
H A Dvk_webui_controller.h15 #include "ui/keyboard/keyboard_export.h"
16 #include "ui/keyboard/webui/keyboard.mojom.h"
22 namespace keyboard { namespace
71 } // namespace keyboard
/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.h17 namespace keyboard { namespace
45 virtual keyboard::KeyboardControllerProxy*
/external/chromium_org/ash/
H A Dshell_delegate.h36 namespace keyboard { namespace
55 // Called when keyboard is activated/deactivated.
97 // Create a shell-specific keyboard::KeyboardControllerProxy
98 virtual keyboard::KeyboardControllerProxy*
101 // Called when virtual keyboard has been activated/deactivated.
104 // Adds or removes virtual keyboard state observer.
/external/chromium_org/chrome/browser/ui/ash/
H A Dchrome_shell_delegate.h29 namespace keyboard { namespace
58 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:__anon29170
/external/chromium_org/ash/test/
H A Dtest_shell_delegate.h16 namespace keyboard { namespace
43 virtual keyboard::KeyboardControllerProxy*
/external/chromium_org/chrome/browser/chromeos/events/
H A Dxinput_hierarchy_changed_event_listener.cc44 chromeos::input_method::ImeKeyboard* keyboard = local
46 keyboard->ReapplyCurrentModifierLockStatus();
47 keyboard->ReapplyCurrentKeyboardLayout();
/external/chromium_org/ash/wm/
H A Dlock_layout_manager_unittest.cc17 #include "ui/keyboard/keyboard_controller.h"
18 #include "ui/keyboard/keyboard_controller_proxy.h"
19 #include "ui/keyboard/keyboard_switches.h"
20 #include "ui/keyboard/keyboard_util.h"
66 // Allow a virtual keyboard (and initialize it per default).
68 keyboard::switches::kEnableVirtualKeyboard);
71 keyboard::KeyboardController::GetInstance());
76 keyboard::KeyboardController::GetInstance());
94 // Show or hide the keyboard.
96 keyboard local
237 keyboard::KeyboardController* keyboard = local
[all...]

Completed in 330 milliseconds

123