HomeSort by relevance Sort by last modified time
    Searched full:m_containersize (Results 1 - 4 of 4) sorted by null

  /external/webkit/Source/WebCore/svg/
SVGSVGElement.h 65 void setContainerSize(const IntSize& containerSize) { m_containerSize = containerSize; m_hasSetContainerSize = true; }
66 IntSize containerSize() const { return m_containerSize; }
175 IntSize m_containerSize;
SVGSVGElement.cpp 75 , m_containerSize(300, 150)
146 return static_cast<int>(w.valueAsPercentage() * m_containerSize.width());
155 return static_cast<int>(h.valueAsPercentage() * m_containerSize.height());
  /external/webkit/Source/WebCore/rendering/style/
StyleGeneratedImage.cpp 57 return m_containerSize;
62 m_containerSize = size;
StyleGeneratedImage.h 64 IntSize m_containerSize;

Completed in 98 milliseconds