Searched defs:HasFile (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/ui/base/dragdrop/
H A Dos_exchange_data.cc92 bool OSExchangeData::HasFile() const { function in class:ui::OSExchangeData
93 return provider_->HasFile();
115 if ((formats & FILE_NAME) != 0 && provider_->HasFile())
H A Dos_exchange_data_provider_aura.cc148 bool OSExchangeDataProviderAura::HasFile() const { function in class:ui::OSExchangeDataProviderAura
H A Dos_exchange_data_provider_aurax11.cc222 if (HasFile()) {
347 return !requested_types.empty() && !HasFile();
383 bool OSExchangeDataProviderAuraX11::HasFile() const { function in class:ui::OSExchangeDataProviderAuraX11
H A Dos_exchange_data_provider_win.cc502 bool OSExchangeDataProviderWin::HasFile() const { function in class:ui::OSExchangeDataProviderWin
/external/clang/lib/Rewrite/Frontend/
H A DInclusionRewriter.cpp447 bool HasFile; local
453 HasFile))
463 HasFile))
472 OS << '(' << (int) HasFile << ")/*";
/external/chromium_org/base/files/
H A Dfile_util_unittest.cc213 bool HasFile(const FilePath& file) const { function in class:base::__anon2262::FindResultCollector
830 EXPECT_TRUE(c2.HasFile(file_name));
1850 EXPECT_TRUE(c1.HasFile(file1));
1851 EXPECT_TRUE(c1.HasFile(file2_abs));
1852 EXPECT_TRUE(c1.HasFile(dir2file));
1853 EXPECT_TRUE(c1.HasFile(dir2innerfile));
1859 EXPECT_TRUE(c2.HasFile(dir1));
1860 EXPECT_TRUE(c2.HasFile(dir2));
1861 EXPECT_TRUE(c2.HasFile(dir2inner));
1868 EXPECT_TRUE(c2_non_recursive.HasFile(dir
[all...]

Completed in 301 milliseconds