Searched refs:appcache_id (Results 1 – 14 of 14) sorted by relevance
44 int host_id, int64 appcache_id) { in SelectCacheForSharedWorker() argument46 host_id, appcache_id)); in SelectCacheForSharedWorker()
36 int64 appcache_id) OVERRIDE;
15 appcache_id(kAppCacheNoCacheId), in ResourceResponseInfo()
57 int64 appcache_id; member
90 int host_id, int64 appcache_id) { in SelectCacheForSharedWorker() argument95 host->SelectCacheForSharedWorker(appcache_id); in SelectCacheForSharedWorker()
123 int host_id, int64 appcache_id) { in OnSelectCacheForSharedWorker() argument125 if (!backend_impl_.SelectCacheForSharedWorker(host_id, appcache_id)) in OnSelectCacheForSharedWorker()
41 bool SelectCacheForSharedWorker(int host_id, int64 appcache_id);
49 void OnSelectCacheForSharedWorker(int host_id, int64 appcache_id);
156 void AppCacheHost::SelectCacheForSharedWorker(int64 appcache_id) { in SelectCacheForSharedWorker() argument162 if (appcache_id != kAppCacheNoCacheId) { in SelectCacheForSharedWorker()163 LoadSelectedCache(appcache_id); in SelectCacheForSharedWorker()
84 void SelectCacheForSharedWorker(int64 appcache_id);
152 int64 appcache_id) = 0;
109 IPC_STRUCT_TRAITS_MEMBER(appcache_id)
70 &response->head.appcache_id, in PopulateResourceResponse()
755 response->setAppCacheID(info.appcache_id); in PopulateURLResponse()