HomeSort by relevance Sort by last modified time
    Searched defs:appcache (Results 1 - 25 of 72) sorted by null

1 2 3

  /external/chromium_org/webkit/browser/appcache/
mock_appcache_service.cc 5 #include "webkit/browser/appcache/mock_appcache_service.h"
10 namespace appcache { namespace
27 } // namespace appcache
view_appcache_internals_job.h 17 namespace appcache { namespace
32 } // namespace appcache
appcache_interceptor.h 14 namespace appcache { namespace
20 // the appcache.
30 // Must be called to make a request eligible for retrieval from an appcache.
78 } // namespace appcache
appcache_policy.h 10 namespace appcache { namespace
22 // Called prior to creating a new appcache. Returns true if allowed.
30 } // namespace appcache
mock_appcache_policy.cc 5 #include "webkit/browser/appcache/mock_appcache_policy.h"
7 namespace appcache { namespace
28 } // namespace appcache
mock_appcache_policy.h 10 #include "webkit/browser/appcache/appcache_policy.h"
12 namespace appcache { namespace
29 } // namespace appcache
appcache_test_helper.cc 5 #include "webkit/browser/appcache/appcache_test_helper.h"
11 #include "webkit/browser/appcache/appcache.h"
12 #include "webkit/browser/appcache/appcache_entry.h"
13 #include "webkit/browser/appcache/appcache_group.h"
14 #include "webkit/browser/appcache/appcache_service.h"
16 namespace appcache { namespace
28 AppCache* /*newest_cache*/,
41 AppCache* appcache = new AppCache(appcache_service->storage() local
    [all...]
appcache_test_helper.h 10 #include "webkit/browser/appcache/appcache_storage.h"
12 namespace appcache { namespace
18 class AppCacheTestHelper : public appcache::AppCacheStorage::Delegate {
29 appcache::AppCacheGroup* group,
30 appcache::AppCache* newest_cache,
38 scoped_refptr<appcache::AppCacheInfoCollection> appcache_info_;
44 } // namespace appcache
manifest_parser.h 5 // This is a port of ManifestParser.h from WebKit/WebCore/loader/appcache.
40 #include "webkit/common/appcache/appcache_interfaces.h"
44 namespace appcache { namespace
62 } // namespace appcache
mock_appcache_service.h 9 #include "webkit/browser/appcache/appcache_service.h"
10 #include "webkit/browser/appcache/mock_appcache_storage.h"
13 namespace appcache { namespace
46 } // namespace appcache
appcache_backend_impl.h 9 #include "webkit/browser/appcache/appcache_host.h"
12 namespace appcache { namespace
appcache_executable_handler.h 18 namespace appcache { namespace
52 } // namespace appcache
appcache_histograms.cc 5 #include "webkit/browser/appcache/appcache_histograms.h"
9 namespace appcache { namespace
13 "appcache.InitResult",
18 UMA_HISTOGRAM_BOOLEAN("appcache.ReinitAttempt", repeated_attempt);
24 "appcache.CheckResponseResult",
30 UMA_HISTOGRAM_TIMES("appcache.TaskQueueTime", duration);
35 UMA_HISTOGRAM_TIMES("appcache.TaskRunTime", duration);
40 UMA_HISTOGRAM_TIMES("appcache.CompletionQueueTime", duration);
45 UMA_HISTOGRAM_TIMES("appcache.CompletionRunTime", duration);
50 UMA_HISTOGRAM_TIMES("appcache.JobStartDelay.Network", duration)
    [all...]
appcache_interceptor.cc 5 #include "webkit/browser/appcache/appcache_interceptor.h"
7 #include "webkit/browser/appcache/appcache_backend_impl.h"
8 #include "webkit/browser/appcache/appcache_host.h"
9 #include "webkit/browser/appcache/appcache_request_handler.h"
10 #include "webkit/browser/appcache/appcache_service.h"
11 #include "webkit/browser/appcache/appcache_url_request_job.h"
12 #include "webkit/common/appcache/appcache_interfaces.h"
14 namespace appcache { namespace
121 } // namespace appcache
appcache_quota_client.h 16 #include "webkit/browser/appcache/appcache_storage.h"
22 namespace appcache { namespace
28 // A QuotaClient implementation to integrate the appcache service
31 // itself when both the quota manager and the appcache service have
72 // For use by appcache internals during initialization and shutdown.
76 // Prior to appcache service being ready, we have to queue
93 } // namespace appcache
appcache_storage_unittest.cc 7 #include "webkit/browser/appcache/appcache.h"
8 #include "webkit/browser/appcache/appcache_group.h"
9 #include "webkit/browser/appcache/appcache_response.h"
10 #include "webkit/browser/appcache/appcache_storage.h"
11 #include "webkit/browser/appcache/mock_appcache_service.h"
14 namespace appcache { namespace
29 scoped_refptr<AppCache> cache(new AppCache(service.storage(), 111));
165 } // namespace appcache
    [all...]
appcache_working_set.cc 5 #include "webkit/browser/appcache/appcache_working_set.h"
8 #include "webkit/browser/appcache/appcache.h"
9 #include "webkit/browser/appcache/appcache_group.h"
10 #include "webkit/browser/appcache/appcache_response.h"
12 namespace appcache { namespace
32 void AppCacheWorkingSet::AddCache(AppCache* cache) {
41 void AppCacheWorkingSet::RemoveCache(AppCache* cache) {
manifest_parser_unittest.cc 9 #include "webkit/browser/appcache/manifest_parser.h"
11 namespace appcache { namespace
472 } // namespace appcache
appcache_storage.cc 5 #include "webkit/browser/appcache/appcache_storage.h"
10 #include "webkit/browser/appcache/appcache_response.h"
11 #include "webkit/browser/appcache/appcache_service.h"
15 namespace appcache { namespace
135 } // namespace appcache
appcache_working_set.h 14 namespace appcache { namespace
16 class AppCache;
20 // Represents the working set of appcache object instances
32 void AddCache(AppCache* cache);
33 void RemoveCache(AppCache* cache);
34 AppCache* GetCache(int64 id) {
58 typedef base::hash_map<int64, AppCache*> CacheMap;
74 } // namespace appcache
  /external/chromium_org/content/public/browser/
resource_dispatcher_host_delegate.h 18 namespace appcache { namespace
62 appcache::AppCacheService* appcache_service,
resource_context.h 19 namespace appcache { namespace
  /external/chromium_org/chrome/browser/renderer_host/
offline_resource_throttle.h 16 namespace appcache { namespace
29 appcache::AppCacheService* appcache_service);
47 // A callback to tell if an appcache exists.
52 appcache::AppCacheService* appcache_service_;
  /external/chromium_org/chrome/browser/browsing_data/
browsing_data_appcache_helper.h 12 #include "webkit/browser/appcache/appcache_service.h"
16 namespace appcache { namespace
20 // This class fetches appcache information on behalf of a caller
25 typedef std::map<GURL, appcache::AppCacheInfoVector> OriginAppCacheInfoMap;
32 appcache::AppCacheInfoCollection* info_collection() const {
42 scoped_refptr<appcache::AppCacheInfoCollection> info_collection_;
48 appcache::AppCacheService* appcache_service_;
55 // fetch its information from the appcache service, but gets them passed as
61 // Return a copy of the appcache helper. Only one consumer can use the
66 // Add an appcache to the set of canned caches that is returned by thi
    [all...]
  /external/chromium_org/content/browser/webui/
url_data_manager_backend.h 21 namespace appcache { namespace
51 appcache::AppCacheService* appcache_service,

Completed in 1911 milliseconds

1 2 3