HomeSort by relevance Sort by last modified time
    Searched defs:AppCacheStorageImpl (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/webkit/browser/appcache/
appcache_storage_impl.h 30 class AppCacheStorageImpl : public AppCacheStorage {
32 explicit AppCacheStorageImpl(AppCacheServiceImpl* service);
33 virtual ~AppCacheStorageImpl();
71 // The AppCacheStorageImpl class methods and datamembers may only be
173 base::WeakPtrFactory<AppCacheStorageImpl> weak_factory_;
appcache_storage_impl.cc 133 class AppCacheStorageImpl::DatabaseTask
136 explicit DatabaseTask(AppCacheStorageImpl* storage)
158 // called on the IO thread. This is used by AppCacheStorageImpl
159 // to cancel the completion calls when AppCacheStorageImpl is
170 AppCacheStorageImpl* storage_;
182 void AppCacheStorageImpl::DatabaseTask::Schedule() {
197 void AppCacheStorageImpl::DatabaseTask::CancelCompletion() {
203 void AppCacheStorageImpl::DatabaseTask::CallRun(
229 void AppCacheStorageImpl::DatabaseTask::CallRunCompleted(
245 void AppCacheStorageImpl::DatabaseTask::OnFatalError()
    [all...]

Completed in 2292 milliseconds