Searched refs:CanAcceptEvent (Results 1 - 15 of 15) sorted by relevance

/external/chromium_org/athena/input/
H A Dinput_manager_impl.cc45 virtual bool CanAcceptEvent(const ui::Event& event) OVERRIDE;
82 bool InputManagerImpl::CanAcceptEvent(const ui::Event& event) { function in class:athena::__anon2133::InputManagerImpl
/external/chromium_org/ui/events/
H A Devent_targeter.cc50 return root->CanAcceptEvent(*event) ? root : NULL;
H A Devent_target.h43 virtual bool CanAcceptEvent(const Event& event) = 0;
H A Devent_dispatcher.cc116 if (!target || !target->CanAcceptEvent(*event))
H A Devent_dispatcher_unittest.cc41 virtual bool CanAcceptEvent(const ui::Event& event) OVERRIDE {
/external/chromium_org/ui/events/test/
H A Dtest_event_target.h57 virtual bool CanAcceptEvent(const ui::Event& event) OVERRIDE;
H A Dtest_event_target.cc58 bool TestEventTarget::CanAcceptEvent(const ui::Event& event) { function in class:ui::test::TestEventTarget
/external/chromium_org/ui/aura/
H A Denv.cc106 bool Env::CanAcceptEvent(const ui::Event& event) { function in class:aura::Env
H A Denv.h90 virtual bool CanAcceptEvent(const ui::Event& event) OVERRIDE;
H A Dwindow.h464 virtual bool CanAcceptEvent(const ui::Event& event) OVERRIDE;
H A Dwindow.cc1380 bool Window::CanAcceptEvent(const ui::Event& event) { function in class:aura::Window
/external/chromium_org/ash/
H A Dshell.h606 virtual bool CanAcceptEvent(const ui::Event& event) OVERRIDE;
H A Dshell.cc1133 bool Shell::CanAcceptEvent(const ui::Event& event) { function in class:ash::Shell
/external/chromium_org/ui/views/
H A Dview.h717 virtual bool CanAcceptEvent(const ui::Event& event) OVERRIDE;
H A Dview.cc1050 bool View::CanAcceptEvent(const ui::Event& event) { function in class:views::View

Completed in 6516 milliseconds