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

  /external/chromium_org/third_party/WebKit/Source/core/css/resolver/
StyleResolver.h 202 void increaseStyleSharingDepth() { ++m_styleSharingDepth; }
203 void decreaseStyleSharingDepth() { --m_styleSharingDepth; }
301 unsigned m_styleSharingDepth;
StyleResolver.cpp 137 , m_styleSharingDepth(0)
339 unsigned depth = std::max(std::min(m_styleSharingDepth, styleSharingMaxDepth), 1u) - 1u;
    [all...]

Completed in 34 milliseconds