Searched refs:progressDone (Results 1 – 3 of 3) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/core/loader/appcache/ |
D | ApplicationCacheHost.h | 128 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/ |
D | ApplicationCacheHostInternal.h | 60 …virtual void notifyProgressEventListener(const blink::WebURL&, int progressTotal, int progressDone) in notifyProgressEventListener() argument 62 …nerHost->notifyApplicationCache(ApplicationCacheHost::PROGRESS_EVENT, progressTotal, progressDone); in notifyProgressEventListener()
|
D | ApplicationCacheHost.cpp | 201 dispatchDOMEvent(deferred.eventID, deferred.progressTotal, deferred.progressDone); in stopDeferringEvents()
|