Searched defs:xselection (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/ui/views/widget/desktop_aura/
H A Ddesktop_drag_drop_client_aurax11.cc128 void OnSelectionNotify(const XSelectionEvent& xselection);
595 const XSelectionEvent& xselection) {
597 target_current_context_->OnSelectionNotify(xselection);
600 if (xselection.property != None)
601 XDeleteProperty(xdisplay_, xwindow_, xselection.property);
594 OnSelectionNotify( const XSelectionEvent& xselection) argument

Completed in 278 milliseconds