Home
last modified time | relevance | path

Searched defs:isContentSized (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
DGridLength.h75 …bool isContentSized() const { return m_type == LengthType && (m_length.isAuto() || m_length.isMinC… in isContentSized() function
DGridTrackSize.h121 …bool isContentSized() const { return m_minTrackBreadth.isContentSized() || m_maxTrackBreadth.isCon… in isContentSized() function