Searched refs:CanDispatchPropertyEvent (Results 1 – 5 of 5) sorted by relevance
520 return primary_owner_.CanDispatchPropertyEvent(*event) || in CanDispatchEvent()521 clipboard_owner_.CanDispatchPropertyEvent(*event) || in CanDispatchEvent()522 selection_requestor_.CanDispatchPropertyEvent(*event); in CanDispatchEvent()556 if (primary_owner_.CanDispatchPropertyEvent(*xev)) in DispatchEvent()558 if (clipboard_owner_.CanDispatchPropertyEvent(*xev)) in DispatchEvent()560 if (selection_requestor_.CanDispatchPropertyEvent(*xev)) in DispatchEvent()
54 bool CanDispatchPropertyEvent(const XEvent& event);
67 bool CanDispatchPropertyEvent(const XEvent& event);
184 bool SelectionRequestor::CanDispatchPropertyEvent(const XEvent& event) { in CanDispatchPropertyEvent() function in ui::SelectionRequestor
202 bool SelectionOwner::CanDispatchPropertyEvent(const XEvent& event) { in CanDispatchPropertyEvent() function in ui::SelectionOwner