/external/chromium_org/content/child/appcache/ |
appcache_dispatcher.h | 25 appcache::AppCacheFrontend* frontend); 48 scoped_ptr<appcache::AppCacheFrontend> frontend_;
|
appcache_frontend_impl.h | 12 class AppCacheFrontendImpl : public appcache::AppCacheFrontend {
|
appcache_dispatcher.cc | 13 appcache::AppCacheFrontend* frontend)
|
/external/chromium_org/webkit/browser/appcache/ |
appcache_backend_impl.h | 22 AppCacheFrontend* frontend, 68 AppCacheFrontend* frontend_;
|
appcache_host.h | 27 class AppCacheFrontend; 52 AppCacheHost(int host_id, AppCacheFrontend* frontend, 145 AppCacheFrontend* frontend() const { return frontend_; } 157 void CompleteTransfer(int host_id, AppCacheFrontend* frontend); 249 AppCacheFrontend* frontend_;
|
appcache_backend_impl.cc | 27 AppCacheFrontend* frontend,
|
appcache_group_unittest.cc | 18 class TestAppCacheFrontend : public appcache::AppCacheFrontend { 85 TestAppCacheHost(int host_id, AppCacheFrontend* frontend,
|
appcache_host.cc | 45 AppCacheHost::AppCacheHost(int host_id, AppCacheFrontend* frontend, 501 void AppCacheHost::CompleteTransfer(int host_id, AppCacheFrontend* frontend) {
|
appcache_update_job.cc | 34 typedef std::map<AppCacheFrontend*, HostIds> NotifyHostMap; 53 AppCacheFrontend* frontend = it->first; 62 AppCacheFrontend* frontend = it->first; 72 AppCacheFrontend* frontend = it->first; [all...] |
appcache_host_unittest.cc | 35 class MockFrontend : public AppCacheFrontend {
|
appcache_request_handler_unittest.cc | 35 class MockFrontend : public AppCacheFrontend { [all...] |
appcache_unittest.cc | 14 class MockAppCacheFrontend : public AppCacheFrontend {
|
appcache_update_job_unittest.cc | 213 class MockFrontend : public AppCacheFrontend { [all...] |
appcache_storage_impl_unittest.cc | [all...] |
/external/chromium_org/content/browser/appcache/ |
appcache_frontend_proxy.h | 17 class AppCacheFrontendProxy : public appcache::AppCacheFrontend { 21 // AppCacheFrontend methods
|
/external/chromium_org/webkit/common/appcache/ |
appcache_interfaces.h | 120 class WEBKIT_STORAGE_COMMON_EXPORT AppCacheFrontend { 137 virtual ~AppCacheFrontend() {}
|