Home
last modified time | relevance | path

Searched refs:svgLoadEventTimer (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/svg/
DSVGStyleElement.h66 virtual Timer<SVGElement>* svgLoadEventTimer() OVERRIDE { return &m_svgLoadEventTimer; } in svgLoadEventTimer() function
DSVGScriptElement.h85 virtual Timer<SVGElement>* svgLoadEventTimer() OVERRIDE;
DSVGUseElement.h119 virtual Timer<SVGElement>* svgLoadEventTimer() OVERRIDE { return &m_svgLoadEventTimer; } in svgLoadEventTimer() function
DSVGScriptElement.cpp231 Timer<SVGElement>* SVGScriptElement::svgLoadEventTimer() in svgLoadEventTimer() function in WebCore::SVGScriptElement
DSVGElement.h99 virtual Timer<SVGElement>* svgLoadEventTimer();
DSVGElement.cpp934 svgLoadEventTimer()->startOneShot(0); in sendSVGLoadEventIfPossibleAsynchronously()
942 Timer<SVGElement>* SVGElement::svgLoadEventTimer() in svgLoadEventTimer() function in WebCore::SVGElement