Home
last modified time | relevance | path

Searched refs:GetEventProcessor (Results 1 – 25 of 25) sorted by relevance

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