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

  /external/chromium_org/ui/base/x/
selection_utils.h 53 // assumed to be allocated with new char[], and is owned by SelectionFormatMap.
54 class UI_EXPORT SelectionFormatMap {
60 SelectionFormatMap();
61 ~SelectionFormatMap();
selection_utils.cc 100 SelectionFormatMap::SelectionFormatMap() {}
102 SelectionFormatMap::~SelectionFormatMap() {}
104 void SelectionFormatMap::Insert(
110 ui::SelectionData SelectionFormatMap::GetFirstOf(
123 std::vector< ::Atom> SelectionFormatMap::GetTypes() const {

Completed in 52 milliseconds