Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/rendering/style/
DStyleGeneratedImage.cpp57 return m_containerSize; in imageSize()
62 m_containerSize = size; in setImageContainerSize()
DStyleGeneratedImage.h64 IntSize m_containerSize; variable
/external/webkit/Source/WebCore/svg/
DSVGSVGElement.h65 …void setContainerSize(const IntSize& containerSize) { m_containerSize = containerSize; m_hasSetCon… in setContainerSize()
66 IntSize containerSize() const { return m_containerSize; } in containerSize()
175 IntSize m_containerSize; variable
DSVGSVGElement.cpp75 , m_containerSize(300, 150) in DEFINE_ANIMATED_LENGTH()
146 return static_cast<int>(w.valueAsPercentage() * m_containerSize.width()); in relativeWidthValue()
155 return static_cast<int>(h.valueAsPercentage() * m_containerSize.height()); in relativeHeightValue()