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

  /external/chromium_org/webkit/browser/appcache/
appcache_entry.h 46 bool IsExplicit() const { return (types_ & EXPLICIT) != 0; }
appcache_storage_impl_unittest.cc 765 EXPECT_TRUE(cache_->GetEntry(kEntryUrl)->IsExplicit());
811 EXPECT_TRUE(delegate()->loaded_cache_->GetEntry(kEntryUrl)->IsExplicit());
    [all...]
mock_appcache_storage_unittest.cc 392 EXPECT_TRUE(cache->GetEntry(entry_url)->IsExplicit());
449 EXPECT_TRUE(delegate.found_entry_.IsExplicit());
563 EXPECT_TRUE(delegate.found_entry_.IsExplicit());
appcache.cc 306 info.is_explicit = iter->second.IsExplicit();
appcache_update_job.cc 557 // if (entry.IsMaster() && !(entry.IsExplicit() || fallback || intercept))
569 if (entry.IsExplicit() || entry.IsFallback() || entry.IsIntercept()) {
    [all...]
appcache_update_job_unittest.cc     [all...]
  /external/clang/include/clang/Basic/
Module.h 110 unsigned IsExplicit : 1;
241 IsExplicit(false), IsSystem(false),
248 bool IsFramework, bool IsExplicit);
  /external/clang/lib/Basic/
Module.cpp 26 bool IsFramework, bool IsExplicit)
29 IsFramework(IsFramework), IsExplicit(IsExplicit), IsSystem(false),
267 if (IsExplicit)
  /external/clang/include/clang/Lex/
ModuleMap.h 253 /// \param IsExplicit Whether this is an explicit submodule.
259 bool IsExplicit);
  /external/clang/lib/Lex/
ModuleMap.cpp 382 bool IsExplicit) {
389 IsExplicit);
520 /*IsFramework=*/true, /*IsExplicit=*/false);
    [all...]
  /external/clang/lib/Serialization/
ASTReader.cpp     [all...]
ASTWriter.cpp     [all...]
  /external/clang/lib/CodeGen/
CodeGenModule.cpp     [all...]

Completed in 166 milliseconds