OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_colLengths
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/html/
HTMLFrameSetElement.h
42
size_t totalCols() const { return std::max<size_t>(1,
m_colLengths
.size()); }
48
const Vector<HTMLDimension>& colLengths() const { return
m_colLengths
; }
77
Vector<HTMLDimension>
m_colLengths
;
HTMLFrameSetElement.cpp
81
m_colLengths
= parseListOfDimensions(value.string());
Completed in 103 milliseconds