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 29 class AppCacheStorageImpl : public AppCacheStorage {
31 explicit AppCacheStorageImpl(AppCacheService* service);
32 virtual ~AppCacheStorageImpl();
72 // The AppCacheStorageImpl class methods and datamembers may only be
173 base::WeakPtrFactory<AppCacheStorageImpl> weak_factory_;
appcache_storage_impl.cc 132 class AppCacheStorageImpl::DatabaseTask
135 explicit DatabaseTask(AppCacheStorageImpl* storage)
157 // called on the IO thread. This is used by AppCacheStorageImpl
158 // to cancel the completion calls when AppCacheStorageImpl is
169 AppCacheStorageImpl* storage_;
181 void AppCacheStorageImpl::DatabaseTask::Schedule() {
196 void AppCacheStorageImpl::DatabaseTask::CancelCompletion() {
202 void AppCacheStorageImpl::DatabaseTask::CallRun(
223 void AppCacheStorageImpl::DatabaseTask::CallRunCompleted(
239 void AppCacheStorageImpl::DatabaseTask::CallDisableStorage()
    [all...]

Completed in 1147 milliseconds