/external/webkit/Source/WebCore/platform/ |
D | ScrollView.cpp | 335 …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()
|
D | ScrollView.h | 167 int contentsHeight() const { return contentsSize().height(); } in contentsHeight() function
|
/external/webkit/Source/WebCore/rendering/ |
D | RenderFrame.cpp | 81 setHeight(max(view->contentsHeight() + borderAndPaddingHeight(), height())); in layout()
|
D | RenderFrameBase.cpp | 80 setHeight(max(height(), childFrameView->contentsHeight() + vBorder)); in layoutWithFlattening()
|
D | RenderIFrame.cpp | 58 setHeight(max(height(), view->contentsHeight() + border)); in computeLogicalHeight()
|
D | RenderLayerCompositor.cpp | 471 int rh = m_renderView->frameView()->contentsHeight(); in calculateCompositedBounds()
|
D | RenderBox.cpp | 1025 rh = frameView->contentsHeight(); in repaintLayerRectsForImage()
|
D | RenderLayer.cpp | 1484 yOffset = max(0, min(frameView->contentsHeight(), yOffset)); in scrollRectToVisible()
|
/external/webkit/Source/WebCore/html/ |
D | HTMLDocument.cpp | 103 return frameView ? frameView->contentsHeight() : 0; in height()
|
D | HTMLBodyElement.cpp | 328 return view ? adjustForZoom(view->contentsHeight(), document) : 0; in scrollHeight()
|
/external/webkit/Source/WebCore/page/ |
D | PrintContext.cpp | 194 …LogicalWidth = useViewWidth ? m_frame->view()->contentsWidth() : m_frame->view()->contentsHeight(); in computeAutomaticScaleFactor()
|
D | FrameView.cpp | 1027 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/ |
D | WebFrame.cpp | 474 return IntRect(0, 0, view->contentsWidth(), view->contentsHeight()); in contentBounds()
|
/external/webkit/Source/WebKit/android/jni/ |
D | WebViewCore.cpp | 558 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/ |
D | ContainerNode.cpp | 876 point = FloatPoint(0, document()->view()->contentsHeight()); in getUpperLeftCorner()
|
/external/webkit/Source/WebCore/platform/chromium/ |
D | PopupMenuChromium.cpp | 1042 if (y < contentsHeight()) in pointToRowIndex()
|
/external/webkit/Source/WebKit/qt/Api/ |
D | qwebframe.cpp | 1353 return QSize(view->contentsWidth(), view->contentsHeight()); in contentsSize()
|
/external/webkit/Source/WebKit/android/nav/ |
D | CacheBuilder.cpp | 611 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/ |
D | webkitwebview.cpp | 909 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/ |
D | WebFrame.cpp | 2490 result->bottom = view->contentsHeight(); in contentBounds()
|
/external/webkit/Source/WebCore/ |
D | ChangeLog-2006-05-10 | 13451 (WebCore::ScrollView::contentsHeight): 14159 (WebCore::ScrollView::contentsHeight): 15348 (ScrollView::contentsHeight): 16519 (ScrollView::contentsHeight): 16742 (ScrollView::contentsHeight): 18255 (WebCore::ScrollView::contentsHeight): 18352 (WebCore::ScrollView::contentsHeight):
|
D | ChangeLog-2002-12-03 | 10936 (QScrollView::contentsHeight): 11169 (QScrollView::contentsHeight):
|
D | ChangeLog-2007-10-14 | 18439 (WebCore::ScrollView::contentsHeight): 31021 (WebCore::ScrollView::contentsHeight): 32195 (WebCore::ScrollView::contentsHeight): 53704 (WebCore::ScrollView::contentsHeight): 61723 (WebCore::ScrollView::contentsHeight):
|
D | ChangeLog-2003-10-25 | 1043 (QScrollView::contentsHeight):
|
D | ChangeLog-2009-06-16 | 85048 (WebCore::ScrollView::contentsHeight): 85121 (WebCore::ScrollView::contentsHeight): 85127 (WebCore::ScrollView::contentsHeight): 87346 (WebCore::ScrollView::contentsHeight):
|