Home
last modified time | relevance | path

Searched refs:IsLocatedEvent (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/ui/aura/
Dwindow_targeter.cc20 bool IsLocatedEvent(const ui::Event& event) { in IsLocatedEvent() function
41 if (IsLocatedEvent(*event)) { in FindTargetForEvent()
Dwindow_event_dispatcher.cc445 if (event->IsLocatedEvent()) { in PrepareEventForDispatch()
/external/chromium_org/ui/events/
Devent.h192 bool IsLocatedEvent() const { in IsLocatedEvent() function