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

/external/chromium_org/third_party/WebKit/Source/core/css/
H A DCSSGridTemplateAreasValue.h52 size_t columnCount() const { return m_columnCount; }
61 size_t m_columnCount; member in class:blink::CSSGridTemplateAreasValue
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderMultiColumnFlowThread.h111 unsigned columnCount() const { return m_columnCount; }
146 unsigned m_columnCount; // The used value of column-count member in class:blink::RenderMultiColumnFlowThread
H A DColumnInfo.h41 , m_columnCount(1)
61 unsigned columnCount() const { return m_columnCount; }
68 m_columnCount = count;
101 unsigned m_columnCount; member in class:blink::ColumnInfo

Completed in 897 milliseconds