Home
last modified time | relevance | path

Searched refs:CanDispatchToTarget (Results 1 – 10 of 10) sorted by relevance

/external/chromium_org/ui/events/
Devent_dispatcher.cc124 if (delegate_ && delegate_->CanDispatchToTarget(target)) { in ProcessEvent()
134 if (!delegate_->CanDispatchToTarget(target)) { in ProcessEvent()
177 if (!delegate_->CanDispatchToTarget(event->target())) { in DispatchEvent()
Devent_dispatcher.h36 virtual bool CanDispatchToTarget(EventTarget* target) = 0;
Devent_dispatcher_unittest.cc220 virtual bool CanDispatchToTarget(EventTarget* target) OVERRIDE { in CanDispatchToTarget() function in ui::__anon9c224f610111::TestEventDispatcher
/external/chromium_org/ui/events/test/
Dtest_event_processor.cc19 bool TestEventProcessor::CanDispatchToTarget(EventTarget* target) { in CanDispatchToTarget() function in ui::test::TestEventProcessor
Dtest_event_processor.h22 virtual bool CanDispatchToTarget(EventTarget* target) OVERRIDE;
/external/chromium_org/ui/views/widget/
Droot_view.h163 virtual bool CanDispatchToTarget(ui::EventTarget* target) OVERRIDE;
Droot_view.cc742 bool RootView::CanDispatchToTarget(ui::EventTarget* target) { in CanDispatchToTarget() function in views::internal::RootView
/external/chromium_org/ui/aura/
Droot_window.h279 virtual bool CanDispatchToTarget(ui::EventTarget* target) OVERRIDE;
Droot_window_host_x11_unittest.cc61 virtual bool CanDispatchToTarget(ui::EventTarget* target) OVERRIDE { in CanDispatchToTarget() function in __anon005e6fde0111::TestRootWindowHostDelegate
Droot_window.cc689 bool RootWindow::CanDispatchToTarget(ui::EventTarget* target) { in CanDispatchToTarget() function in aura::RootWindow