HomeSort by relevance Sort by last modified time
    Searched refs:ui (Results 351 - 375 of 5313) sorted by null

<<11121314151617181920>>

  /external/chromium_org/chrome/browser/ui/ash/
event_rewriter.h 16 #include "ui/aura/root_window_observer.h"
17 #include "ui/events/keycodes/keyboard_codes.h"
59 void RewriteForTesting(ui::KeyEvent* event);
84 ui::KeyEvent* event) OVERRIDE;
86 ui::LocatedEvent* event) OVERRIDE;
113 ui::KeyboardCode output_keycode;
122 bool TopRowKeysAreFunctionKeys(ui::KeyEvent* event) const;
135 ui::KeyboardCode* remapped_keycode,
151 ui::KeyboardCode* remapped_keycode,
159 void Rewrite(ui::KeyEvent* event)
    [all...]
ime_controller_chromeos.cc 5 #include "chrome/browser/ui/ash/ime_controller_chromeos.h"
8 #include "ui/base/accelerators/accelerator.h"
16 bool ImeController::HandlePreviousIme(const ui::Accelerator& accelerator) {
22 bool ImeController::HandleSwitchIme(const ui::Accelerator& accelerator) {
28 ui::Accelerator ImeController::RemapAccelerator(
29 const ui::Accelerator& accelerator) {
30 ui::KeyboardCode key = accelerator.key_code();
35 if (key >= ui::VKEY_0 && key <= ui::VKEY_9) {
41 modifiers ^= ui::EF_SHIFT_DOWN
    [all...]
  /external/chromium_org/chrome/browser/ui/cocoa/
cocoa_test_helper.h 10 #import "ui/base/test/ui_cocoa_test_helper.h"
19 class CocoaTest : public ui::CocoaTest {
  /external/chromium_org/chrome/browser/ui/cocoa/download/
download_show_all_cell.h 9 #import "chrome/browser/ui/cocoa/gradient_button_cell.h"
14 scoped_ptr<ui::ThemeProvider> themeProvider_;
  /external/chromium_org/chrome/browser/ui/views/
dropdown_bar_host_aura.cc 5 #include "chrome/browser/ui/views/dropdown_bar_host.h"
8 #include "ui/aura/window.h"
9 #include "ui/events/event.h"
10 #include "ui/views/view_constants_aura.h"
11 #include "ui/views/widget/widget.h"
18 const ui::KeyEvent& key_event) {
21 ui::Event* ui_event =
22 static_cast<ui::Event*>(const_cast<ui::KeyEvent*>(&key_event));
  /external/chromium_org/chrome/browser/ui/views/frame/
browser_frame_common_win.cc 5 #include "chrome/browser/ui/views/frame/browser_frame_common_win.h"
7 #include "chrome/browser/ui/views/frame/browser_view.h"
8 #include "ui/base/theme_provider.h"
13 const ui::ThemeProvider* theme_provider) {
system_menu_model_delegate.h 9 #include "chrome/browser/ui/browser.h"
10 #include "ui/base/accelerators/accelerator.h"
11 #include "ui/base/models/simple_menu_model.h"
15 class SystemMenuModelDelegate : public ui::SimpleMenuModel::Delegate {
17 SystemMenuModelDelegate(ui::AcceleratorProvider* provider, Browser* browser);
22 // Overridden from ui::SimpleMenuModel::Delegate:
27 ui::Accelerator* accelerator) OVERRIDE;
33 ui::AcceleratorProvider* provider_; // weak
  /external/chromium_org/chrome/browser/ui/views/location_bar/
bubble_icon_view.cc 5 #include "chrome/browser/ui/views/location_bar/bubble_icon_view.h"
8 #include "chrome/browser/ui/views/location_bar/location_bar_view.h"
9 #include "ui/base/accessibility/accessible_view_state.h"
10 #include "ui/events/event.h"
23 void BubbleIconView::GetAccessibleState(ui::AccessibleViewState* state) {
25 state->role = ui::AccessibilityTypes::ROLE_PUSHBUTTON;
36 bool BubbleIconView::OnMousePressed(const ui::MouseEvent& event) {
45 void BubbleIconView::OnMouseReleased(const ui::MouseEvent& event) {
60 bool BubbleIconView::OnKeyPressed(const ui::KeyEvent& event) {
61 if (event.key_code() == ui::VKEY_SPACE |
    [all...]
location_icon_view.cc 5 #include "chrome/browser/ui/views/location_bar/location_icon_view.h"
9 #include "chrome/browser/ui/views/location_bar/location_bar_view.h"
11 #include "ui/base/l10n/l10n_util.h"
22 bool LocationIconView::OnMousePressed(const ui::MouseEvent& event) {
28 void LocationIconView::OnMouseReleased(const ui::MouseEvent& event) {
33 void LocationIconView::OnGestureEvent(ui::GestureEvent* event) {
35 (event->type() == ui::ET_GESTURE_TAP)) {
open_pdf_in_reader_view.h 8 #include "ui/views/controls/image_view.h"
9 #include "ui/views/widget/widget_observer.h"
32 virtual void GetAccessibleState(ui::AccessibleViewState* state) OVERRIDE;
33 virtual bool OnMousePressed(const ui::MouseEvent& event) OVERRIDE;
34 virtual void OnMouseReleased(const ui::MouseEvent& event) OVERRIDE;
35 virtual bool OnKeyPressed(const ui::KeyEvent& event) OVERRIDE;
  /external/chromium_org/chrome/browser/ui/webui/chromeos/
charger_replacement_ui.h 8 #include "ui/web_dialogs/web_dialog_ui.h"
12 // A WebUI to host the spring charger replacement web ui.
13 class ChargerReplacementUI : public ui::WebDialogUI {
keyboard_overlay_ui.h 8 #include "ui/web_dialogs/web_dialog_ui.h"
10 class KeyboardOverlayUI : public ui::WebDialogUI {
  /external/chromium_org/chrome/browser/ui/webui/signin/
login_ui_service.h 15 // The LoginUIService helps track per-profile information for the login UI -
16 // for example, whether there is login UI currently on-screen.
19 // Various UI components implement this API to allow LoginUIService to
20 // manipulate their associated login UI.
23 // Invoked when the login UI should be brought to the foreground.
26 // Invoked when the login UI should be closed. This can be invoked if the
27 // user takes an action that should display new login UI.
36 // Called when a new login UI is shown.
37 // |ui| The login UI that was just shown. Will never be null
    [all...]
  /external/chromium_org/content/browser/aura/
image_transport_factory.cc 9 #include "ui/compositor/compositor.h"
24 ui::ContextFactory::SetInstance(g_factory->AsContextFactory());
28 scoped_ptr<ui::ContextFactory> test_factory) {
33 ui::ContextFactory::SetInstance(g_factory->AsContextFactory());
38 ui::ContextFactory::SetInstance(NULL);
reflector_impl.h 12 #include "ui/compositor/reflector.h"
13 #include "ui/gfx/size.h"
19 namespace ui { namespace
32 public ui::Reflector {
35 ui::Compositor* mirrored_compositor,
36 ui::Layer* mirroring_layer,
40 ui::Compositor* mirrored_compositor() {
52 // ui::Reflector implementation.
114 ui::Compositor* mirrored_compositor_;
115 ui::Compositor* mirroring_compositor_
    [all...]
  /external/chromium_org/content/browser/renderer_host/input/
web_input_event_util.h 9 #include "ui/events/keycodes/keyboard_codes.h"
21 ui::KeyboardCode windows_key_code);
  /external/chromium_org/content/browser/renderer_host/
ui_events_helper.cc 8 #include "ui/events/event.h"
9 #include "ui/events/event_constants.h"
14 int flags = ui::EF_NONE;
17 flags |= ui::EF_SHIFT_DOWN;
19 flags |= ui::EF_CONTROL_DOWN;
21 flags |= ui::EF_ALT_DOWN;
24 flags |= ui::EF_LEFT_MOUSE_BUTTON;
26 flags |= ui::EF_RIGHT_MOUSE_BUTTON;
28 flags |= ui::EF_MIDDLE_MOUSE_BUTTON;
31 flags |= ui::EF_CAPS_LOCK_DOWN
    [all...]
  /external/chromium_org/content/browser/web_contents/aura/
window_slider.h 12 #include "ui/aura/window_observer.h"
13 #include "ui/events/event_handler.h"
15 namespace ui { namespace
24 class CONTENT_EXPORT WindowSlider : public ui::EventHandler,
34 virtual ui::Layer* CreateBackLayer() = 0;
39 virtual ui::Layer* CreateFrontLayer() = 0;
90 // Overridden from ui::EventHandler:
91 virtual void OnKeyEvent(ui::KeyEvent* event) OVERRIDE;
92 virtual void OnMouseEvent(ui::MouseEvent* event) OVERRIDE;
93 virtual void OnScrollEvent(ui::ScrollEvent* event) OVERRIDE
    [all...]
  /external/chromium_org/content/browser/web_contents/
web_drag_source_win.h 11 #include "ui/base/dragdrop/drag_source_win.h"
12 #include "ui/gfx/native_widget_types.h"
13 #include "ui/gfx/point.h"
15 namespace ui { namespace
17 } // namespace ui
28 class WebDragSource : public ui::DragSourceWin,
44 void set_data(ui::OSExchangeData* data) { data_ = data; }
47 // ui::DragSourceWin
72 ui::OSExchangeData* data_;
  /external/chromium_org/content/common/
clipboard_messages.cc 7 #include "ui/base/clipboard/clipboard.h"
11 void ParamTraits<ui::Clipboard::FormatType>::Write(
16 bool ParamTraits<ui::Clipboard::FormatType>::Read(
21 *r = ui::Clipboard::FormatType::Deserialize(serialization);
25 void ParamTraits<ui::Clipboard::FormatType>::Log(
drag_event_source_info.h 9 #include "ui/base/dragdrop/drag_drop_types.h"
10 #include "ui/gfx/point.h"
17 ui::DragDropTypes::DragEventSource event_source;
  /external/chromium_org/content/renderer/pepper/
usb_key_code_conversion_win.cc 9 #include "ui/events/keycodes/dom4/keycode_converter.h"
21 ui::KeycodeConverter* key_converter = ui::KeycodeConverter::GetInstance();
31 ui::KeycodeConverter* key_converter = ui::KeycodeConverter::GetInstance();
  /external/chromium_org/remoting/base/
resources_mac.cc 12 #include "ui/base/l10n/l10n_util_mac.h"
13 #include "ui/base/resource/resource_bundle.h"
18 if (ui::ResourceBundle::HasSharedInstance()) {
19 ui::ResourceBundle::GetSharedInstance().ReloadLocaleResources(pref_locale);
35 ui::ResourceBundle::InitSharedInstanceLocaleOnly(pref_locale, NULL);
42 ui::ResourceBundle::CleanupSharedInstance();
  /external/chromium_org/ui/accessibility/
ax_tree_update.h 10 #include "ui/accessibility/ax_node_data.h"
12 namespace ui { namespace
56 } // namespace ui
  /external/chromium_org/ui/app_list/
app_list_menu.h 8 #include "ui/app_list/app_list_view_delegate.h"
9 #include "ui/base/models/simple_menu_model.h"
16 class AppListMenu : public ui::SimpleMenuModel::Delegate {
30 ui::SimpleMenuModel* menu_model() { return &menu_model_; }
39 ui::Accelerator* accelerator) OVERRIDE;
42 ui::SimpleMenuModel menu_model_;

Completed in 168 milliseconds

<<11121314151617181920>>