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

  /external/chromium_org/ui/base/x/
selection_utils.h 31 UI_EXPORT std::vector< ::Atom> GetTextAtomsFrom(const X11AtomCache* atom_cache);
selection_utils.cc 31 std::vector< ::Atom> GetTextAtomsFrom(const X11AtomCache* atom_cache) {
  /external/chromium_org/ui/base/dragdrop/
os_exchange_data_provider_aurax11.cc 165 std::vector< ::Atom> text_atoms = ui::GetTextAtomsFrom(&atom_cache_);
260 std::vector< ::Atom> text_atoms = ui::GetTextAtomsFrom(&atom_cache_);
  /external/chromium_org/ui/base/clipboard/
clipboard_aurax11.cc 164 std::vector< ::Atom> atoms = GetTextAtomsFrom(atom_cache_);
467 return GetTextAtomsFrom(&atom_cache_);

Completed in 64 milliseconds