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

  /external/chromium_org/content/browser/appcache/
appcache_request_handler.cc 69 found_fallback_entry_ = AppCacheEntry();
108 if (found_fallback_entry_.has_response_id()) {
114 found_fallback_entry_, found_cache_id_, found_group_id_,
133 if (!found_fallback_entry_.has_response_id())
168 found_fallback_entry_, found_cache_id_, found_group_id_,
297 found_fallback_entry_ = fallback_entry;
304 DCHECK(!found_fallback_entry_.has_response_id());
350 &found_entry_, &found_fallback_entry_, &found_network_namespace_);
355 !found_fallback_entry_.has_response_id());
365 if (found_fallback_entry_.has_response_id())
    [all...]
appcache_request_handler.h 121 AppCacheEntry found_fallback_entry_; member in class:content::AppCacheRequestHandler
mock_appcache_storage_unittest.cc 59 found_fallback_entry_ = fallback_entry;
75 AppCacheEntry found_fallback_entry_; member in class:content::MockAppCacheStorageTest::MockStorageDelegate
414 delegate.found_fallback_entry_.response_id());
417 EXPECT_EQ(0, delegate.found_fallback_entry_.types());
452 EXPECT_FALSE(delegate.found_fallback_entry_.has_response_id());
508 EXPECT_EQ(kResponseId2, delegate.found_fallback_entry_.response_id());
510 EXPECT_TRUE(delegate.found_fallback_entry_.IsFallback());
566 EXPECT_FALSE(delegate.found_fallback_entry_.has_response_id());
613 delegate.found_fallback_entry_.response_id());
616 EXPECT_EQ(0, delegate.found_fallback_entry_.types())
    [all...]
appcache_storage_impl_unittest.cc 227 found_fallback_entry_ = fallback_entry;
247 AppCacheEntry found_fallback_entry_; member in class:content::AppCacheStorageImplTest::MockStorageDelegate
    [all...]

Completed in 467 milliseconds