OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
97
SelectionFormatMap
::
SelectionFormatMap
() {}
99
SelectionFormatMap
::~
SelectionFormatMap
() {}
101
void
SelectionFormatMap
::Insert(
108
ui::SelectionData
SelectionFormatMap
::GetFirstOf(
121
std::vector< ::Atom>
SelectionFormatMap
::GetTypes() const {
Completed in 128 milliseconds