HomeSort by relevance Sort by last modified time
    Searched defs:HasCustomFormat (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/ui/base/dragdrop/
os_exchange_data.cc 96 bool OSExchangeData::HasCustomFormat(const CustomFormat& format) const {
97 return provider_->HasCustomFormat(format);
119 if (HasCustomFormat(*i))
os_exchange_data_provider_aura.cc 152 bool OSExchangeDataProviderAura::HasCustomFormat(
os_exchange_data_provider_aurax11.cc 409 bool OSExchangeDataProviderAuraX11::HasCustomFormat(
os_exchange_data_provider_win.cc 287 return HasCustomFormat(GetRendererTaintCustomType());
514 bool OSExchangeDataProviderWin::HasCustomFormat(
    [all...]

Completed in 75 milliseconds