Searched defs:OnEventFromSource (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/ui/events/
H A Devent_processor.cc12 EventDispatchDetails EventProcessor::OnEventFromSource(Event* event) { function in class:ui::EventProcessor
/external/chromium_org/ui/events/test/
H A Dtest_event_processor.cc31 EventDispatchDetails TestEventProcessor::OnEventFromSource(Event* event) { function in class:ui::test::TestEventProcessor
32 return EventProcessor::OnEventFromSource(event);
/external/chromium_org/ui/views/controls/menu/
H A Dmenu_host_root_view.cc58 ui::EventDispatchDetails MenuHostRootView::OnEventFromSource(ui::Event* event) { function in class:views::MenuHostRootView
59 ui::EventDispatchDetails result = RootView::OnEventFromSource(event);
/external/chromium_org/chrome/browser/ui/views/frame/
H A Dbrowser_root_view.cc154 ui::EventDispatchDetails BrowserRootView::OnEventFromSource(ui::Event* event) { function in class:BrowserRootView
164 return RootView::OnEventFromSource(event);
/external/chromium_org/ui/views/widget/
H A Droot_view.cc252 ui::EventDispatchDetails RootView::OnEventFromSource(ui::Event* event) { function in class:views::internal::RootView
254 return EventProcessor::OnEventFromSource(event);
257 return EventProcessor::OnEventFromSource(event);
267 // Then RootView::OnEventFromSource() can be removed.
291 return EventProcessor::OnEventFromSource(event);

Completed in 187 milliseconds