/external/chromium_org/ui/views/widget/ |
D | root_view_unittest.cc | 62 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 …]
|
D | root_view.cc | 252 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()
|
D | root_view.h | 96 virtual ui::EventDispatchDetails OnEventFromSource(ui::Event* event) OVERRIDE;
|
/external/chromium_org/chrome/browser/ui/views/apps/ |
D | shaped_app_window_targeter_unittest.cc | 69 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/ |
D | window_manager_unittest.cc | 188 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/ |
D | keyboard_util.cc | 34 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/ |
D | test_event_processor.cc | 31 EventDispatchDetails TestEventProcessor::OnEventFromSource(Event* event) { in OnEventFromSource() function in ui::test::TestEventProcessor 32 return EventProcessor::OnEventFromSource(event); in OnEventFromSource()
|
D | test_event_processor.h | 29 virtual EventDispatchDetails OnEventFromSource(Event* event) OVERRIDE;
|
/external/chromium_org/content/browser/web_contents/ |
D | web_contents_view_aura_browsertest.cc | 494 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/ |
D | synthetic_gesture_target_aura.cc | 40 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/ |
D | menu_host_root_view.cc | 58 ui::EventDispatchDetails MenuHostRootView::OnEventFromSource(ui::Event* event) { in OnEventFromSource() function in views::MenuHostRootView 59 ui::EventDispatchDetails result = RootView::OnEventFromSource(event); in OnEventFromSource()
|
D | menu_host_root_view.h | 36 virtual ui::EventDispatchDetails OnEventFromSource(ui::Event* event) OVERRIDE;
|
/external/chromium_org/ui/events/ |
D | event_processor.h | 26 virtual EventDispatchDetails OnEventFromSource(Event* event)
|
D | event_processor.cc | 12 EventDispatchDetails EventProcessor::OnEventFromSource(Event* event) { in OnEventFromSource() function in ui::EventProcessor
|
D | event_source.cc | 73 return processor->OnEventFromSource(event); in DeliverEventToProcessor()
|
/external/chromium_org/ash/autoclick/ |
D | autoclick_controller.cc | 205 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/ |
D | browser_root_view.cc | 154 ui::EventDispatchDetails BrowserRootView::OnEventFromSource(ui::Event* event) { in OnEventFromSource() function in BrowserRootView 164 return RootView::OnEventFromSource(event); in OnEventFromSource()
|
D | browser_root_view.h | 45 virtual ui::EventDispatchDetails OnEventFromSource(ui::Event* event) OVERRIDE;
|
/external/chromium_org/ui/views/corewm/ |
D | desktop_capture_controller_unittest.cc | 175 details = root1->OnEventFromSource(&g1); in TEST_F() 190 details = root2->OnEventFromSource(&g1); in TEST_F()
|
/external/chromium_org/ui/wm/core/ |
D | input_method_event_filter.cc | 100 target_dispatcher->OnEventFromSource(&aura_event); in DispatchKeyEventPostIME()
|
/external/chromium_org/ash/accelerators/ |
D | key_hold_detector.cc | 30 target->GetHost()->event_processor()->OnEventFromSource(&event); in DispatchPressedEvent()
|
/external/chromium_org/ui/aura/test/ |
D | aura_test_base.cc | 102 event_processor()->OnEventFromSource(event); in DispatchEventUsingWindowDispatcher()
|
/external/chromium_org/ui/aura/ |
D | window_event_dispatcher.cc | 549 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/ |
D | shell_platform_data_aura.cc | 101 host_->dispatcher()->OnEventFromSource(&aura_event); in DispatchKeyEventPostIME()
|
/external/chromium_org/mojo/views/ |
D | native_widget_view_manager.cc | 85 root_->GetHost()->dispatcher()->OnEventFromSource(&aura_event); in DispatchKeyEventPostIME()
|