OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:StoreOrLoadTask
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/webkit/browser/appcache/
appcache_storage_impl.h
80
class
StoreOrLoadTask
;
appcache_storage_impl.cc
378
//
StoreOrLoadTask
-------
380
class AppCacheStorageImpl::
StoreOrLoadTask
: public DatabaseTask {
382
explicit
StoreOrLoadTask
(AppCacheStorageImpl* storage)
384
virtual ~
StoreOrLoadTask
() {}
401
bool AppCacheStorageImpl::
StoreOrLoadTask
::FindRelatedCacheRecords(
411
void AppCacheStorageImpl::
StoreOrLoadTask
::CreateCacheAndGroupFromRecords(
482
class AppCacheStorageImpl::CacheLoadTask : public
StoreOrLoadTask
{
485
:
StoreOrLoadTask
(storage), cache_id_(cache_id),
524
class AppCacheStorageImpl::GroupLoadTask : public
StoreOrLoadTask
{
527
:
StoreOrLoadTask
(storage), manifest_url_(manifest_url)
[
all
...]
Completed in 108 milliseconds