Searched refs:GetEventProcessor (Results 1 - 24 of 24) sorted by relevance

/external/chromium_org/ui/views/test/
H A Dwidget_test_aura.cc25 ui::EventProcessor* WidgetTest::GetEventProcessor(Widget* widget) { function in class:views::test::WidgetTest
H A Dwidget_test.h99 static ui::EventProcessor* GetEventProcessor(Widget* widget);
/external/chromium_org/ui/events/
H A Devent_source.h26 virtual EventProcessor* GetEventProcessor() = 0;
H A Devent_source.cc71 EventProcessor* processor = GetEventProcessor();
H A Devent_rewriter_unittest.cc65 virtual EventProcessor* GetEventProcessor() OVERRIDE { return processor_; }
/external/chromium_org/ui/aura/
H A Dwindow_tree_host_ozone.h48 virtual ui::EventProcessor* GetEventProcessor() OVERRIDE;
H A Dwindow_tree_host_ozone.cc103 ui::EventProcessor* WindowTreeHostOzone::GetEventProcessor() { function in class:aura::WindowTreeHostOzone
H A Dwindow_tree_host_win.h39 virtual ui::EventProcessor* GetEventProcessor() OVERRIDE;
H A Dwindow_tree_host_x11.h61 virtual ui::EventProcessor* GetEventProcessor() OVERRIDE;
H A Dremote_window_tree_host_win.h135 virtual ui::EventProcessor* GetEventProcessor() OVERRIDE;
H A Dwindow_tree_host_win.cc157 ui::EventProcessor* WindowTreeHostWin::GetEventProcessor() { function in class:aura::WindowTreeHostWin
H A Dremote_window_tree_host_win.cc283 ui::EventProcessor* RemoteWindowTreeHostWin::GetEventProcessor() { function in class:aura::RemoteWindowTreeHostWin
H A Dwindow_tree_host_x11.cc640 ui::EventProcessor* WindowTreeHostX11::GetEventProcessor() { function in class:aura::WindowTreeHostX11
/external/chromium_org/mojo/aura/
H A Dwindow_tree_host_mojo.h62 virtual ui::EventProcessor* GetEventProcessor() OVERRIDE;
H A Dwindow_tree_host_mojo.cc160 ui::EventProcessor* WindowTreeHostMojo::GetEventProcessor() { function in class:mojo::WindowTreeHostMojo
/external/chromium_org/mojo/services/view_manager/
H A Dwindow_tree_host_impl.h53 virtual ui::EventProcessor* GetEventProcessor() OVERRIDE;
H A Dwindow_tree_host_impl.cc125 ui::EventProcessor* WindowTreeHostImpl::GetEventProcessor() { function in class:mojo::view_manager::service::WindowTreeHostImpl
/external/chromium_org/ui/views/widget/desktop_aura/
H A Ddesktop_window_tree_host_x11.h167 virtual ui::EventProcessor* GetEventProcessor() OVERRIDE;
H A Ddesktop_window_tree_host_win.h125 virtual ui::EventProcessor* GetEventProcessor() OVERRIDE;
H A Ddesktop_window_tree_host_win.cc539 ui::EventProcessor* DesktopWindowTreeHostWin::GetEventProcessor() { function in class:views::DesktopWindowTreeHostWin
H A Ddesktop_window_tree_host_x11.cc985 ui::EventProcessor* DesktopWindowTreeHostX11::GetEventProcessor() { function in class:views::DesktopWindowTreeHostX11
/external/chromium_org/ui/views/widget/
H A Dwidget.h781 virtual ui::EventProcessor* GetEventProcessor() OVERRIDE;
H A Dwidget_unittest.cc1126 ui::EventProcessor* dispatcher = WidgetTest::GetEventProcessor(widget);
1940 GetEventProcessor(&top_level_widget)->OnEventFromSource(&move_main);
1967 details = GetEventProcessor(&top_level_widget)->OnEventFromSource(
1980 details = GetEventProcessor(&top_level_widget)->OnEventFromSource(
H A Dwidget.cc1348 ui::EventProcessor* Widget::GetEventProcessor() { function in class:views::Widget

Completed in 893 milliseconds