Home
last modified time | relevance | path

Searched refs:sendSVGLoadEventIfPossible (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/svg/
DSVGExternalResourcesRequired.cpp65 targetElement->sendSVGLoadEventIfPossible(); in handleAttributeChange()
93 targetElement->sendSVGLoadEventIfPossible(); in dispatchLoadEvent()
DSVGImageLoader.cpp45 imageElement->sendSVGLoadEventIfPossible(true); in dispatchLoadEvent()
DSVGElement.h96 void sendSVGLoadEventIfPossible(bool sendParentLoadEvents = false);
DSVGElement.cpp905 void SVGElement::sendSVGLoadEventIfPossible(bool sendParentLoadEvents) in sendSVGLoadEventIfPossible() function in WebCore::SVGElement
939 sendSVGLoadEventIfPossible(); in svgLoadEventTimerFired()
958 sendSVGLoadEventIfPossible(); in finishParsingChildren()
DSVGDocumentExtensions.cpp123 outerSVG->sendSVGLoadEventIfPossible(); in dispatchSVGLoadEventToOutermostSVGElements()