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

  /external/chromium_org/ui/base/x/
selection_owner.cc 33 selection_name_(selection_name),
51 XSetSelectionOwner(x_display_, selection_name_, x_window_, CurrentTime);
53 if (XGetSelectionOwner(x_display_, selection_name_) == x_window_) {
60 if (XGetSelectionOwner(x_display_, selection_name_) == x_window_)
61 XSetSelectionOwner(x_display_, selection_name_, None, CurrentTime);
selection_requestor.cc 31 selection_name_(selection_name),
49 selection_name_,
103 if (selection_name_ == event.selection &&
selection_owner.h 60 ::Atom selection_name_; member in class:ui::SelectionOwner