Home
last modified time | relevance | path

Searched refs:notifyProgressEventListener (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/public/platform/
DWebApplicationCacheHostClient.h47 virtual void notifyProgressEventListener(const WebURL&, int num_total, int num_complete) = 0;
/external/chromium_org/third_party/WebKit/Source/core/loader/appcache/
DApplicationCacheHost.h139 …virtual void notifyProgressEventListener(const blink::WebURL&, int progressTotal, int progressDone…
DApplicationCacheHost.cpp270 void ApplicationCacheHost::notifyProgressEventListener(const blink::WebURL&, int progressTotal, int… in notifyProgressEventListener() function in WebCore::ApplicationCacheHost
/external/chromium_org/content/child/appcache/
Dweb_application_cache_host_impl.cc137 client_->notifyProgressEventListener(url, num_total, num_complete); in OnProgressEventRaised()