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

  /external/webkit/Source/WebCore/svg/
SVGLocatable.h 53 NearestViewportScope, // Used for getCTM()
SVGStyledLocatableElement.cpp 54 return SVGLocatable::computeCTM(this, SVGLocatable::NearestViewportScope, styleUpdateStrategy);
SVGLocatable.cpp 88 SVGElement* stopAtElement = mode == NearestViewportScope ? nearestViewportElement(element) : 0;
SVGStyledTransformableElement.cpp 48 return SVGLocatable::computeCTM(this, SVGLocatable::NearestViewportScope, styleUpdateStrategy);
SVGTextElement.cpp 80 return SVGLocatable::computeCTM(this, SVGLocatable::NearestViewportScope, styleUpdateStrategy);

Completed in 162 milliseconds