HomeSort by relevance Sort by last modified time
    Searched refs:CanDispatchToTarget (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/ui/base/events/
event_dispatcher.cc 91 if (delegate_ && delegate_->CanDispatchToTarget(target)) {
98 if (!delegate_ || !delegate_->CanDispatchToTarget(target))
138 if (!delegate_->CanDispatchToTarget(event->target())) {
event_dispatcher.h 26 virtual bool CanDispatchToTarget(EventTarget* target) = 0;
event_dispatcher_unittest.cc 207 virtual bool CanDispatchToTarget(EventTarget* target) OVERRIDE {
  /external/chromium_org/ui/views/widget/
root_view.h 157 virtual bool CanDispatchToTarget(ui::EventTarget* target) OVERRIDE;
root_view.cc 702 bool RootView::CanDispatchToTarget(ui::EventTarget* target) {
  /external/chromium_org/ui/aura/
root_window.h 353 virtual bool CanDispatchToTarget(EventTarget* target) OVERRIDE;
root_window.cc 854 bool RootWindow::CanDispatchToTarget(ui::EventTarget* target) {
    [all...]

Completed in 101 milliseconds