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

/external/chromium_org/ui/base/x/
H A Dselection_requestor.cc29 Atom selection_name,
33 selection_name_(selection_name),
27 SelectionRequestor(Display* x_display, Window x_window, Atom selection_name, PlatformEventDispatcher* dispatcher) argument
H A Dselection_owner.cc77 Atom selection_name)
80 selection_name_(selection_name),
75 SelectionOwner(Display* x_display, Window x_window, Atom selection_name) argument
/external/chromium_org/ui/base/clipboard/
H A Dclipboard_aurax11.cc412 ::Atom selection_name = LookupSelectionForClipboardType(type); local
413 if (XGetSelectionOwner(x_display_, selection_name) == x_window_) {
416 const SelectionFormatMap& format_map = LookupStorageForAtom(selection_name);
438 ::Atom selection_name = LookupSelectionForClipboardType(type); local
440 if (XGetSelectionOwner(x_display_, selection_name) == x_window_) {
442 const SelectionFormatMap& format_map = LookupStorageForAtom(selection_name);

Completed in 97 milliseconds