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

  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGLengthContext.cpp 298 SVGElement* viewportElement = m_context->viewportElement();
299 if (!viewportElement || !viewportElement->isSVGSVGElement())
302 const SVGSVGElement* svg = toSVGSVGElement(viewportElement);
SVGElement.cpp 545 SVGElement* SVGElement::viewportElement() const
    [all...]

Completed in 161 milliseconds