Home
last modified time | relevance | path

Searched refs:cacheIsBeingUpdated (Results 1 – 3 of 3) sorted by relevance

/external/webkit/WebCore/loader/appcache/
DApplicationCacheGroup.h78 …bool cacheIsBeingUpdated(const ApplicationCache* cache) const { return cache == m_cacheBeingUpdate… in cacheIsBeingUpdated() function
DApplicationCache.cpp61 return !m_group->cacheIsBeingUpdated(this); in isComplete()
/external/webkit/WebCore/
DChangeLog-2009-06-1647051 …(WebCore::ApplicationCacheGroup::cacheIsBeingUpdated): A helper for ApplicationCache::isComplete().