Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/loader/appcache/
DApplicationCacheHost.h128 void notifyApplicationCache(EventID, int progressTotal, int progressDone);
142 int progressDone; member
143 …dEvent(EventID id, int total, int done) : eventID(id), progressTotal(total), progressDone(done) { } in DeferredEvent()
151 void dispatchDOMEvent(EventID, int progressTotal, int progressDone);
/external/chromium_org/third_party/WebKit/Source/web/
DApplicationCacheHostInternal.h60 …virtual void notifyProgressEventListener(const blink::WebURL&, int progressTotal, int progressDone) in notifyProgressEventListener() argument
62 …nerHost->notifyApplicationCache(ApplicationCacheHost::PROGRESS_EVENT, progressTotal, progressDone); in notifyProgressEventListener()
DApplicationCacheHost.cpp201 dispatchDOMEvent(deferred.eventID, deferred.progressTotal, deferred.progressDone); in stopDeferringEvents()