Home
last modified time | relevance | path

Searched refs:sendParentLoadEvents (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/svg/
DSVGElement.h102 void sendSVGLoadEventIfPossible(bool sendParentLoadEvents = false);
DSVGElement.cpp868 void SVGElement::sendSVGLoadEventIfPossible(bool sendParentLoadEvents) in sendSVGLoadEventIfPossible() argument
873 if (sendParentLoadEvents) in sendSVGLoadEventIfPossible()
886 ASSERT(sendParentLoadEvents); in sendSVGLoadEventIfPossible()