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

  /external/chromium_org/ui/base/x/
selection_requestor.h 56 void OnSelectionNotify(const XSelectionEvent& event);
selection_requestor.cc 96 void SelectionRequestor::OnSelectionNotify(const XSelectionEvent& event) {
  /external/chromium_org/remoting/host/linux/
x_server_clipboard.h 57 void OnSelectionNotify(XEvent* event);
69 // Called by OnSelectionNotify() when the selection owner has replied to a
x_server_clipboard.cc 120 OnSelectionNotify(event);
193 void XServerClipboard::OnSelectionNotify(XEvent* event) {
  /external/chromium_org/ui/views/widget/desktop_aura/
desktop_drag_drop_client_aurax11.h 78 void OnSelectionNotify(const XSelectionEvent& xselection);
desktop_drag_drop_client_aurax11.cc 159 void OnSelectionNotify(const XSelectionEvent& xselection);
300 void DesktopDragDropClientAuraX11::X11DragContext::OnSelectionNotify(
553 void DesktopDragDropClientAuraX11::OnSelectionNotify(
560 target_current_context_->OnSelectionNotify(xselection);
desktop_root_window_host_x11.cc     [all...]
  /external/chromium_org/ui/base/clipboard/
clipboard_aurax11.cc 497 primary_requestor_.OnSelectionNotify(xev->xselection);
499 clipboard_requestor_.OnSelectionNotify(xev->xselection);

Completed in 675 milliseconds