Home
last modified time | relevance | path

Searched refs:NearestViewportScope (Results 1 – 5 of 5) sorted by relevance

/external/webkit/Source/WebCore/svg/
DSVGStyledLocatableElement.cpp54 return SVGLocatable::computeCTM(this, SVGLocatable::NearestViewportScope, styleUpdateStrategy); in getCTM()
DSVGLocatable.h53 NearestViewportScope, // Used for getCTM() enumerator
DSVGStyledTransformableElement.cpp48 return SVGLocatable::computeCTM(this, SVGLocatable::NearestViewportScope, styleUpdateStrategy); in getCTM()
DSVGLocatable.cpp88 SVGElement* stopAtElement = mode == NearestViewportScope ? nearestViewportElement(element) : 0; in computeCTM()
DSVGTextElement.cpp80 return SVGLocatable::computeCTM(this, SVGLocatable::NearestViewportScope, styleUpdateStrategy); in getCTM()