Searched refs:appcache_id (Results 1 - 14 of 14) sorted by relevance

/external/chromium_org/content/public/common/
H A Dresource_response_info.cc15 appcache_id(kAppCacheNoCacheId),
H A Dresource_response_info.h57 int64 appcache_id; member in struct:content::ResourceResponseInfo
/external/chromium_org/content/child/appcache/
H A Dappcache_backend_proxy.cc44 int host_id, int64 appcache_id) {
46 host_id, appcache_id));
43 SelectCacheForSharedWorker( int host_id, int64 appcache_id) argument
H A Dappcache_backend_proxy.h36 int64 appcache_id) OVERRIDE;
/external/chromium_org/content/browser/appcache/
H A Dappcache_backend_impl.h41 bool SelectCacheForSharedWorker(int host_id, int64 appcache_id);
H A Dappcache_dispatcher_host.h49 void OnSelectCacheForSharedWorker(int host_id, int64 appcache_id);
H A Dappcache_backend_impl.cc90 int host_id, int64 appcache_id) {
95 host->SelectCacheForSharedWorker(appcache_id);
89 SelectCacheForSharedWorker( int host_id, int64 appcache_id) argument
H A Dappcache_dispatcher_host.cc123 int host_id, int64 appcache_id) {
125 if (!backend_impl_.SelectCacheForSharedWorker(host_id, appcache_id))
122 OnSelectCacheForSharedWorker( int host_id, int64 appcache_id) argument
H A Dappcache_host.cc156 void AppCacheHost::SelectCacheForSharedWorker(int64 appcache_id) { argument
162 if (appcache_id != kAppCacheNoCacheId) {
163 LoadSelectedCache(appcache_id);
H A Dappcache_host.h84 void SelectCacheForSharedWorker(int64 appcache_id);
/external/chromium_org/content/common/
H A Dappcache_interfaces.h152 int64 appcache_id) = 0;
H A Dresource_messages.h109 IPC_STRUCT_TRAITS_MEMBER(appcache_id)
/external/chromium_org/content/browser/loader/
H A Dresource_loader.cc70 &response->head.appcache_id,
/external/chromium_org/content/child/
H A Dweb_url_loader_impl.cc755 response->setAppCacheID(info.appcache_id);

Completed in 361 milliseconds