HomeSort by relevance Sort by last modified time
    Searched refs:m_hasSetContainerSize (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/WebCore/svg/
SVGSVGElement.h 65 void setContainerSize(const IntSize& containerSize) { m_containerSize = containerSize; m_hasSetContainerSize = true; }
67 bool hasSetContainerSize() const { return m_hasSetContainerSize; }
176 bool m_hasSetContainerSize;
SVGSVGElement.cpp 76 , m_hasSetContainerSize(false)

Completed in 13 milliseconds