HomeSort by relevance Sort by last modified time
    Searched refs:OnEventFromSource (Results 1 - 25 of 41) sorted by null

1 2

  /external/chromium_org/ui/events/
event_processor.h 26 virtual EventDispatchDetails OnEventFromSource(Event* event)
event_processor.cc 12 EventDispatchDetails EventProcessor::OnEventFromSource(Event* event) {
event_source.cc 73 return processor->OnEventFromSource(event);
  /external/chromium_org/ui/events/test/
test_event_processor.cc 31 EventDispatchDetails TestEventProcessor::OnEventFromSource(Event* event) {
32 return EventProcessor::OnEventFromSource(event);
test_event_processor.h 29 virtual EventDispatchDetails OnEventFromSource(Event* event) OVERRIDE;
  /external/chromium_org/ui/views/widget/
root_view_unittest.cc 62 ui::EventDispatchDetails details = root_view->OnEventFromSource(&key_event);
127 root_view->OnEventFromSource(&nomenu_key_event);
138 details = root_view->OnEventFromSource(&menu_key_event);
148 details = root_view->OnEventFromSource(&menu_key_event2);
210 ui::EventDispatchDetails details = root_view->OnEventFromSource(&long_press1);
214 details = root_view->OnEventFromSource(&end1);
229 details = root_view->OnEventFromSource(&long_press2);
233 details = root_view->OnEventFromSource(&end2);
248 details = root_view->OnEventFromSource(&long_press3);
252 details = root_view->OnEventFromSource(&end3)
    [all...]
root_view.cc 252 ui::EventDispatchDetails RootView::OnEventFromSource(ui::Event* event) {
254 return EventProcessor::OnEventFromSource(event);
257 return EventProcessor::OnEventFromSource(event);
267 // Then RootView::OnEventFromSource() can be removed.
291 return EventProcessor::OnEventFromSource(event);
root_view.h 96 virtual ui::EventDispatchDetails OnEventFromSource(ui::Event* event) OVERRIDE;
  /external/chromium_org/chrome/browser/ui/views/apps/
shaped_app_window_targeter_unittest.cc 69 event_processor()->OnEventFromSource(&move);
85 event_processor()->OnEventFromSource(&move);
93 details = event_processor()->OnEventFromSource(&move2);
115 event_processor()->OnEventFromSource(&move);
127 event_processor()->OnEventFromSource(&move);
143 event_processor()->OnEventFromSource(&move);
156 event_processor()->OnEventFromSource(&move);
173 event_processor()->OnEventFromSource(&move);
185 event_processor()->OnEventFromSource(&move);
214 event_processor()->OnEventFromSource(&move)
    [all...]
  /external/chromium_org/ui/views/controls/menu/
menu_host_root_view.h 36 virtual ui::EventDispatchDetails OnEventFromSource(ui::Event* event) OVERRIDE;
menu_host_root_view.cc 58 ui::EventDispatchDetails MenuHostRootView::OnEventFromSource(ui::Event* event) {
59 ui::EventDispatchDetails result = RootView::OnEventFromSource(event);
  /external/chromium_org/ui/keyboard/
keyboard_util.cc 34 host->event_processor()->OnEventFromSource(&event);
202 host->event_processor()->OnEventFromSource(&press_event);
205 details = host->event_processor()->OnEventFromSource(&release_event);
213 host->event_processor()->OnEventFromSource(&press_event);
216 details = host->event_processor()->OnEventFromSource(&release_event);
271 host->event_processor()->OnEventFromSource(&event);
  /external/chromium_org/ash/wm/
window_manager_unittest.cc 188 ui::EventDispatchDetails details = dispatcher->OnEventFromSource(&keyev);
196 details = dispatcher->OnEventFromSource(&touchev);
203 details = dispatcher->OnEventFromSource(&keyev);
242 details = dispatcher->OnEventFromSource(&keyev);
258 details = dispatcher->OnEventFromSource(&keyev);
448 ui::EventDispatchDetails details = dispatcher->OnEventFromSource(&touchev1);
466 details = dispatcher->OnEventFromSource(&touchev2);
519 ui::EventDispatchDetails details = dispatcher->OnEventFromSource(&move1);
527 ui::EventDispatchDetails details = dispatcher->OnEventFromSource(&move2);
535 ui::EventDispatchDetails details = dispatcher->OnEventFromSource(&move1)
    [all...]
  /external/chromium_org/content/browser/renderer_host/input/
synthetic_gesture_target_aura.cc 40 host->event_processor()->OnEventFromSource(*iter);
58 window->GetHost()->event_processor()->OnEventFromSource(&wheel_event);
125 window->GetHost()->event_processor()->OnEventFromSource(&mouse_event);
  /external/chromium_org/chrome/browser/ui/views/frame/
browser_root_view.h 45 virtual ui::EventDispatchDetails OnEventFromSource(ui::Event* event) OVERRIDE;
browser_root_view.cc 154 ui::EventDispatchDetails BrowserRootView::OnEventFromSource(ui::Event* event) {
164 return RootView::OnEventFromSource(event);
  /external/chromium_org/ui/wm/core/
input_method_event_filter.cc 44 // 1. EventProcessor::OnEventFromSource()
54 // 5. EventProcessor::OnEventFromSource() [second time]
100 target_dispatcher->OnEventFromSource(&aura_event);
  /external/chromium_org/ash/accelerators/
key_hold_detector.cc 30 target->GetHost()->event_processor()->OnEventFromSource(&event);
  /external/chromium_org/ui/aura/test/
aura_test_base.cc 102 event_processor()->OnEventFromSource(event);
  /external/chromium_org/content/browser/web_contents/
web_contents_view_aura_browsertest.cc 494 ui::EventDispatchDetails details = dispatcher->OnEventFromSource(&press);
502 details = dispatcher->OnEventFromSource(&move1);
514 details = dispatcher->OnEventFromSource(&inc);
524 details = dispatcher->OnEventFromSource(&inc);
534 details = dispatcher->OnEventFromSource(&inc);
    [all...]
  /external/chromium_org/content/shell/browser/
shell_platform_data_aura.cc 101 host_->dispatcher()->OnEventFromSource(&aura_event);
  /external/chromium_org/ash/autoclick/
autoclick_controller.cc 205 host->event_processor()->OnEventFromSource(&press_event);
207 details = host->event_processor()->OnEventFromSource(&release_event);
  /external/chromium_org/ui/views/corewm/
desktop_capture_controller_unittest.cc 175 details = root1->OnEventFromSource(&g1);
190 details = root2->OnEventFromSource(&g1);
  /external/chromium_org/mojo/views/
native_widget_view_manager.cc 85 root_->GetHost()->dispatcher()->OnEventFromSource(&aura_event);
  /external/chromium_org/ui/aura/
window_targeter.cc 53 new_root->GetHost()->event_processor()->OnEventFromSource(event);

Completed in 552 milliseconds

1 2