Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/rendering/
DRenderFrame.cpp78 int layoutWidth = width(); in layout() local
84 if (layoutWidth < width()) in layout()
DRenderView.cpp713 width = m_frameView->layoutWidth(); in viewWidth()
/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.cpp821 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()
/external/webkit/Source/WebCore/platform/
DScrollView.h156 int layoutWidth() const;
DScrollView.cpp249 int ScrollView::layoutWidth() const in layoutWidth() function in WebCore::ScrollView
/external/webkit/Source/WebCore/platform/graphics/android/
DGraphicsLayerAndroid.cpp615 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