Home
last modified time | relevance | path

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

12

/external/chromium_org/ui/views/widget/
Droot_view_unittest.cc62 ui::EventDispatchDetails details = root_view->OnEventFromSource(&key_event); in TEST_F()
127 root_view->OnEventFromSource(&nomenu_key_event); in TEST_F()
138 details = root_view->OnEventFromSource(&menu_key_event); in TEST_F()
148 details = root_view->OnEventFromSource(&menu_key_event2); in TEST_F()
210 ui::EventDispatchDetails details = root_view->OnEventFromSource(&long_press1); in TEST_F()
214 details = root_view->OnEventFromSource(&end1); in TEST_F()
229 details = root_view->OnEventFromSource(&long_press2); in TEST_F()
233 details = root_view->OnEventFromSource(&end2); in TEST_F()
248 details = root_view->OnEventFromSource(&long_press3); in TEST_F()
252 details = root_view->OnEventFromSource(&end3); in TEST_F()
[all …]
Droot_view.cc252 ui::EventDispatchDetails RootView::OnEventFromSource(ui::Event* event) { in OnEventFromSource() function in views::internal::RootView
254 return EventProcessor::OnEventFromSource(event); in OnEventFromSource()
257 return EventProcessor::OnEventFromSource(event); in OnEventFromSource()
291 return EventProcessor::OnEventFromSource(event); in OnEventFromSource()
Droot_view.h96 virtual ui::EventDispatchDetails OnEventFromSource(ui::Event* event) OVERRIDE;
/external/chromium_org/chrome/browser/ui/views/apps/
Dshaped_app_window_targeter_unittest.cc69 event_processor()->OnEventFromSource(&move); in TEST_F()
85 event_processor()->OnEventFromSource(&move); in TEST_F()
93 details = event_processor()->OnEventFromSource(&move2); in TEST_F()
115 event_processor()->OnEventFromSource(&move); in TEST_F()
127 event_processor()->OnEventFromSource(&move); in TEST_F()
143 event_processor()->OnEventFromSource(&move); in TEST_F()
156 event_processor()->OnEventFromSource(&move); in TEST_F()
173 event_processor()->OnEventFromSource(&move); in TEST_F()
185 event_processor()->OnEventFromSource(&move); in TEST_F()
214 event_processor()->OnEventFromSource(&move); in TEST_F()
[all …]
/external/chromium_org/ash/wm/
Dwindow_manager_unittest.cc188 ui::EventDispatchDetails details = dispatcher->OnEventFromSource(&keyev); in TEST_F()
196 details = dispatcher->OnEventFromSource(&touchev); in TEST_F()
203 details = dispatcher->OnEventFromSource(&keyev); in TEST_F()
242 details = dispatcher->OnEventFromSource(&keyev); in TEST_F()
258 details = dispatcher->OnEventFromSource(&keyev); in TEST_F()
448 ui::EventDispatchDetails details = dispatcher->OnEventFromSource(&touchev1); in TEST_F()
466 details = dispatcher->OnEventFromSource(&touchev2); in TEST_F()
519 ui::EventDispatchDetails details = dispatcher->OnEventFromSource(&move1); in TEST_F()
527 ui::EventDispatchDetails details = dispatcher->OnEventFromSource(&move2); in TEST_F()
535 ui::EventDispatchDetails details = dispatcher->OnEventFromSource(&move1); in TEST_F()
[all …]
/external/chromium_org/ui/keyboard/
Dkeyboard_util.cc34 host->event_processor()->OnEventFromSource(&event); in SendProcessKeyEvent()
202 host->event_processor()->OnEventFromSource(&press_event); in MoveCursor()
205 details = host->event_processor()->OnEventFromSource(&release_event); in MoveCursor()
213 host->event_processor()->OnEventFromSource(&press_event); in MoveCursor()
216 details = host->event_processor()->OnEventFromSource(&release_event); in MoveCursor()
271 host->event_processor()->OnEventFromSource(&event); in SendKeyEvent()
/external/chromium_org/ui/events/test/
Dtest_event_processor.cc31 EventDispatchDetails TestEventProcessor::OnEventFromSource(Event* event) { in OnEventFromSource() function in ui::test::TestEventProcessor
32 return EventProcessor::OnEventFromSource(event); in OnEventFromSource()
Dtest_event_processor.h29 virtual EventDispatchDetails OnEventFromSource(Event* event) OVERRIDE;
/external/chromium_org/content/browser/web_contents/
Dweb_contents_view_aura_browsertest.cc494 ui::EventDispatchDetails details = dispatcher->OnEventFromSource(&press); in IN_PROC_BROWSER_TEST_F()
502 details = dispatcher->OnEventFromSource(&move1); in IN_PROC_BROWSER_TEST_F()
514 details = dispatcher->OnEventFromSource(&inc); in IN_PROC_BROWSER_TEST_F()
524 details = dispatcher->OnEventFromSource(&inc); in IN_PROC_BROWSER_TEST_F()
534 details = dispatcher->OnEventFromSource(&inc); in IN_PROC_BROWSER_TEST_F()
1049 ui::EventDispatchDetails details = dispatcher->OnEventFromSource(&press); in IN_PROC_BROWSER_TEST_F()
1057 details = dispatcher->OnEventFromSource(&inc); in IN_PROC_BROWSER_TEST_F()
1065 details = dispatcher->OnEventFromSource(&press); in IN_PROC_BROWSER_TEST_F()
1085 ui::EventDispatchDetails details = dispatcher->OnEventFromSource(&press); in IN_PROC_BROWSER_TEST_F()
1093 details = dispatcher->OnEventFromSource(&inc); in IN_PROC_BROWSER_TEST_F()
[all …]
/external/chromium_org/content/browser/renderer_host/input/
Dsynthetic_gesture_target_aura.cc40 host->event_processor()->OnEventFromSource(*iter); in DispatchWebTouchEventToPlatform()
58 window->GetHost()->event_processor()->OnEventFromSource(&wheel_event); in DispatchWebMouseWheelEventToPlatform()
125 window->GetHost()->event_processor()->OnEventFromSource(&mouse_event); in DispatchWebMouseEventToPlatform()
/external/chromium_org/ui/views/controls/menu/
Dmenu_host_root_view.cc58 ui::EventDispatchDetails MenuHostRootView::OnEventFromSource(ui::Event* event) { in OnEventFromSource() function in views::MenuHostRootView
59 ui::EventDispatchDetails result = RootView::OnEventFromSource(event); in OnEventFromSource()
Dmenu_host_root_view.h36 virtual ui::EventDispatchDetails OnEventFromSource(ui::Event* event) OVERRIDE;
/external/chromium_org/ui/events/
Devent_processor.h26 virtual EventDispatchDetails OnEventFromSource(Event* event)
Devent_processor.cc12 EventDispatchDetails EventProcessor::OnEventFromSource(Event* event) { in OnEventFromSource() function in ui::EventProcessor
Devent_source.cc73 return processor->OnEventFromSource(event); in DeliverEventToProcessor()
/external/chromium_org/ash/autoclick/
Dautoclick_controller.cc205 host->event_processor()->OnEventFromSource(&press_event); in DoAutoclick()
207 details = host->event_processor()->OnEventFromSource(&release_event); in DoAutoclick()
/external/chromium_org/chrome/browser/ui/views/frame/
Dbrowser_root_view.cc154 ui::EventDispatchDetails BrowserRootView::OnEventFromSource(ui::Event* event) { in OnEventFromSource() function in BrowserRootView
164 return RootView::OnEventFromSource(event); in OnEventFromSource()
Dbrowser_root_view.h45 virtual ui::EventDispatchDetails OnEventFromSource(ui::Event* event) OVERRIDE;
/external/chromium_org/ui/views/corewm/
Ddesktop_capture_controller_unittest.cc175 details = root1->OnEventFromSource(&g1); in TEST_F()
190 details = root2->OnEventFromSource(&g1); in TEST_F()
/external/chromium_org/ui/wm/core/
Dinput_method_event_filter.cc100 target_dispatcher->OnEventFromSource(&aura_event); in DispatchKeyEventPostIME()
/external/chromium_org/ash/accelerators/
Dkey_hold_detector.cc30 target->GetHost()->event_processor()->OnEventFromSource(&event); in DispatchPressedEvent()
/external/chromium_org/ui/aura/test/
Daura_test_base.cc102 event_processor()->OnEventFromSource(event); in DispatchEventUsingWindowDispatcher()
/external/chromium_org/ui/aura/
Dwindow_event_dispatcher.cc549 DispatchDetails details = OnEventFromSource(event); in DispatchCancelTouchEvent()
685 dispatch_details = OnEventFromSource(mouse_event.get()); in DispatchHeldEvents()
699 dispatch_details = OnEventFromSource(held_move_event_.get()); in DispatchHeldEvents()
753 return OnEventFromSource(&event); in SynthesizeMouseMoveEvent()
/external/chromium_org/content/shell/browser/
Dshell_platform_data_aura.cc101 host_->dispatcher()->OnEventFromSource(&aura_event); in DispatchKeyEventPostIME()
/external/chromium_org/mojo/views/
Dnative_widget_view_manager.cc85 root_->GetHost()->dispatcher()->OnEventFromSource(&aura_event); in DispatchKeyEventPostIME()

12