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

  /external/chromium_org/content/browser/appcache/
appcache_entry.h 46 bool IsExplicit() const { return (types_ & EXPLICIT) != 0; }
mock_appcache_storage_unittest.cc 393 EXPECT_TRUE(cache->GetEntry(entry_url)->IsExplicit());
451 EXPECT_TRUE(delegate.found_entry_.IsExplicit());
565 EXPECT_TRUE(delegate.found_entry_.IsExplicit());
appcache_storage_impl_unittest.cc     [all...]
appcache.cc 309 info.is_explicit = iter->second.IsExplicit();
appcache_update_job.cc 679 // if (entry.IsMaster() && !(entry.IsExplicit() || fallback || intercept))
691 if (entry.IsExplicit() || entry.IsFallback() || entry.IsIntercept()) {
    [all...]
appcache_update_job_unittest.cc     [all...]
  /external/clang/lib/Basic/
Module.cpp 28 const FileEntry *File, bool IsFramework, bool IsExplicit)
32 IsExplicit(IsExplicit), IsSystem(false), IsExternC(false),
214 if (!Mod->IsExplicit)
292 if (IsExplicit)
  /external/clang/include/clang/Basic/
Module.h 142 unsigned IsExplicit : 1;
289 const FileEntry *ModuleMap, bool IsFramework, bool IsExplicit);
  /external/clang/include/clang/Lex/
ModuleMap.h 314 /// \param IsExplicit Whether this is an explicit submodule.
321 bool IsExplicit);
  /external/clang/lib/Lex/
ModuleMap.cpp 540 bool IsExplicit) {
547 IsFramework, IsExplicit);
685 /*IsFramework=*/true, /*IsExplicit=*/false);
    [all...]
  /external/clang/lib/CodeGen/
CodeGenModule.cpp     [all...]
  /external/clang/lib/Serialization/
ASTReader.cpp     [all...]
ASTWriter.cpp     [all...]

Completed in 450 milliseconds