HomeSort by relevance Sort by last modified time
    Searched refs:HasFile (Results 1 - 16 of 16) sorted by null

  /art/runtime/base/
scoped_flock.h 49 bool HasFile();
scoped_flock.cc 85 bool ScopedFlock::HasFile() {
  /external/chromium_org/ui/base/dragdrop/
os_exchange_data_provider_aurax11_unittest.cc 73 EXPECT_TRUE(provider.HasFile());
81 EXPECT_FALSE(provider.HasFile());
89 EXPECT_TRUE(provider.HasFile());
125 EXPECT_TRUE(provider.HasFile());
os_exchange_data.cc 92 bool OSExchangeData::HasFile() const {
93 return provider_->HasFile();
115 if ((formats & FILE_NAME) != 0 && provider_->HasFile())
os_exchange_data_provider_mac.h 44 virtual bool HasFile() const OVERRIDE;
os_exchange_data.h 117 virtual bool HasFile() const = 0;
204 bool HasFile() const;
os_exchange_data_provider_aura.h 49 virtual bool HasFile() const OVERRIDE;
os_exchange_data_provider_aurax11.h 84 virtual bool HasFile() const OVERRIDE;
os_exchange_data_unittest.cc 101 EXPECT_FALSE(data.HasFile());
140 EXPECT_TRUE(data.HasFile());
os_exchange_data_provider_aura.cc 148 bool OSExchangeDataProviderAura::HasFile() const {
os_exchange_data_provider_aurax11.cc 222 if (HasFile()) {
347 return !requested_types.empty() && !HasFile();
383 bool OSExchangeDataProviderAuraX11::HasFile() const {
os_exchange_data_provider_win.h 177 virtual bool HasFile() const;
os_exchange_data_provider_win.cc 502 bool OSExchangeDataProviderWin::HasFile() const {
    [all...]
  /external/chromium_org/base/files/
file_util_unittest.cc 213 bool HasFile(const FilePath& file) const {
830 EXPECT_TRUE(c2.HasFile(file_name));
    [all...]
  /external/clang/lib/Rewrite/Frontend/
InclusionRewriter.cpp 447 bool HasFile;
453 HasFile))
463 HasFile))
472 OS << '(' << (int) HasFile << ")/*";
  /art/runtime/
class_linker.cc     [all...]

Completed in 202 milliseconds