Searched refs:IsExplicit (Results 1 - 13 of 13) sorted by relevance

/external/chromium_org/webkit/browser/appcache/
H A Dappcache_entry.h46 bool IsExplicit() const { return (types_ & EXPLICIT) != 0; } function in class:appcache::AppCacheEntry
H A Dmock_appcache_storage_unittest.cc392 EXPECT_TRUE(cache->GetEntry(entry_url)->IsExplicit());
449 EXPECT_TRUE(delegate.found_entry_.IsExplicit());
563 EXPECT_TRUE(delegate.found_entry_.IsExplicit());
H A Dappcache_storage_impl_unittest.cc881 EXPECT_TRUE(cache_->GetEntry(kEntryUrl)->IsExplicit());
927 EXPECT_TRUE(delegate()->loaded_cache_->GetEntry(kEntryUrl)->IsExplicit());
1006 EXPECT_TRUE(delegate()->found_entry_.IsExplicit());
1399 EXPECT_TRUE(delegate()->found_entry_.IsExplicit());
1417 EXPECT_TRUE(delegate()->found_entry_.IsExplicit());
1435 EXPECT_TRUE(delegate()->found_entry_.IsExplicit());
H A Dappcache.cc306 info.is_explicit = iter->second.IsExplicit();
H A Dappcache_update_job.cc563 // if (entry.IsMaster() && !(entry.IsExplicit() || fallback || intercept))
575 if (entry.IsExplicit() || entry.IsFallback() || entry.IsIntercept()) {
1016 if (entry.IsExplicit() || entry.IsFallback() || entry.IsIntercept())
H A Dappcache_update_job_unittest.cc3232 EXPECT_TRUE(entry->IsExplicit());
/external/clang/include/clang/Basic/
H A DModule.h110 unsigned IsExplicit : 1;
241 IsExplicit(false), IsSystem(false),
248 bool IsFramework, bool IsExplicit);
/external/clang/lib/Basic/
H A DModule.cpp26 bool IsFramework, bool IsExplicit)
29 IsFramework(IsFramework), IsExplicit(IsExplicit), IsSystem(false),
267 if (IsExplicit)
25 Module(StringRef Name, SourceLocation DefinitionLoc, Module *Parent, bool IsFramework, bool IsExplicit) argument
/external/clang/include/clang/Lex/
H A DModuleMap.h253 /// \param IsExplicit Whether this is an explicit submodule.
259 bool IsExplicit);
/external/clang/lib/Lex/
H A DModuleMap.cpp382 bool IsExplicit) {
389 IsExplicit);
520 /*IsFramework=*/true, /*IsExplicit=*/false);
381 findOrCreateModule(StringRef Name, Module *Parent, bool IsFramework, bool IsExplicit) argument
/external/clang/lib/Serialization/
H A DASTReader.cpp2849 if (!(*Sub)->IsExplicit && Visited.insert(*Sub))
3666 bool IsExplicit = Record[3]; local
3681 IsExplicit).first;
H A DASTWriter.cpp2251 Abbrev->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 1)); // IsExplicit
2337 Record.push_back(Mod->IsExplicit);
/external/clang/lib/CodeGen/
H A DCodeGenModule.cpp885 if ((*Sub)->IsExplicit)

Completed in 357 milliseconds