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

  /external/chromium_org/webkit/browser/appcache/
appcache_storage_impl.h 48 virtual void FindResponseForMainRequest(const GURL& url,
appcache_storage_impl_unittest.cc     [all...]
mock_appcache_storage_unittest.cc 405 storage->FindResponseForMainRequest(url, GURL(), &delegate);
442 storage->FindResponseForMainRequest(kEntryUrl, GURL(), &delegate);
499 storage->FindResponseForMainRequest(kTestUrl, GURL(), &delegate);
556 storage->FindResponseForMainRequest(kEntryUrl, GURL(), &delegate);
603 storage->FindResponseForMainRequest(kEntryUrl, GURL(), &delegate);
617 storage->FindResponseForMainRequest(kOnlineNamespaceUrl, GURL(), &delegate);
appcache_storage.h 122 virtual void FindResponseForMainRequest(
mock_appcache_storage.h 41 virtual void FindResponseForMainRequest(const GURL& url,
appcache_request_handler.cc 244 storage()->FindResponseForMainRequest(
appcache_service.cc 104 service_->storage()->FindResponseForMainRequest(url_, GURL(), this);
mock_appcache_storage.cc 95 void MockAppCacheStorage::FindResponseForMainRequest(
appcache_storage_impl.cc     [all...]

Completed in 114 milliseconds