Searched refs:GetTextAtomsFrom (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/ui/base/x/
H A Dselection_utils.h31 UI_BASE_EXPORT std::vector< ::Atom> GetTextAtomsFrom(
H A Dselection_utils.cc36 std::vector< ::Atom> GetTextAtomsFrom(const X11AtomCache* atom_cache) { function in namespace:ui
/external/chromium_org/ui/base/dragdrop/
H A Dos_exchange_data_provider_aurax11.cc229 std::vector< ::Atom> text_atoms = ui::GetTextAtomsFrom(&atom_cache_);
344 std::vector< ::Atom> text_atoms = ui::GetTextAtomsFrom(&atom_cache_);
/external/chromium_org/ui/base/clipboard/
H A Dclipboard_aurax11.cc166 std::vector< ::Atom> atoms = GetTextAtomsFrom(atom_cache_);
475 return GetTextAtomsFrom(&atom_cache_);

Completed in 86 milliseconds