Searched refs:notifyProgressEventListener (Results 1 – 4 of 4) sorted by relevance
47 virtual void notifyProgressEventListener(const WebURL&, int num_total, int num_complete) = 0;
139 …virtual void notifyProgressEventListener(const blink::WebURL&, int progressTotal, int progressDone…
270 void ApplicationCacheHost::notifyProgressEventListener(const blink::WebURL&, int progressTotal, int… in notifyProgressEventListener() function in WebCore::ApplicationCacheHost
137 client_->notifyProgressEventListener(url, num_total, num_complete); in OnProgressEventRaised()