Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/html/
DHTMLFrameSetElement.h41 size_t totalCols() const { return std::max<size_t>(1, m_colLengths.size()); } in totalCols()
47 const Vector<HTMLDimension>& colLengths() const { return m_colLengths; } in colLengths()
76 Vector<HTMLDimension> m_colLengths; variable
DHTMLFrameSetElement.cpp82 m_colLengths = parseListOfDimensions(value.string()); in parseAttribute()