Searched refs:m_hasSetContainerSize (Results 1 – 2 of 2) sorted by relevance
65 …ze(const IntSize& containerSize) { m_containerSize = containerSize; m_hasSetContainerSize = true; } in setContainerSize()67 bool hasSetContainerSize() const { return m_hasSetContainerSize; } in hasSetContainerSize()176 bool m_hasSetContainerSize; variable
76 , m_hasSetContainerSize(false) in DEFINE_ANIMATED_LENGTH()