Home
last modified time | relevance | path

Searched refs:currentViewportSize (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/svg/
DSVGLengthContext.cpp305 viewportSize = toSVGSVGElement(m_context)->currentViewportSize(); in determineViewport()
317 viewportSize = svg.currentViewportSize(); in determineViewport()
DSVGSVGElement.h67 FloatSize currentViewportSize() const;
DSVGSVGElement.cpp483 FloatSize size = currentViewportSize(); in localCoordinateSpaceTransform()
631 FloatSize SVGSVGElement::currentViewportSize() const in currentViewportSize() function in WebCore::SVGSVGElement