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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/shapes/
ShapeOutsideInfo.h 114 bool isComputingShape() const { return m_isComputingShape; }
124 , m_isComputingShape(false)
144 mutable bool m_isComputingShape;
ShapeOutsideInfo.cpp 145 TemporaryChange<bool> isInComputingShape(m_isComputingShape, true);

Completed in 34 milliseconds