Searched defs:notifyFinished (Results 1 - 23 of 23) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DPendingScript.cpp51 void PendingScript::notifyFinished(Resource*) function in class:WebCore::PendingScript
H A DScriptLoader.cpp378 void ScriptLoader::notifyFinished(Resource* resource) function in class:WebCore::ScriptLoader
387 // Resource possibly invokes this notifyFinished() more than
/external/chromium_org/third_party/WebKit/Source/core/workers/
H A DWorkerScriptLoaderClient.h39 // FIXME: notifyFinished() is not currently guaranteed to be invoked if used from worker context and the worker shuts down in the middle of an operation.
41 virtual void notifyFinished() { } function in class:WebCore::WorkerScriptLoaderClient
H A DWorker.cpp121 void Worker::notifyFinished() function in class:WebCore::Worker
H A DWorkerScriptLoader.cpp154 notifyFinished();
170 notifyFinished();
184 void WorkerScriptLoader::notifyFinished() function in class:WebCore::WorkerScriptLoader
190 m_client->notifyFinished();
/external/chromium_org/third_party/WebKit/Source/core/fetch/
H A DMockImageResourceClient.h54 virtual void notifyFinished(Resource*) function in class:WebCore::MockImageResourceClient
H A DResourceClient.h46 virtual void notifyFinished(Resource*) { } function in class:WebCore::ResourceClient
/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLImageLoader.cpp62 void HTMLImageLoader::notifyFinished(Resource*) function in class:WebCore::HTMLImageLoader
67 ImageLoader::notifyFinished(cachedImage);
H A DHTMLImportLoader.cpp87 void HTMLImportLoader::notifyFinished(Resource* resource) function in class:WebCore::HTMLImportLoader
/external/chromium_org/third_party/WebKit/Source/core/loader/
H A DLinkLoader.cpp69 void LinkLoader::notifyFinished(Resource* resource) function in class:WebCore::LinkLoader
H A DTextTrackLoader.cpp92 void TextTrackLoader::notifyFinished(Resource* resource) function in class:WebCore::TextTrackLoader
H A DDocumentThreadableLoader.cpp325 void DocumentThreadableLoader::notifyFinished(Resource* resource) function in class:WebCore::DocumentThreadableLoader
H A DImageLoader.cpp255 void ImageLoader::notifyFinished(Resource* resource) function in class:WebCore::ImageLoader
H A DDocumentLoader.cpp271 void DocumentLoader::notifyFinished(Resource* resource) function in class:WebCore::DocumentLoader
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderLayerFilterInfo.cpp107 void RenderLayerFilterInfo::notifyFinished(Resource*) function in class:WebCore::RenderLayerFilterInfo
126 // Reference is external; wait for notifyFinished().
H A DRenderImage.cpp284 void RenderImage::notifyFinished(Resource* newImage) function in class:WebCore::RenderImage
/external/chromium_org/third_party/WebKit/Source/core/svg/
H A DSVGFEImageElement.cpp189 void SVGFEImageElement::notifyFinished(Resource*) function in class:WebCore::SVGFEImageElement
H A DSVGUseElement.cpp943 void SVGUseElement::notifyFinished(Resource* resource) function in class:WebCore::SVGUseElement
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
H A DStyleCustomFilterProgram.h130 virtual void notifyFinished(Resource* resource) function in class:WebCore::StyleCustomFilterProgram
/external/chromium_org/third_party/WebKit/Source/web/
H A DSharedWorkerRepositoryClientImpl.cpp82 virtual void notifyFinished();
124 void SharedWorkerScriptLoader::notifyFinished() function in class:blink::SharedWorkerScriptLoader
/external/chromium_org/third_party/WebKit/Source/bindings/v8/
H A DV8GCController.cpp140 void notifyFinished() function in class:WebCore::MinorGCWrapperVisitor
293 void notifyFinished() function in class:WebCore::MajorGCWrapperVisitor
347 visitor.notifyFinished();
364 visitor.notifyFinished();
371 visitor.notifyFinished();
/external/chromium_org/third_party/WebKit/Source/core/html/parser/
H A DHTMLDocumentParser.cpp892 // addClient would call notifyFinished if the load were complete.
910 void HTMLDocumentParser::notifyFinished(Resource* cachedResource) function in class:WebCore::HTMLDocumentParser
/external/chromium_org/third_party/WebKit/Source/core/xml/parser/
H A DXMLDocumentParser.cpp450 void XMLDocumentParser::notifyFinished(Resource* unusedResource) function in class:WebCore::XMLDocumentParser

Completed in 630 milliseconds