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

/external/chromium_org/ui/events/test/
H A Dtest_event_processor.cc23 bool TestEventProcessor::CanDispatchToTarget(EventTarget* target) { function in class:ui::test::TestEventProcessor
H A Dtest_event_processor.h27 virtual bool CanDispatchToTarget(EventTarget* target) OVERRIDE;
/external/chromium_org/ui/events/
H A Devent_dispatcher.cc94 (!details.dispatcher_destroyed && !CanDispatchToTarget(target));
135 if (delegate_ && delegate_->CanDispatchToTarget(target)) {
142 if (!delegate_ || !delegate_->CanDispatchToTarget(target))
182 if (!delegate_->CanDispatchToTarget(event->target())) {
H A Devent_dispatcher.h36 virtual bool CanDispatchToTarget(EventTarget* target) = 0;
H A Devent_dispatcher_unittest.cc218 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.cc689 bool RootView::CanDispatchToTarget(ui::EventTarget* target) { function in class:views::internal::RootView
/external/chromium_org/ui/aura/
H A Dwindow_event_dispatcher.h181 virtual bool CanDispatchToTarget(ui::EventTarget* target) OVERRIDE;
H A Dwindow_event_dispatcher.cc453 bool WindowEventDispatcher::CanDispatchToTarget(ui::EventTarget* target) { function in class:aura::WindowEventDispatcher

Completed in 188 milliseconds