Searched refs:CanDispatchToTarget (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/ui/base/events/
H A Devent_dispatcher.cc91 if (delegate_ && delegate_->CanDispatchToTarget(target)) {
98 if (!delegate_ || !delegate_->CanDispatchToTarget(target))
138 if (!delegate_->CanDispatchToTarget(event->target())) {
H A Devent_dispatcher.h26 virtual bool CanDispatchToTarget(EventTarget* target) = 0;
H A Devent_dispatcher_unittest.cc207 virtual bool CanDispatchToTarget(EventTarget* target) OVERRIDE {
/external/chromium_org/ui/views/widget/
H A Droot_view.h157 virtual bool CanDispatchToTarget(ui::EventTarget* target) OVERRIDE;
H A Droot_view.cc702 bool RootView::CanDispatchToTarget(ui::EventTarget* target) { function in class:views::internal::RootView
/external/chromium_org/ui/aura/
H A Droot_window.h353 virtual bool CanDispatchToTarget(EventTarget* target) OVERRIDE;
H A Droot_window.cc854 bool RootWindow::CanDispatchToTarget(ui::EventTarget* target) { function in class:aura::RootWindow

Completed in 180 milliseconds