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

  /external/chromium_org/ui/base/x/
selection_requestor.cc 68 x_property_(None),
72 x_property_ = atom_cache_.GetAtom(kChromeSelection);
157 if (event_property == x_property_) {
160 x_property_,
186 event.xproperty.atom == x_property_ &&
199 x_property_,
218 XDeleteProperty(x_display_, x_window_, x_property_);
261 x_property_,
selection_requestor.h 129 XAtom x_property_; member in class:ui::SelectionRequestor
selection_requestor_unittest.cc 50 requestor_->x_property_,
61 xev.xselection.property = requestor_->x_property_;

Completed in 99 milliseconds