Searched defs:found_entry_ (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/content/browser/appcache/
H A Dappcache_request_handler.h120 AppCacheEntry found_entry_; member in class:content::AppCacheRequestHandler
H A Dmock_appcache_storage_unittest.cc57 found_entry_ = entry;
73 AppCacheEntry found_entry_; member in class:content::MockAppCacheStorageTest::MockStorageDelegate
412 EXPECT_EQ(kAppCacheNoResponseId, delegate.found_entry_.response_id());
416 EXPECT_EQ(0, delegate.found_entry_.types());
450 EXPECT_EQ(kResponseId, delegate.found_entry_.response_id());
451 EXPECT_TRUE(delegate.found_entry_.IsExplicit());
507 EXPECT_FALSE(delegate.found_entry_.has_response_id());
564 EXPECT_EQ(kResponseId2, delegate.found_entry_.response_id());
565 EXPECT_TRUE(delegate.found_entry_.IsExplicit());
611 EXPECT_EQ(kAppCacheNoResponseId, delegate.found_entry_
[all...]
H A Dappcache_storage_impl_unittest.cc225 found_entry_ = entry;
245 AppCacheEntry found_entry_; member in class:content::AppCacheStorageImplTest::MockStorageDelegate
953 EXPECT_EQ(kAppCacheNoResponseId, delegate()->found_entry_.response_id());
957 EXPECT_EQ(0, delegate()->found_entry_.types());
1006 EXPECT_EQ(1, delegate()->found_entry_.response_id());
1007 EXPECT_TRUE(delegate()->found_entry_.IsExplicit());
1083 EXPECT_FALSE(delegate()->found_entry_.has_response_id());
1158 EXPECT_EQ(2, delegate()->found_entry_.response_id());
1159 EXPECT_TRUE(delegate()->found_entry_.IsIntercept());
1225 EXPECT_EQ(kAppCacheNoResponseId, delegate()->found_entry_
[all...]
/external/chromium_org/net/http/
H A Ddisk_cache_based_quic_server_info.h91 bool found_entry_; // Controls the behavior of DoCreateOrOpen. member in class:net::DiskCacheBasedQuicServerInfo

Completed in 1911 milliseconds