OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:format_map_
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/ui/base/dragdrop/
os_exchange_data_provider_aurax11.cc
56
format_map_
(selection),
78
format_map_
(),
97
selection_owner_.TakeOwnershipOfSelection(
format_map_
);
113
ret->
format_map_
=
format_map_
;
119
format_map_
.Insert(atom_cache_.GetAtom(kRendererTaint),
125
return
format_map_
.find(atom_cache_.GetAtom(kRendererTaint)) !=
126
format_map_
.end();
137
format_map_
.Insert(atom_cache_.GetAtom(Clipboard::kMimeTypeText), mem);
138
format_map_
.Insert(atom_cache_.GetAtom(kText), mem)
[
all
...]
os_exchange_data_provider_aurax11.h
112
// Returns the targets in |
format_map_
|.
138
SelectionFormatMap
format_map_
;
member in class:ui::OSExchangeDataProviderAuraX11
143
// Takes a snapshot of |
format_map_
| and offers it to other windows.
os_exchange_data_provider_aurax11_unittest.cc
35
provider.
format_map_
.Insert(
/external/chromium_org/ui/base/x/
selection_owner.h
35
const SelectionFormatMap& selection_format_map() { return
format_map_
; }
123
SelectionFormatMap
format_map_
;
member in class:ui::SelectionOwner
selection_owner.cc
119
for (SelectionFormatMap::const_iterator it =
format_map_
.begin();
120
it !=
format_map_
.end(); ++it) {
131
format_map_
= data;
137
format_map_
= SelectionFormatMap();
244
SelectionFormatMap::const_iterator it =
format_map_
.find(target);
245
if (it !=
format_map_
.end()) {
Completed in 363 milliseconds