Home
last modified time | relevance | path

Searched refs:m_updateStatus (Results 1 – 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/loader/appcache/
DApplicationCacheGroup.h72 UpdateStatus updateStatus() const { return m_updateStatus; } in updateStatus()
140 UpdateStatus m_updateStatus; variable
DApplicationCacheGroup.cpp61 , m_updateStatus(Idle) in ApplicationCacheGroup()
208 ASSERT(!group->m_cacheBeingUpdated || group->m_updateStatus != Idle); in selectCache()
418 if (m_updateStatus == Checking || m_updateStatus == Downloading) { in update()
421 if (m_updateStatus == Downloading) in update()
1120 m_updateStatus = status; in setUpdateStatus()