Searched refs:HasCustomFormat (Results 1 - 13 of 13) sorted by relevance

/external/chromium_org/ui/base/dragdrop/
H A Dos_exchange_data.cc97 bool OSExchangeData::HasCustomFormat(const CustomFormat& format) const { function in class:ui::OSExchangeData
98 return provider_->HasCustomFormat(format);
120 if (!HasCustomFormat(*i))
145 if (HasCustomFormat(*i))
H A Dos_exchange_data_provider_aura.h49 virtual bool HasCustomFormat(const OSExchangeData::CustomFormat& format) const
H A Dos_exchange_data_provider_aurax11.h77 virtual bool HasCustomFormat(const OSExchangeData::CustomFormat& format) const
H A Dos_exchange_data_unittest.cc73 EXPECT_TRUE(copy.HasCustomFormat(kTestFormat));
H A Dos_exchange_data.h126 virtual bool HasCustomFormat(const CustomFormat& format) const = 0;
206 bool HasCustomFormat(const CustomFormat& format) const;
H A Dos_exchange_data_provider_aura.cc137 bool OSExchangeDataProviderAura::HasCustomFormat( function in class:ui::OSExchangeDataProviderAura
H A Dos_exchange_data_provider_win.h179 virtual bool HasCustomFormat(
H A Dos_exchange_data_provider_aurax11.cc280 bool OSExchangeDataProviderAuraX11::HasCustomFormat( function in class:ui::OSExchangeDataProviderAuraX11
H A Dos_exchange_data_provider_win.cc497 bool OSExchangeDataProviderWin::HasCustomFormat( function in class:ui::OSExchangeDataProviderWin
/external/chromium/chrome/browser/ui/views/extensions/
H A Dbrowser_action_drag_data.cc38 if (!data.HasCustomFormat(GetBrowserActionCustomFormat()))
/external/chromium_org/chrome/browser/bookmarks/
H A Dbookmark_node_data_views.cc48 if (data.HasCustomFormat(GetBookmarkCustomFormat())) {
/external/chromium_org/chrome/browser/ui/views/extensions/
H A Dbrowser_action_drag_data.cc39 if (!data.HasCustomFormat(GetBrowserActionCustomFormat()))
/external/chromium/chrome/browser/bookmarks/
H A Dbookmark_node_data.cc244 if (data.HasCustomFormat(GetBookmarkCustomFormat())) {

Completed in 180 milliseconds