Home
last modified time | relevance | path

Searched refs:IsIntercept (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/webkit/browser/appcache/
Dappcache_entry.h49 bool IsIntercept() const { return (types_ & INTERCEPT) != 0; } in IsIntercept() function
Dappcache.cc303 info.is_intercept = iter->second.IsIntercept(); in ToResourceInfoVector()
Dappcache_update_job.cc669 if (entry.IsExplicit() || entry.IsFallback() || entry.IsIntercept()) { in HandleUrlFetchCompleted()
1205 if (entry.IsExplicit() || entry.IsFallback() || entry.IsIntercept()) in ShouldSkipUrlFetch()
/external/chromium_org/content/browser/appcache/
Dappcache_storage_impl_unittest.cc1183 EXPECT_TRUE(delegate()->found_entry_.IsIntercept()); in Verify_BasicFindMainInterceptResponse()
1270 EXPECT_TRUE(delegate()->found_entry_.IsIntercept()); in Verify_FindInterceptPatternMatchPositive()
Dappcache_update_job_unittest.cc3394 EXPECT_TRUE(entry->IsIntercept()); in VerifyManifestWithIntercept()