HomeSort by relevance Sort by last modified time
    Searched refs:instanceTreeIsLoading (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGUseElement.h 91 bool instanceTreeIsLoading(SVGElement*);
SVGUseElement.cpp 376 if (instanceTreeIsLoading(m_targetElementInstance.get()))
728 bool SVGUseElement::instanceTreeIsLoading(SVGElement* targetInstance)
735 if (element->hasChildren() && instanceTreeIsLoading(element))

Completed in 727 milliseconds