Home
last modified time | relevance | path

Searched refs:contentsHeight (Results 1 – 25 of 27) sorted by relevance

12

/external/webkit/Source/WebCore/platform/
DScrollView.cpp335 …IntPoint maximumOffset(contentsWidth() - visibleWidth() - m_scrollOrigin.x(), contentsHeight() - v… in maximumScrollPosition()
372 verticalOffset = max(min(verticalOffset, contentsHeight() - visibleHeight()), 0); in setScrollOffset()
452 else if (physicalScrollY > contentsHeight() - visibleContentRect().height()) in overhangAmount()
453 stretch.setHeight(physicalScrollY - (contentsHeight() - visibleContentRect().height())); in overhangAmount()
593 m_verticalScrollbar->setEnabled(contentsHeight() > clientHeight); in updateScrollbars()
607 m_verticalScrollbar->setProportion(clientHeight, contentsHeight()); in updateScrollbars()
1078 } else if (physicalScrollY > contentsHeight() - visibleContentRect().height()) { in wheelEvent()
1079 int height = physicalScrollY - (contentsHeight() - visibleContentRect().height()); in wheelEvent()
DScrollView.h167 int contentsHeight() const { return contentsSize().height(); } in contentsHeight() function
/external/webkit/Source/WebCore/rendering/
DRenderFrame.cpp81 setHeight(max(view->contentsHeight() + borderAndPaddingHeight(), height())); in layout()
DRenderFrameBase.cpp80 setHeight(max(height(), childFrameView->contentsHeight() + vBorder)); in layoutWithFlattening()
DRenderIFrame.cpp58 setHeight(max(height(), view->contentsHeight() + border)); in computeLogicalHeight()
DRenderLayerCompositor.cpp471 int rh = m_renderView->frameView()->contentsHeight(); in calculateCompositedBounds()
DRenderBox.cpp1025 rh = frameView->contentsHeight(); in repaintLayerRectsForImage()
DRenderLayer.cpp1484 yOffset = max(0, min(frameView->contentsHeight(), yOffset)); in scrollRectToVisible()
/external/webkit/Source/WebCore/html/
DHTMLDocument.cpp103 return frameView ? frameView->contentsHeight() : 0; in height()
DHTMLBodyElement.cpp328 return view ? adjustForZoom(view->contentsHeight(), document) : 0; in scrollHeight()
/external/webkit/Source/WebCore/page/
DPrintContext.cpp194 …LogicalWidth = useViewWidth ? m_frame->view()->contentsWidth() : m_frame->view()->contentsHeight(); in computeAutomaticScaleFactor()
DFrameView.cpp1027 layoutHeight() < contentsHeight()); in layout()
1065 … hasOverflowScroll = layoutWidth() < contentsWidth() || layoutHeight() < contentsHeight(); in layout()
1246 int maxY = contentsHeight() - visibleContentHeight; in scrollYForFixedPosition()
1261 float dragFactor = (contentsHeight() - visibleContentHeight * pageScaleFactor) / maxY; in scrollYForFixedPosition()
/external/webkit/Source/WebKit2/WebProcess/WebPage/
DWebFrame.cpp474 return IntRect(0, 0, view->contentsWidth(), view->contentsHeight()); in contentBounds()
/external/webkit/Source/WebKit/android/jni/
DWebViewCore.cpp558 view->contentsHeight()); in recordPicture()
560 view->contentsHeight(), PICT_RECORD_FLAGS); in recordPicture()
571 view->contentsWidth(), view->contentsHeight())); in recordPicture()
609 int height = view->contentsHeight(); in recordPictureSet()
672 height = view->contentsHeight(); in recordPictureSet()
874 int height = view->contentsHeight(); in rebuildPicture()
1110 view->contentsWidth(), view->contentsHeight())); in contentInvalidateAll()
1427 view->contentsHeight(), in setSizeScreenWidthAndScale()
/external/webkit/Source/WebCore/dom/
DContainerNode.cpp876 point = FloatPoint(0, document()->view()->contentsHeight()); in getUpperLeftCorner()
/external/webkit/Source/WebCore/platform/chromium/
DPopupMenuChromium.cpp1042 if (y < contentsHeight()) in pointToRowIndex()
/external/webkit/Source/WebKit/qt/Api/
Dqwebframe.cpp1353 return QSize(view->contentsWidth(), view->contentsHeight()); in contentsSize()
/external/webkit/Source/WebKit/android/nav/
DCacheBuilder.cpp611 int contentsHeight = layer->height(); in groups() local
614 DUMP_NAV_LOGD("static int TEST%s_HEIGHT = %d;\n\n", name, contentsHeight); in groups()
/external/webkit/Source/WebKit/gtk/webkit/
Dwebkitwebview.cpp909 requisition->height = view->contentsHeight(); in webkit_web_view_size_request()
937 *minimum = *natural = view->contentsHeight(); in webkit_web_view_get_preferred_height()
/external/webkit/Source/WebKit/win/
DWebFrame.cpp2490 result->bottom = view->contentsHeight(); in contentBounds()
/external/webkit/Source/WebCore/
DChangeLog-2006-05-1013451 (WebCore::ScrollView::contentsHeight):
14159 (WebCore::ScrollView::contentsHeight):
15348 (ScrollView::contentsHeight):
16519 (ScrollView::contentsHeight):
16742 (ScrollView::contentsHeight):
18255 (WebCore::ScrollView::contentsHeight):
18352 (WebCore::ScrollView::contentsHeight):
DChangeLog-2002-12-0310936 (QScrollView::contentsHeight):
11169 (QScrollView::contentsHeight):
DChangeLog-2007-10-1418439 (WebCore::ScrollView::contentsHeight):
31021 (WebCore::ScrollView::contentsHeight):
32195 (WebCore::ScrollView::contentsHeight):
53704 (WebCore::ScrollView::contentsHeight):
61723 (WebCore::ScrollView::contentsHeight):
DChangeLog-2003-10-251043 (QScrollView::contentsHeight):
DChangeLog-2009-06-1685048 (WebCore::ScrollView::contentsHeight):
85121 (WebCore::ScrollView::contentsHeight):
85127 (WebCore::ScrollView::contentsHeight):
87346 (WebCore::ScrollView::contentsHeight):

12