Searched defs:m_multiColumnSetList (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderFlowThread.h77 bool hasRegions() const { return m_multiColumnSetList.size(); }
81 bool hasValidRegionInfo() const { return !m_regionsInvalidated && !m_multiColumnSetList.isEmpty(); }
126 RenderMultiColumnSetList m_multiColumnSetList; member in class:blink::RenderFlowThread

Completed in 166 milliseconds