Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/loader/appcache/
DApplicationCacheHost.cpp167 void ApplicationCacheHost::notifyApplicationCache(EventID id, int progressTotal, int progressDone, … in notifyApplicationCache() function in WebCore::ApplicationCacheHost
267notifyApplicationCache(static_cast<ApplicationCacheHost::EventID>(eventID), 0, 0, blink::WebApplic… in notifyEventListener()
272notifyApplicationCache(PROGRESS_EVENT, progressTotal, progressDone, blink::WebApplicationCacheHost… in notifyProgressEventListener()
277 notifyApplicationCache(ERROR_EVENT, 0, 0, reason, url.string(), status, message); in notifyErrorEventListener()
DApplicationCacheHost.h128 …void notifyApplicationCache(EventID, int progressTotal, int progressDone, blink::WebApplicationCac…