Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/css/
DMediaQueryEvaluator.cpp251 int height = view->layoutHeight(); in orientationMediaFeatureEval()
262 int height = view->layoutHeight(); in aspect_ratioMediaFeatureEval()
339 …return value->isPrimitiveValue() && compareValue(view->layoutHeight(), static_cast<CSSPrimitiveVal… in heightMediaFeatureEval()
341 return view->layoutHeight() != 0; in heightMediaFeatureEval()
/external/webkit/Source/WebCore/page/
DFrameView.cpp891 …if (!m_firstLayout && m_size.height() != layoutHeight() && body->renderer()->enclosingBox()->stret… in layout()
897 … if (!m_firstLayout && (m_size.width() != layoutWidth() || m_size.height() != layoutHeight())) in layout()
944 m_size = IntSize(layoutWidth(), layoutHeight()); in layout()
1027 layoutHeight() < contentsHeight()); 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.h157 int layoutHeight() const;
DScrollView.cpp254 int ScrollView::layoutHeight() const in layoutHeight() function in WebCore::ScrollView
/external/webkit/Source/WebCore/rendering/
DRenderView.cpp703 height = m_frameView->layoutHeight(); in viewHeight()
/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.cpp449 return adjustForAbsoluteZoom(view->layoutHeight(), renderView); in clientHeight()
/external/webkit/Source/WebCore/
DChangeLog-2009-06-1658758 (WebCore::ScrollView::layoutHeight):
DChangeLog-2010-12-06103736 layoutHeight from the FrameView which happen later in layout. So when a widget size changes,