OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:isContentSized
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
GridLength.h
75
bool
isContentSized
() const { return m_type == LengthType && (m_length.isAuto() || m_length.isMinContent() || m_length.isMaxContent()); }
GridTrackSize.h
121
bool
isContentSized
() const { return m_minTrackBreadth.
isContentSized
() || m_maxTrackBreadth.
isContentSized
(); }
Completed in 178 milliseconds