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

  /external/chromium_org/ui/base/x/
selection_requestor.h 41 // |out_data_items| is the length of |out_data| in |out_type| items.
47 XAtom* out_type);
91 XAtom out_type; member in struct:ui::SelectionRequestor::Request
selection_requestor_unittest.cc 120 XAtom out_type = None; local
122 selection, target, &out_data, &out_data_items, &out_type));
125 EXPECT_EQ(atom_cache->GetAtom("STRING"), out_type);
selection_requestor.cc 82 XAtom* out_type) {
109 if (out_type)
110 *out_type = request.out_type;
163 &request->out_type);
172 if (request->out_type == atom_cache_.GetAtom(kIncr)) {
176 request->out_type = None;
197 Atom out_type = None; local
202 &out_type);
208 if (request->out_type != None && request->out_type != out_type)
    [all...]
  /external/chromium_org/ui/base/clipboard/
clipboard_aurax11.cc 433 ::Atom out_type = None; local
440 &out_type)) {
441 // Some apps return an |out_type| of "TARGETS". (crbug.com/377893)
442 if (out_type == XA_ATOM || out_type == atom_cache_.GetAtom(kTargets)) {

Completed in 296 milliseconds