OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HasCustomFormat
(Results
1 - 13
of
13
) sorted by null
/external/chromium_org/ui/base/dragdrop/
os_exchange_data.cc
95
bool OSExchangeData::
HasCustomFormat
(const CustomFormat& format) const {
96
return provider_->
HasCustomFormat
(format);
118
if (!
HasCustomFormat
(*i))
143
if (
HasCustomFormat
(*i))
os_exchange_data.h
120
virtual bool
HasCustomFormat
(const CustomFormat& format) const = 0;
198
bool
HasCustomFormat
(const CustomFormat& format) const;
os_exchange_data_provider_aura.h
47
virtual bool
HasCustomFormat
(const OSExchangeData::CustomFormat& format) const
os_exchange_data_provider_aurax11.h
77
virtual bool
HasCustomFormat
(const OSExchangeData::CustomFormat& format) const
os_exchange_data_unittest.cc
71
EXPECT_TRUE(copy.
HasCustomFormat
(kTestFormat));
os_exchange_data_provider_aura.cc
134
bool OSExchangeDataProviderAura::
HasCustomFormat
(
os_exchange_data_provider_win.h
177
virtual bool
HasCustomFormat
(
os_exchange_data_provider_aurax11.cc
278
bool OSExchangeDataProviderAuraX11::
HasCustomFormat
(
os_exchange_data_provider_win.cc
491
bool OSExchangeDataProviderWin::
HasCustomFormat
(
[
all
...]
/external/chromium/chrome/browser/ui/views/extensions/
browser_action_drag_data.cc
38
if (!data.
HasCustomFormat
(GetBrowserActionCustomFormat()))
/external/chromium_org/chrome/browser/bookmarks/
bookmark_node_data_views.cc
48
if (data.
HasCustomFormat
(GetBookmarkCustomFormat())) {
/external/chromium_org/chrome/browser/ui/views/extensions/
browser_action_drag_data.cc
39
if (!data.
HasCustomFormat
(GetBrowserActionCustomFormat()))
/external/chromium/chrome/browser/bookmarks/
bookmark_node_data.cc
244
if (data.
HasCustomFormat
(GetBookmarkCustomFormat())) {
Completed in 3982 milliseconds