/external/chromium_org/ash/system/keyboard_brightness/ |
keyboard_brightness_control_delegate.h | 8 namespace ui { namespace 10 } // namespace ui 22 const ui::Accelerator& accelerator) = 0; 24 const ui::Accelerator& accelerator) = 0;
|
/external/chromium_org/chrome/browser/ui/views/ |
select_file_dialog_extension_factory.cc | 5 #include "chrome/browser/ui/views/select_file_dialog_extension_factory.h" 7 #include "chrome/browser/ui/views/select_file_dialog_extension.h" 15 ui::SelectFileDialog* SelectFileDialogExtensionFactory::Create( 16 ui::SelectFileDialog::Listener* listener, 17 ui::SelectFilePolicy* policy) {
|
/external/chromium_org/content/browser/renderer_host/input/ |
web_input_event_util_posix.h | 9 #include "ui/events/keycodes/keyboard_codes.h" 13 ui::KeyboardCode GetWindowsKeyCodeWithoutLocation(ui::KeyboardCode key_code); 15 ui::KeyboardCode key_code);
|
/external/chromium_org/ui/base/ime/ |
dummy_input_method_delegate.cc | 5 #include "ui/base/ime/dummy_input_method_delegate.h" 7 namespace ui { namespace 19 ui::EventType type, 20 ui::KeyboardCode key_code, 26 } // namespace ui
|
input_method_delegate.h | 9 #include "ui/base/ui_export.h" 10 #include "ui/events/event_constants.h" 11 #include "ui/events/keycodes/keyboard_codes.h" 13 namespace ui { namespace 17 // ui::InputMethod implementation. 28 virtual bool DispatchFabricatedKeyEventPostIME(ui::EventType type, 29 ui::KeyboardCode key_code, 34 } // namespace ui
|
/external/chromium_org/ui/shell_dialogs/ |
select_file_dialog_factory.h | 8 #include "ui/shell_dialogs/select_file_dialog.h" 9 #include "ui/shell_dialogs/shell_dialogs_export.h" 11 namespace ui { namespace 23 virtual SelectFileDialog* Create(ui::SelectFileDialog::Listener* listener, 24 ui::SelectFilePolicy* policy) = 0; 27 } // namespace ui
|
/external/chromium_org/ui/base/ |
window_open_disposition.cc | 5 #include "ui/base/window_open_disposition.h" 8 #include "ui/events/event_constants.h" 10 namespace ui { namespace 33 (event_flags & ui::EF_MIDDLE_MOUSE_BUTTON) != 0, 34 (event_flags & ui::EF_ALT_DOWN) != 0, 35 (event_flags & ui::EF_CONTROL_DOWN) != 0, 36 (event_flags & ui::EF_COMMAND_DOWN) != 0, 37 (event_flags & ui::EF_SHIFT_DOWN) != 0); 40 } // namespace ui
|
/external/chromium_org/chrome/browser/ui/ |
accelerator_utils.h | 10 namespace ui { namespace 18 bool IsChromeAccelerator(const ui::Accelerator& accelerator,
|
chrome_style.h | 9 #include "ui/base/resource/resource_bundle.h" 12 // of the new "Chrome-style" UI. 14 // TODO(wittman): These functions and constants should be moved under src/ui, 15 // possibly src/ui/base, as the "Chrome-style" UI will become the default 32 const ui::ResourceBundle::FontStyle kTextFontStyle = 33 ui::ResourceBundle::BaseFont; 35 const ui::ResourceBundle::FontStyle kTitleFontStyle = 36 ui::ResourceBundle::MediumFont;
|
/external/chromium_org/chrome/browser/ui/ash/multi_user/ |
multi_user_context_menu.cc | 5 #include "chrome/browser/ui/ash/multi_user/multi_user_context_menu.h" 7 #include "ui/base/models/menu_model.h" 9 scoped_ptr<ui::MenuModel> CreateMultiUserContextMenu(aura::Window* window) { 10 scoped_ptr<ui::MenuModel> menu_model;
|
multi_user_context_menu.h | 14 namespace ui { namespace 19 scoped_ptr<ui::MenuModel> CreateMultiUserContextMenu(aura::Window* window);
|
/external/chromium_org/chrome/browser/ui/views/frame/ |
browser_frame_common_win.h | 10 namespace ui { namespace 18 const ui::ThemeProvider* theme_provider);
|
/external/chromium_org/ui/compositor/test/ |
test_layers.h | 10 namespace ui { namespace 17 std::string ChildLayerNamesAsString(const ui::Layer& parent); 20 } // namespace ui
|
/external/chromium_org/ui/views/corewm/ |
input_method_event_filter.h | 11 #include "ui/aura/window.h" 12 #include "ui/base/ime/input_method_delegate.h" 13 #include "ui/events/event_handler.h" 14 #include "ui/gfx/native_widget_types.h" 15 #include "ui/views/views_export.h" 17 namespace ui { namespace 27 : public ui::EventHandler, 28 public ui::internal::InputMethodDelegate { 35 ui::InputMethod* input_method() const { return input_method_.get(); } 38 // Overridden from ui::EventHandler [all...] |
/external/chromium_org/ui/views/ime/ |
input_method_delegate.h | 8 #include "ui/views/views_export.h" 10 namespace ui { namespace 25 virtual void DispatchKeyEventPostIME(const ui::KeyEvent& key) = 0;
|
/external/chromium_org/ui/views/widget/desktop_aura/ |
desktop_cursor_loader_updater_auralinux.cc | 5 #include "ui/views/widget/desktop_aura/desktop_cursor_loader_updater_auralinux.h" 7 #include "ui/aura/root_window.h" 8 #include "ui/base/cursor/cursor_loader.h" 9 #include "ui/base/cursor/cursors_aura.h" 10 #include "ui/gfx/display.h" 19 ui::kCursorNorthEastSouthWestResize, 20 ui::kCursorNorthWestSouthEastResize, 21 ui::kCursorVerticalText, 22 ui::kCursorCell, 23 ui::kCursorContextMenu [all...] |
/external/chromium_org/chrome/browser/ui/ash/ |
ime_controller_chromeos_unittest.cc | 5 #include "chrome/browser/ui/ash/ime_controller_chromeos.h" 11 #include "ui/base/accelerators/accelerator.h" 12 #include "ui/events/event_constants.h" 13 #include "ui/events/keycodes/keyboard_codes.h" 43 ui::Accelerator accel(ui::VKEY_A, ui::EF_CONTROL_DOWN); 44 ui::Accelerator remapped = controller_.RemapAccelerator(accel); 46 accel.set_type(ui::ET_KEY_RELEASED); 53 ui::Accelerator accel(ui::VKEY_A, ui::EF_CONTROL_DOWN) [all...] |
ime_controller_chromeos.h | 21 virtual bool HandlePreviousIme(const ui::Accelerator& accelerator) OVERRIDE; 22 virtual bool HandleSwitchIme(const ui::Accelerator& accelerator) OVERRIDE; 23 virtual ui::Accelerator RemapAccelerator( 24 const ui::Accelerator& accelerator) OVERRIDE;
|
/external/chromium_org/ui/base/cursor/ |
cursors_aura.cc | 5 #include "ui/base/cursor/cursors_aura.h" 9 #include "ui/base/resource/resource_bundle.h" 10 #include "ui/gfx/image/image_skia.h" 11 #include "ui/gfx/point.h" 13 namespace ui { namespace 37 {ui::kCursorNull, IDR_AURA_CURSOR_PTR, {4, 4}, {8, 9}}, 38 {ui::kCursorPointer, IDR_AURA_CURSOR_PTR, {4, 4}, {8, 9}}, 39 {ui::kCursorNoDrop, IDR_AURA_CURSOR_NO_DROP, {9, 9}, {18, 18}}, 40 {ui::kCursorNotAllowed, IDR_AURA_CURSOR_NO_DROP, {9, 9}, {18, 18}}, 41 {ui::kCursorCopy, IDR_AURA_CURSOR_COPY, {9, 9}, {18, 18}} [all...] |
/external/chromium_org/content/common/ |
clipboard_messages.h | 14 #include "ui/base/clipboard/clipboard.h" 24 struct ParamTraits<ui::Clipboard::FormatType> { 25 typedef ui::Clipboard::FormatType param_type; 35 IPC_ENUM_TRAITS(ui::ClipboardType) 41 ui::Clipboard::ObjectMap /* objects */) 46 ui::Clipboard::ObjectMap /* objects */, 49 ui::ClipboardType /* type */, 52 ui::Clipboard::FormatType /* format */, 53 ui::ClipboardType /* type */, 56 ui::ClipboardType /* type */ [all...] |
/external/chromium_org/chrome/browser/chromeos/ |
keyboard_driven_event_rewriter_unittest.cc | 10 #include "ui/events/event.h" 11 #include "ui/events/test/events_test_utils_x11.h" 35 std::string GetRewrittenEventAsString(ui::KeyboardCode ui_keycode, 37 ui::EventType ui_type, 40 ui::ScopedXI2Event xev; 45 ui::KeyEvent keyevent(xev, false /* is_char */); 77 ui::KeyboardCode ui_keycode; 82 { ui::VKEY_A, ui::EF_NONE, keycode_a_, 0 }, 83 { ui::VKEY_A, ui::EF_CONTROL_DOWN, keycode_a_, ControlMask } [all...] |
keyboard_driven_event_rewriter.h | 10 namespace ui { namespace 27 bool RewriteIfKeyboardDrivenOnLoginScreen(ui::KeyEvent* event); 30 bool RewriteForTesting(ui::KeyEvent* event); 33 bool RewriteEvent(ui::KeyEvent* event);
|
/external/chromium_org/ui/aura/test/ |
aura_test_base.cc | 5 #include "ui/aura/test/aura_test_base.h" 7 #include "ui/aura/client/window_tree_client.h" 8 #include "ui/aura/root_window.h" 9 #include "ui/aura/test/aura_test_helper.h" 10 #include "ui/aura/test/test_window_delegate.h" 11 #include "ui/aura/window.h" 12 #include "ui/base/ime/input_method_initializer.h" 13 #include "ui/events/gestures/gesture_configuration.h" 33 ui::InitializeInputMethodForTesting(); 38 ui::GestureConfiguration::set_long_press_time_in_seconds(1.0) [all...] |
/external/chromium/chrome/browser/ui/views/ |
event_utils.cc | 5 #include "chrome/browser/ui/views/event_utils.h" 16 (event_flags & ui::EF_MIDDLE_BUTTON_DOWN) != 0, 17 (event_flags & ui::EF_ALT_DOWN) != 0, 18 (event_flags & ui::EF_CONTROL_DOWN) != 0, 20 (event_flags & ui::EF_SHIFT_DOWN) != 0);
|
/external/chromium_org/chrome/browser/ui/android/ |
window_android_helper.h | 10 namespace ui { namespace 20 void SetWindowAndroid(ui::WindowAndroid* window_android); 21 ui::WindowAndroid* GetWindowAndroid(); 28 ui::WindowAndroid* window_android_;
|