Searched refs:AppCacheBackendProxy (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/content/child/appcache/
H A Dappcache_backend_proxy.cc11 void AppCacheBackendProxy::RegisterHost(int host_id) {
15 void AppCacheBackendProxy::UnregisterHost(int host_id) {
19 void AppCacheBackendProxy::SetSpawningHostId(int host_id,
25 void AppCacheBackendProxy::SelectCache(
36 void AppCacheBackendProxy::SelectCacheForWorker(
43 void AppCacheBackendProxy::SelectCacheForSharedWorker(
49 void AppCacheBackendProxy::MarkAsForeignEntry(
57 AppCacheStatus AppCacheBackendProxy::GetStatus(int host_id) {
63 bool AppCacheBackendProxy::StartUpdate(int host_id) {
69 bool AppCacheBackendProxy
[all...]
H A Dappcache_dispatcher.h28 AppCacheBackendProxy* backend_proxy() { return &backend_proxy_; }
47 AppCacheBackendProxy backend_proxy_;
H A Dappcache_backend_proxy.h16 class AppCacheBackendProxy : public AppCacheBackend { class in namespace:content
18 explicit AppCacheBackendProxy(IPC::Sender* sender) : sender_(sender) {} function in class:content::AppCacheBackendProxy

Completed in 400 milliseconds