HomeSort by relevance Sort by last modified time
    Searched refs:AppCacheFrontend (Results 1 - 16 of 16) sorted by null

  /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 48 class AppCacheFrontend;
73 AppCacheHost(int host_id, AppCacheFrontend* frontend,
166 AppCacheFrontend* frontend() const { return frontend_; }
178 void CompleteTransfer(int host_id, AppCacheFrontend* frontend);
275 AppCacheFrontend* frontend_;
appcache_backend_impl.cc 27 AppCacheFrontend* frontend,
appcache_host.cc 45 AppCacheHost::AppCacheHost(int host_id, AppCacheFrontend* frontend,
507 void AppCacheHost::CompleteTransfer(int host_id, AppCacheFrontend* frontend) {
appcache_update_job.cc 45 typedef std::map<AppCacheFrontend*, HostIds> NotifyHostMap;
64 AppCacheFrontend* frontend = it->first;
73 AppCacheFrontend* frontend = it->first;
83 AppCacheFrontend* frontend = it->first;
91 AppCacheFrontend* frontend = it->first;
    [all...]
  /external/chromium_org/content/browser/appcache/
appcache_frontend_proxy.h 17 class AppCacheFrontendProxy : public appcache::AppCacheFrontend {
21 // AppCacheFrontend methods
appcache_group_unittest.cc 17 using appcache::AppCacheFrontend;
25 class TestAppCacheFrontend : public appcache::AppCacheFrontend {
92 TestAppCacheHost(int host_id, AppCacheFrontend* frontend,
appcache_host_unittest.cc 22 using appcache::AppCacheFrontend;
49 class MockFrontend : public AppCacheFrontend {
appcache_request_handler_unittest.cc 33 using appcache::AppCacheFrontend;
47 class MockFrontend : public AppCacheFrontend {
    [all...]
appcache_unittest.cc 13 using appcache::AppCacheFrontend;
34 class MockAppCacheFrontend : public AppCacheFrontend {
appcache_storage_impl_unittest.cc 42 using appcache::AppCacheFrontend;
    [all...]
appcache_update_job_unittest.cc 25 using appcache::AppCacheFrontend;
238 class MockFrontend : public AppCacheFrontend {
    [all...]
  /external/chromium_org/webkit/common/appcache/
appcache_interfaces.h 150 class WEBKIT_STORAGE_COMMON_EXPORT AppCacheFrontend {
168 virtual ~AppCacheFrontend() {}

Completed in 616 milliseconds