Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/loader/appcache/
DApplicationCacheGroup.cpp440 setUpdateStatus(Checking); in update()
723 setUpdateStatus(Downloading); in didFinishLoadingManifest()
814 setUpdateStatus(Idle); in manifestNotFound()
942 setUpdateStatus(Idle); in checkIfLoadIsComplete()
1118 void ApplicationCacheGroup::setUpdateStatus(UpdateStatus status) in setUpdateStatus() function in WebCore::ApplicationCacheGroup
DApplicationCacheGroup.h73 void setUpdateStatus(UpdateStatus status);
/external/webkit/Source/WebCore/
DChangeLog-2010-12-06107272 (WebCore::ApplicationCacheGroup::setUpdateStatus): single access point for status changes.