OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FindResponseForRequest
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/webkit/browser/appcache/
appcache_unittest.cc
143
TEST(AppCacheTest,
FindResponseForRequest
) {
218
// See that we get expected results from
FindResponseForRequest
227
found = cache->
FindResponseForRequest
(GURL("http://blah/miss"),
233
found = cache->
FindResponseForRequest
(kForeignExplicitEntryUrl,
244
found = cache->
FindResponseForRequest
(kManifestUrl,
255
found = cache->
FindResponseForRequest
(kInOnlineNamespaceUrl,
266
found = cache->
FindResponseForRequest
(kExplicitInOnlineNamespaceUrl,
277
found = cache->
FindResponseForRequest
(kFallbackTestUrl1,
290
found = cache->
FindResponseForRequest
(kFallbackTestUrl2,
303
found = cache->
FindResponseForRequest
(kOnlineNamespaceWithinOtherNamespaces
[
all
...]
appcache.h
130
bool
FindResponseForRequest
(const GURL& url,
154
//
FindResponseForRequest
helpers
mock_appcache_storage.cc
125
cache->
FindResponseForRequest
(
345
bool found = cache->
FindResponseForRequest
(
appcache.cc
246
bool AppCache::
FindResponseForRequest
(const GURL& url,
appcache_storage_impl.cc
[
all
...]
Completed in 41 milliseconds