Home
last modified time | relevance | path

Searched refs:NoLayout (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
DStyleDifference.h25 , m_layoutType(NoLayout) in StyleDifference()
51 bool needsLayout() const { return m_layoutType != NoLayout; } in needsLayout()
52 void clearNeedsLayout() { m_layoutType = NoLayout; } in clearNeedsLayout()
89 NoLayout = 0, enumerator