Home
last modified time | relevance | path

Searched refs:CanDispatchPropertyEvent (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/ui/base/clipboard/
Dclipboard_aurax11.cc520 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()
/external/chromium_org/ui/base/x/
Dselection_owner.h54 bool CanDispatchPropertyEvent(const XEvent& event);
Dselection_requestor.h67 bool CanDispatchPropertyEvent(const XEvent& event);
Dselection_requestor.cc184 bool SelectionRequestor::CanDispatchPropertyEvent(const XEvent& event) { in CanDispatchPropertyEvent() function in ui::SelectionRequestor
Dselection_owner.cc202 bool SelectionOwner::CanDispatchPropertyEvent(const XEvent& event) { in CanDispatchPropertyEvent() function in ui::SelectionOwner