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

/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
H A DGridLength.h70 bool isContentSized() const { return m_type == LengthType && (m_length.isAuto() || m_length.isMinContent() || m_length.isMaxContent()); } function in class:blink::GridLength
H A DGridTrackSize.h97 bool isContentSized() const { return m_minTrackBreadth.isContentSized() || m_maxTrackBreadth.isContentSized(); } function in class:blink::GridTrackSize

Completed in 894 milliseconds