Searched refs:isContentSized (Results 1 – 3 of 3) sorted by relevance
121 …bool isContentSized() const { return m_minTrackBreadth.isContentSized() || m_maxTrackBreadth.isCon… in isContentSized() function
75 …bool isContentSized() const { return m_type == LengthType && (m_length.isAuto() || m_length.isMinC… in isContentSized() function
361 if (trackSize.isContentSized()) in computedUsedBreadthOfGridTracks()