AppCacheFrontend   17 content/browser/appcache/appcache_frontend_proxy.h class AppCacheFrontendProxy : public appcache::AppCacheFrontend {
AppCacheFrontend   42 content/browser/appcache/appcache_storage_impl_unittest.cc using appcache::AppCacheFrontend;
AppCacheFrontend 1619 content/browser/appcache/appcache_storage_impl_unittest.cc   class MockAppCacheFrontend : public AppCacheFrontend {
AppCacheFrontend   13 content/child/appcache/appcache_dispatcher.cc     appcache::AppCacheFrontend* frontend)
AppCacheFrontend   25 content/child/appcache/appcache_dispatcher.h                      appcache::AppCacheFrontend* frontend);
AppCacheFrontend   48 content/child/appcache/appcache_dispatcher.h   scoped_ptr<appcache::AppCacheFrontend> frontend_;
AppCacheFrontend   12 content/child/appcache/appcache_frontend_impl.h class AppCacheFrontendImpl : public appcache::AppCacheFrontend {
AppCacheFrontend   27 webkit/browser/appcache/appcache_backend_impl.cc                                      AppCacheFrontend* frontend,
AppCacheFrontend   22 webkit/browser/appcache/appcache_backend_impl.h                   AppCacheFrontend* frontend,
AppCacheFrontend   68 webkit/browser/appcache/appcache_backend_impl.h   AppCacheFrontend* frontend_;
AppCacheFrontend   18 webkit/browser/appcache/appcache_group_unittest.cc class TestAppCacheFrontend : public appcache::AppCacheFrontend {
AppCacheFrontend   85 webkit/browser/appcache/appcache_group_unittest.cc   TestAppCacheHost(int host_id, AppCacheFrontend* frontend,
AppCacheFrontend   45 webkit/browser/appcache/appcache_host.cc AppCacheHost::AppCacheHost(int host_id, AppCacheFrontend* frontend,
AppCacheFrontend  506 webkit/browser/appcache/appcache_host.cc void AppCacheHost::CompleteTransfer(int host_id, AppCacheFrontend* frontend) {
AppCacheFrontend   31 webkit/browser/appcache/appcache_host.h class AppCacheFrontend;
AppCacheFrontend   56 webkit/browser/appcache/appcache_host.h   AppCacheHost(int host_id, AppCacheFrontend* frontend,
AppCacheFrontend  149 webkit/browser/appcache/appcache_host.h   AppCacheFrontend* frontend() const { return frontend_; }
AppCacheFrontend  161 webkit/browser/appcache/appcache_host.h   void CompleteTransfer(int host_id, AppCacheFrontend* frontend);
AppCacheFrontend  253 webkit/browser/appcache/appcache_host.h   AppCacheFrontend* frontend_;
AppCacheFrontend   35 webkit/browser/appcache/appcache_host_unittest.cc   class MockFrontend : public AppCacheFrontend {
AppCacheFrontend   35 webkit/browser/appcache/appcache_request_handler_unittest.cc   class MockFrontend : public AppCacheFrontend {
AppCacheFrontend   14 webkit/browser/appcache/appcache_unittest.cc class MockAppCacheFrontend : public AppCacheFrontend {
AppCacheFrontend   64 webkit/browser/appcache/appcache_update_job.cc       AppCacheFrontend* frontend = it->first;
AppCacheFrontend   73 webkit/browser/appcache/appcache_update_job.cc       AppCacheFrontend* frontend = it->first;
AppCacheFrontend   83 webkit/browser/appcache/appcache_update_job.cc       AppCacheFrontend* frontend = it->first;
AppCacheFrontend  213 webkit/browser/appcache/appcache_update_job_unittest.cc class MockFrontend : public AppCacheFrontend {
AppCacheFrontend 3073 webkit/browser/appcache/appcache_update_job_unittest.cc   AppCacheHost* MakeHost(int host_id, AppCacheFrontend* frontend) {
AppCacheFrontend  150 webkit/common/appcache/appcache_interfaces.h class WEBKIT_STORAGE_COMMON_EXPORT AppCacheFrontend {
AppCacheFrontend  167 webkit/common/appcache/appcache_interfaces.h   virtual ~AppCacheFrontend() {}