Home
last modified time | relevance | path

Searched refs:OnProgressEventRaised (Results 1 – 16 of 16) sorted by relevance

/external/chromium_org/content/child/appcache/
Dappcache_dispatcher.cc25 IPC_MESSAGE_HANDLER(AppCacheMsg_ProgressEventRaised, OnProgressEventRaised) in OnMessageReceived()
49 void AppCacheDispatcher::OnProgressEventRaised( in OnProgressEventRaised() function in content::AppCacheDispatcher
52 frontend_->OnProgressEventRaised(host_ids, url, num_total, num_complete); in OnProgressEventRaised()
Dappcache_frontend_impl.cc51 void AppCacheFrontendImpl::OnProgressEventRaised( in OnProgressEventRaised() function in content::AppCacheFrontendImpl
60 host->OnProgressEventRaised(url, num_total, num_complete); in OnProgressEventRaised()
Dappcache_frontend_impl.h20 virtual void OnProgressEventRaised(const std::vector<int>& host_ids,
Dappcache_dispatcher.h40 void OnProgressEventRaised(const std::vector<int>& host_ids,
Dweb_application_cache_host_impl.h36 void OnProgressEventRaised(const GURL& url, int num_total, int num_complete); in NON_EXPORTED_BASE()
Dweb_application_cache_host_impl.cc128 void WebApplicationCacheHostImpl::OnProgressEventRaised( in OnProgressEventRaised() function in content::WebApplicationCacheHostImpl
/external/chromium_org/content/browser/appcache/
Dappcache_frontend_proxy.h28 virtual void OnProgressEventRaised(const std::vector<int>& host_ids,
Dappcache_frontend_proxy.cc32 void AppCacheFrontendProxy::OnProgressEventRaised( in OnProgressEventRaised() function in content::AppCacheFrontendProxy
Dappcache_group_unittest.cc51 virtual void OnProgressEventRaised(const std::vector<int>& host_ids, in OnProgressEventRaised() function in __anon3fa560a40111::TestAppCacheFrontend
Dappcache_host_unittest.cc82 virtual void OnProgressEventRaised(const std::vector<int>& host_ids, in OnProgressEventRaised() function in content::AppCacheHostTest::MockFrontend
Dappcache_unittest.cc42 virtual void OnProgressEventRaised( in OnProgressEventRaised() function in content::__anonc6751c580111::MockAppCacheFrontend
Dappcache_request_handler_unittest.cc62 virtual void OnProgressEventRaised(const std::vector<int>& host_ids, in OnProgressEventRaised() function in content::AppCacheRequestHandlerTest::MockFrontend
Dappcache_storage_impl_unittest.cc1645 virtual void OnProgressEventRaised( in OnProgressEventRaised() function in content::AppCacheStorageImplTest::MockAppCacheFrontend
Dappcache_update_job_unittest.cc277 virtual void OnProgressEventRaised(const std::vector<int>& host_ids, in OnProgressEventRaised() function in content::MockFrontend
/external/chromium_org/webkit/common/appcache/
Dappcache_interfaces.h158 virtual void OnProgressEventRaised(const std::vector<int>& host_ids,
/external/chromium_org/webkit/browser/appcache/
Dappcache_update_job.cc74 frontend->OnProgressEventRaised(it->second, url, in SendProgressNotifications()