OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AppCacheStorageImpl
(Results
1 - 7
of
7
) sorted by null
/external/chromium_org/content/browser/appcache/
appcache_storage_impl.cc
134
class
AppCacheStorageImpl
::DatabaseTask
137
explicit DatabaseTask(
AppCacheStorageImpl
* storage)
159
// called on the IO thread. This is used by
AppCacheStorageImpl
160
// to cancel the completion calls when
AppCacheStorageImpl
is
171
AppCacheStorageImpl
* storage_;
183
void
AppCacheStorageImpl
::DatabaseTask::Schedule() {
198
void
AppCacheStorageImpl
::DatabaseTask::CancelCompletion() {
204
void
AppCacheStorageImpl
::DatabaseTask::CallRun(
230
void
AppCacheStorageImpl
::DatabaseTask::CallRunCompleted(
246
void
AppCacheStorageImpl
::DatabaseTask::OnFatalError()
[
all
...]
appcache_quota_client.h
25
class
AppCacheStorageImpl
;
57
friend class
AppCacheStorageImpl
; // for NotifyAppCacheIsReady
appcache_storage_impl.h
31
class
AppCacheStorageImpl
: public AppCacheStorage {
33
explicit
AppCacheStorageImpl
(AppCacheServiceImpl* service);
34
virtual ~
AppCacheStorageImpl
();
73
// The
AppCacheStorageImpl
class methods and datamembers may only be
175
base::WeakPtrFactory<
AppCacheStorageImpl
> weak_factory_;
appcache_response.h
172
friend class
AppCacheStorageImpl
;
236
friend class
AppCacheStorageImpl
;
chrome_appcache_service_unittest.cc
119
AppCacheStorageImpl
* storage =
120
static_cast<
AppCacheStorageImpl
*>(
appcache_service_impl.cc
468
// Destroy storage_ first; ~
AppCacheStorageImpl
accesses other data members
481
AppCacheStorageImpl
* storage = new
AppCacheStorageImpl
(this);
appcache_storage_impl_unittest.cc
[
all
...]
Completed in 698 milliseconds