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

  /external/chromium_org/ui/base/x/
selection_owner.h 49 void OnSelectionRequest(const XSelectionRequestEvent& event);
selection_owner.cc 66 void SelectionOwner::OnSelectionRequest(const XSelectionRequestEvent& event) {
  /external/chromium_org/remoting/host/linux/
x_server_clipboard.h 58 void OnSelectionRequest(XEvent* event);
61 // Used by OnSelectionRequest() to respond to requests for details of our
x_server_clipboard.cc 123 OnSelectionRequest(event);
220 void XServerClipboard::OnSelectionRequest(XEvent* event) {
  /external/chromium_org/ui/base/dragdrop/
os_exchange_data_provider_aurax11.cc 349 selection_owner_.OnSelectionRequest(xev->xselectionrequest);
  /external/chromium_org/ui/base/clipboard/
clipboard_aurax11.cc 491 primary_owner_.OnSelectionRequest(xev->xselectionrequest);
493 clipboard_owner_.OnSelectionRequest(xev->xselectionrequest);

Completed in 349 milliseconds