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

  /external/chromium_org/content/browser/appcache/
appcache_storage_impl.h 51 virtual void FindResponseForMainRequest(const GURL& url,
appcache_storage_impl_unittest.cc     [all...]
mock_appcache_storage_unittest.cc 406 storage->FindResponseForMainRequest(url, GURL(), &delegate);
444 storage->FindResponseForMainRequest(kEntryUrl, GURL(), &delegate);
501 storage->FindResponseForMainRequest(kTestUrl, GURL(), &delegate);
558 storage->FindResponseForMainRequest(kEntryUrl, GURL(), &delegate);
605 storage->FindResponseForMainRequest(kEntryUrl, GURL(), &delegate);
620 storage->FindResponseForMainRequest(kOnlineNamespaceUrl, GURL(), &delegate);
appcache_storage.h 128 virtual void FindResponseForMainRequest(
mock_appcache_storage.h 59 virtual void FindResponseForMainRequest(const GURL& url,
appcache_request_handler.cc 251 storage()->FindResponseForMainRequest(
mock_appcache_storage.cc 95 void MockAppCacheStorage::FindResponseForMainRequest(
appcache_service_impl.cc 105 service_->storage()->FindResponseForMainRequest(url_, GURL(), this);
appcache_storage_impl.cc     [all...]

Completed in 116 milliseconds