HomeSort by relevance Sort by last modified time
    Searched full:selection_event (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/remoting/host/linux/
x_server_clipboard.cc 221 XSelectionEvent selection_event; local
222 selection_event.type = SelectionNotify;
223 selection_event.display = event->xselectionrequest.display;
224 selection_event.requestor = event->xselectionrequest.requestor;
225 selection_event.selection = event->xselectionrequest.selection;
226 selection_event.time = event->xselectionrequest.time;
227 selection_event.target = event->xselectionrequest.target;
230 if (!IsSelectionOwner(selection_event.selection)) {
231 selection_event.property = None;
233 selection_event.property = event->xselectionrequest.property
    [all...]

Completed in 1303 milliseconds