Searched defs:SelectionFormatMap (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/ui/base/x/
H A Dselection_utils.h61 // assumed to be allocated with new char[], and is owned by SelectionFormatMap.
62 class UI_BASE_EXPORT SelectionFormatMap { class in namespace:ui
68 SelectionFormatMap();
69 ~SelectionFormatMap();
H A Dselection_utils.cc120 SelectionFormatMap::SelectionFormatMap() {} function in class:ui::SelectionFormatMap
122 SelectionFormatMap::~SelectionFormatMap() {}
124 void SelectionFormatMap::Insert(
131 ui::SelectionData SelectionFormatMap::GetFirstOf(
144 std::vector< ::Atom> SelectionFormatMap::GetTypes() const {

Completed in 252 milliseconds