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

/external/chromium_org/content/browser/appcache/
H A Dappcache_entry.h46 bool IsExplicit() const { return (types_ & EXPLICIT) != 0; } function in class:content::AppCacheEntry
H A Dmock_appcache_storage_unittest.cc393 EXPECT_TRUE(cache->GetEntry(entry_url)->IsExplicit());
451 EXPECT_TRUE(delegate.found_entry_.IsExplicit());
565 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());
1007 EXPECT_TRUE(delegate()->found_entry_.IsExplicit());
1411 EXPECT_TRUE(delegate()->found_entry_.IsExplicit());
1429 EXPECT_TRUE(delegate()->found_entry_.IsExplicit());
1447 EXPECT_TRUE(delegate()->found_entry_.IsExplicit());
H A Dappcache.cc309 info.is_explicit = iter->second.IsExplicit();
H A Dappcache_update_job.cc679 // if (entry.IsMaster() && !(entry.IsExplicit() || fallback || intercept))
691 if (entry.IsExplicit() || entry.IsFallback() || entry.IsIntercept()) {
1227 if (entry.IsExplicit() || entry.IsFallback() || entry.IsIntercept())
H A Dappcache_update_job_unittest.cc3236 EXPECT_TRUE(entry->IsExplicit());
/external/clang/lib/Basic/
H A DModule.cpp28 const FileEntry *File, bool IsFramework, bool IsExplicit)
32 IsExplicit(IsExplicit), IsSystem(false), IsExternC(false),
214 if (!Mod->IsExplicit)
292 if (IsExplicit)
27 Module(StringRef Name, SourceLocation DefinitionLoc, Module *Parent, const FileEntry *File, bool IsFramework, bool IsExplicit) argument
/external/clang/include/clang/Basic/
H A DModule.h142 unsigned IsExplicit : 1;
289 const FileEntry *ModuleMap, bool IsFramework, bool IsExplicit);
/external/clang/include/clang/Lex/
H A DModuleMap.h314 /// \param IsExplicit Whether this is an explicit submodule.
321 bool IsExplicit);
/external/clang/lib/Lex/
H A DModuleMap.cpp540 bool IsExplicit) {
547 IsFramework, IsExplicit);
685 /*IsFramework=*/true, /*IsExplicit=*/false);
538 findOrCreateModule(StringRef Name, Module *Parent, const FileEntry *ModuleMap, bool IsFramework, bool IsExplicit) argument
/external/clang/lib/CodeGen/
H A DCodeGenModule.cpp1005 if ((*Sub)->IsExplicit)
/external/clang/lib/Serialization/
H A DASTReader.cpp4242 bool IsExplicit = Record[Idx++]; local
4264 IsExplicit).first;
H A DASTWriter.cpp2274 Abbrev->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 1)); // IsExplicit
2362 Record.push_back(Mod->IsExplicit);

Completed in 232 milliseconds