Home
last modified time | relevance | path

Searched refs:OnSelectionNotify (Results 1 – 9 of 9) sorted by relevance

/external/chromium_org/ui/base/x/
Dselection_requestor.h63 void OnSelectionNotify(const XEvent& event);
Dselection_requestor_unittest.cc64 requestor_->OnSelectionNotify(xev); in SendSelectionNotify()
Dselection_requestor.cc143 void SelectionRequestor::OnSelectionNotify(const XEvent& event) { in OnSelectionNotify() function in ui::SelectionRequestor
/external/chromium_org/remoting/host/linux/
Dx_server_clipboard.h57 void OnSelectionNotify(XEvent* event);
Dx_server_clipboard.cc120 OnSelectionNotify(event); in ProcessXEvent()
193 void XServerClipboard::OnSelectionNotify(XEvent* event) { in OnSelectionNotify() function in remoting::XServerClipboard
/external/chromium_org/ui/views/widget/desktop_aura/
Ddesktop_drag_drop_client_aurax11.cc128 void OnSelectionNotify(const XSelectionEvent& xselection);
289 void DesktopDragDropClientAuraX11::X11DragContext::OnSelectionNotify( in OnSelectionNotify() function in views::DesktopDragDropClientAuraX11::X11DragContext
594 void DesktopDragDropClientAuraX11::OnSelectionNotify( in OnSelectionNotify() function in views::DesktopDragDropClientAuraX11
597 target_current_context_->OnSelectionNotify(xselection); in OnSelectionNotify()
Ddesktop_drag_drop_client_aurax11.h80 void OnSelectionNotify(const XSelectionEvent& xselection);
Ddesktop_window_tree_host_x11.cc1911 drag_drop_client_->OnSelectionNotify(xev->xselection); in DispatchEvent()
/external/chromium_org/ui/base/clipboard/
Dclipboard_aurax11.cc541 selection_requestor_.OnSelectionNotify(*xev); in DispatchEvent()