Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/svg/
DSVGLengthContext.cpp293 viewportSize = toSVGSVGElement(m_context)->currentViewportSize(); in determineViewport()
305 viewportSize = svg->currentViewportSize(); in determineViewport()
DSVGSVGElement.h81 FloatSize currentViewportSize() const;
DSVGSVGElement.cpp424 FloatSize size = currentViewportSize(); in localCoordinateSpaceTransform()
573 FloatSize SVGSVGElement::currentViewportSize() const in currentViewportSize() function in WebCore::SVGSVGElement
/external/chromium_org/third_party/WebKit/Source/core/svg/graphics/
DSVGImage.cpp156 currentSize = rootElement->currentViewportSize(); in containerSize()