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

  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGUseElement.cpp 148 TreeScope* SVGUseElement::referencedScope() const
294 if (!referencedScope() || inUseShadowTree())
317 if (!referencedScope() || inUseShadowTree())
333 referencedScope()->document().accessSVGExtensions().addPendingResource(id, this);
509 ASSERT(referencedScope());
510 Element* targetElement = SVGURIReference::targetElementFromIRIString(use->hrefString(), *referencedScope());
572 RefPtrWillBeRawPtr<SVGGElement> cloneParent = SVGGElement::create(referencedScope()->document());
633 ASSERT(referencedScope());
634 RefPtrWillBeRawPtr<SVGSVGElement> svgElement = SVGSVGElement::create(referencedScope()->document());
SVGUseElement.h 92 TreeScope* referencedScope() const;

Completed in 287 milliseconds