Home
last modified time | relevance | path

Searched refs:isContentSized (Results 1 – 3 of 3) sorted by relevance

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