Searched defs:containerSize (Results 1 - 3 of 3) sorted by relevance

/external/webkit/Source/WebCore/svg/
H A DSVGSVGElement.h65 void setContainerSize(const IntSize& containerSize) { m_containerSize = containerSize; m_hasSetContainerSize = true; } argument
66 IntSize containerSize() const { return m_containerSize; } function in class:WebCore::SVGSVGElement
/external/webkit/Source/WebCore/loader/cache/
H A DCachedImage.cpp141 void CachedImage::setImageContainerSize(const IntSize& containerSize) argument
144 m_image->setContainerSize(containerSize);
/external/webkit/Source/WebCore/svg/graphics/
H A DSVGImage.cpp103 void SVGImage::setContainerSize(const IntSize& containerSize) argument
105 if (containerSize.isEmpty())
115 rootElement->setContainerSize(containerSize);

Completed in 130 milliseconds