Searched refs:layoutWidth (Results 1 – 10 of 10) sorted by relevance
78 int layoutWidth = width(); in layout() local84 if (layoutWidth < width()) in layout()
713 width = m_frameView->layoutWidth(); in viewWidth()
250 int width = view->layoutWidth(); in orientationMediaFeatureEval()261 int width = view->layoutWidth(); in aspect_ratioMediaFeatureEval()350 …return value->isPrimitiveValue() && compareValue(view->layoutWidth(), static_cast<CSSPrimitiveValu… in widthMediaFeatureEval()352 return view->layoutWidth() != 0; in widthMediaFeatureEval()
821 m_size.setWidth(layoutWidth()); in layout()897 … if (!m_firstLayout && (m_size.width() != layoutWidth() || m_size.height() != layoutHeight())) in layout()944 m_size = IntSize(layoutWidth(), layoutHeight()); in layout()1026 updateOverflowStatus(layoutWidth() < contentsWidth(), in layout()1064 if (canHaveScrollbars() && layoutWidth() > 1 && layoutHeight() > 1) in layout()1065 … hasOverflowScroll = layoutWidth() < contentsWidth() || layoutHeight() < contentsHeight(); in layout()
156 int layoutWidth() const;
249 int ScrollView::layoutWidth() const in layoutWidth() function in WebCore::ScrollView
615 m_position.x(), m_position.y(), view->layoutWidth(), view->layoutHeight()); in repaint()
428 return adjustForAbsoluteZoom(view->layoutWidth(), renderView); in clientWidth()
58757 (WebCore::ScrollView::layoutWidth):
103735 from updateGraphicsLayerGeometry(), but this is too early to get the correct layoutWidth and