Home
last modified time | relevance | path

Searched refs:layoutWidth (Results 1 – 9 of 9) sorted by relevance

/external/webkit/Source/WebCore/css/
DMediaQueryEvaluator.cpp250 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()
/external/webkit/Source/WebCore/page/
DFrameView.cpp816 m_size.setWidth(layoutWidth()); in layout()
887 … if (!m_firstLayout && (m_size.width() != layoutWidth() || m_size.height() != layoutHeight())) in layout()
934 m_size = IntSize(layoutWidth(), layoutHeight()); in layout()
1012 updateOverflowStatus(layoutWidth() < contentsWidth(), in layout()
1050 if (canHaveScrollbars() && layoutWidth() > 1 && layoutHeight() > 1) in layout()
1051 … hasOverflowScroll = layoutWidth() < contentsWidth() || layoutHeight() < contentsHeight(); in layout()
/external/webkit/Source/WebCore/platform/
DScrollView.h160 int layoutWidth() const;
DScrollView.cpp256 int ScrollView::layoutWidth() const in layoutWidth() function in WebCore::ScrollView
/external/webkit/Source/WebCore/rendering/
DRenderView.cpp713 width = m_frameView->layoutWidth(); in viewWidth()
/external/webkit/Source/WebCore/platform/graphics/android/
DGraphicsLayerAndroid.cpp801 m_position.x(), m_position.y(), view->layoutWidth(), view->layoutHeight(), in repaint()
/external/webkit/Source/WebCore/dom/
DElement.cpp428 return adjustForAbsoluteZoom(view->layoutWidth(), renderView); in clientWidth()
/external/webkit/Source/WebCore/
DChangeLog-2009-06-1658757 (WebCore::ScrollView::layoutWidth):
DChangeLog-2010-12-06103735 from updateGraphicsLayerGeometry(), but this is too early to get the correct layoutWidth and