Searched refs:m_hasSetContainerSize (Results 1 - 2 of 2) sorted by relevance

/external/webkit/WebCore/svg/
H A DSVGSVGElement.h64 void setContainerSize(const IntSize& containerSize) { m_containerSize = containerSize; m_hasSetContainerSize = true; }
66 bool hasSetContainerSize() const { return m_hasSetContainerSize; }
159 bool m_hasSetContainerSize; member in class:WebCore::SVGSVGElement
H A DSVGSVGElement.cpp75 , m_hasSetContainerSize(false)

Completed in 14 milliseconds