Searched refs:found_entry_ (Results 1 – 4 of 4) sorted by relevance
/external/chromium_org/webkit/browser/appcache/ |
D | appcache_request_handler.cc | 63 found_entry_ = AppCacheEntry(); in MaybeLoadResource() 288 found_entry_ = entry; in OnMainResponseFound() 296 if (found_entry_.has_response_id()) { in OnMainResponseFound() 299 found_entry_, found_cache_id_, found_group_id_, found_manifest_url_, in OnMainResponseFound() 342 &found_entry_, &found_fallback_entry_, &found_network_namespace_); in ContinueMaybeLoadSubResource() 344 if (found_entry_.has_response_id()) { in ContinueMaybeLoadSubResource() 352 found_entry_, found_cache_id_, found_group_id_, found_manifest_url_, in ContinueMaybeLoadSubResource() 361 !found_entry_.has_response_id()); in ContinueMaybeLoadSubResource() 370 DCHECK(!found_entry_.has_response_id() && in ContinueMaybeLoadSubResource()
|
D | mock_appcache_storage_unittest.cc | 56 found_entry_ = entry; in OnMainResponseFound() 72 AppCacheEntry found_entry_; member in appcache::MockAppCacheStorageTest::MockStorageDelegate 411 EXPECT_EQ(kNoResponseId, delegate.found_entry_.response_id()); in TEST_F() 414 EXPECT_EQ(0, delegate.found_entry_.types()); in TEST_F() 448 EXPECT_EQ(kResponseId, delegate.found_entry_.response_id()); in TEST_F() 449 EXPECT_TRUE(delegate.found_entry_.IsExplicit()); in TEST_F() 505 EXPECT_FALSE(delegate.found_entry_.has_response_id()); in TEST_F() 562 EXPECT_EQ(kResponseId2, delegate.found_entry_.response_id()); in TEST_F() 563 EXPECT_TRUE(delegate.found_entry_.IsExplicit()); in TEST_F() 609 EXPECT_EQ(kNoResponseId, delegate.found_entry_.response_id()); in TEST_F() [all …]
|
D | appcache_storage_impl_unittest.cc | 223 found_entry_ = entry; in OnMainResponseFound() 243 AppCacheEntry found_entry_; member in appcache::AppCacheStorageImplTest::MockStorageDelegate 953 EXPECT_EQ(kNoResponseId, delegate()->found_entry_.response_id()); in Verify_FindNoMainResponse() 956 EXPECT_EQ(0, delegate()->found_entry_.types()); in Verify_FindNoMainResponse() 1005 EXPECT_EQ(1, delegate()->found_entry_.response_id()); in Verify_BasicFindMainResponse() 1006 EXPECT_TRUE(delegate()->found_entry_.IsExplicit()); in Verify_BasicFindMainResponse() 1076 EXPECT_FALSE(delegate()->found_entry_.has_response_id()); in Verify_BasicFindMainFallbackResponse() 1151 EXPECT_EQ(2, delegate()->found_entry_.response_id()); in Verify_BasicFindMainInterceptResponse() 1152 EXPECT_TRUE(delegate()->found_entry_.IsIntercept()); in Verify_BasicFindMainInterceptResponse() 1218 EXPECT_EQ(kNoResponseId, delegate()->found_entry_.response_id()); in Verify_FindInterceptPatternMatchNegative() [all …]
|
D | appcache_request_handler.h | 120 AppCacheEntry found_entry_; variable
|