Searched refs:GetStatusWithCallback (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/content/browser/appcache/
H A Dappcache_backend_impl.h44 bool GetStatusWithCallback(int host_id, const GetStatusCallback& callback,
H A Dappcache_backend_impl.cc111 bool AppCacheBackendImpl::GetStatusWithCallback( function in class:content::AppCacheBackendImpl
117 host->GetStatusWithCallback(callback, callback_param);
H A Dappcache_host_unittest.cc183 host.GetStatusWithCallback(get_status_callback_, reinterpret_cast<void*>(1));
307 host.GetStatusWithCallback(get_status_callback_, reinterpret_cast<void*>(1));
338 host.GetStatusWithCallback(get_status_callback_, reinterpret_cast<void*>(1));
H A Dappcache_dispatcher_host.cc158 if (!backend_impl_.GetStatusWithCallback(
H A Dappcache_host.h87 void GetStatusWithCallback(const GetStatusCallback& callback,
H A Dappcache_host.cc179 void AppCacheHost::GetStatusWithCallback(const GetStatusCallback& callback, function in class:content::AppCacheHost

Completed in 75 milliseconds