OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kMimeTypeMozillaURL
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/ui/base/x/
selection_utils.h
25
extern const char
kMimeTypeMozillaURL
[];
selection_utils.cc
18
const char
kMimeTypeMozillaURL
[] = "text/x-moz-url";
42
atoms.push_back(atom_cache->GetAtom(
kMimeTypeMozillaURL
));
/external/chromium_org/ui/base/dragdrop/
os_exchange_data_provider_aurax11.cc
35
kMimeTypeMozillaURL
,
135
format_map_.Insert(atom_cache_.GetAtom(
kMimeTypeMozillaURL
), mem);
193
if (data.GetType() == atom_cache_.GetAtom(
kMimeTypeMozillaURL
)) {
/external/chromium_org/ui/base/clipboard/
clipboard_gtk.cc
110
const char
kMimeTypeMozillaURL
[] = "text/x-moz-url";
330
InsertMapping(
kMimeTypeMozillaURL
, data, data_len);
clipboard_aurax11.cc
46
kMimeTypeMozillaURL
,
748
aurax11_details_->InsertMapping(
kMimeTypeMozillaURL
, mem);
Completed in 35 milliseconds