Home
last modified time | relevance | path

Searched refs:visibleContentRect (Results 1 – 25 of 41) sorted by relevance

12

/external/webkit/Source/WebCore/platform/
DScrollView.h148 IntRect visibleContentRect(bool includeScrollbars = false) const;
149 …ontentRect() const { return m_actualVisibleContentRect.isEmpty() ? visibleContentRect() : m_actual… in actualVisibleContentRect()
151 int visibleWidth() const { return visibleContentRect().width(); } in visibleWidth()
152 int visibleHeight() const { return visibleContentRect().height(); } in visibleHeight()
178 IntPoint scrollPosition() const { return visibleContentRect().location(); } in scrollPosition()
179 …IntSize scrollOffset() const { return visibleContentRect().location() - IntPoint(); } // Gets the … in scrollOffset()
DScrollView.cpp230 IntRect ScrollView::visibleContentRect(bool includeScrollbars) const in visibleContentRect() function in WebCore::ScrollView
452 else if (physicalScrollY > contentsHeight() - visibleContentRect().height()) in overhangAmount()
453 stretch.setHeight(physicalScrollY - (contentsHeight() - visibleContentRect().height())); in overhangAmount()
458 else if (physicalScrollX > contentsWidth() - visibleContentRect().width()) in overhangAmount()
459 stretch.setWidth(physicalScrollX - (contentsWidth() - visibleContentRect().width())); in overhangAmount()
921 paintRect.intersect(visibleContentRect()); in wheelEvent()
924 platformOffscreenContentRectangle(visibleContentRect(), rect); in wheelEvent()
1035 context->clip(visibleContentRect()); in wheelEvent()
1078 } else if (physicalScrollY > contentsHeight() - visibleContentRect().height()) { in wheelEvent()
1079 int height = physicalScrollY - (contentsHeight() - visibleContentRect().height()); in wheelEvent()
[all …]
DScrollableArea.h123 … virtual IntRect visibleContentRect(bool = false) const { ASSERT_NOT_REACHED(); return IntRect(); }
/external/webkit/Source/WebCore/platform/chromium/
DFramelessScrollView.cpp73 return contentsToWindow(visibleContentRect(!clipToContents)); in windowClipRect()
/external/webkit/Source/WebCore/page/
DSpatialNavigation.cpp305 IntRect containerViewportRect = frameView->visibleContentRect(); in hasOffscreenRect()
489 IntRect rect = frame->view()->visibleContentRect(true); in canScrollInDirection()
540 return rectToAbsoluteCoordinates(frame, frame->view()->visibleContentRect()); in frameRectInAbsoluteCoordinates()
678 …Size = candidate.visibleNode->document()->page()->mainFrame()->view()->visibleContentRect().size(); in distanceDataForNode()
DFrameView.cpp1216 int visibleContentWidth = visibleContentRect().width(); in scrollXForFixedPosition()
1244 int visibleContentHeight = visibleContentRect().height(); in scrollYForFixedPosition()
1558 paintRect.intersect(visibleContentRect()); in repaintContentRectangle()
1561 ScrollView::platformOffscreenContentRectangle(visibleContentRect(), r); in repaintContentRectangle()
2124 IntRect clipRect = contentsToWindow(visibleContentRect(!clipToContents)); in windowClipRect()
2347 paintContents(&context, visibleContentRect()); in updateControlTints()
/external/webkit/Source/WebCore/dom/
DElement.cpp560 IntRect visibleContentRect = view->visibleContentRect(); in getClientRects() local
562 quads[i].move(-visibleContentRect.x(), -visibleContentRect.y()); in getClientRects()
600 IntRect visibleContentRect = view->visibleContentRect(); in getBoundingClientRect() local
601 result.move(-visibleContentRect.x(), -visibleContentRect.y()); in getBoundingClientRect()
DRange.cpp1918 IntRect visibleContentRect = view->visibleContentRect(); in adjustFloatQuadsForScrollAndAbsoluteZoomAndPageScale() local
1920 quads[i].move(-visibleContentRect.x(), -visibleContentRect.y()); in adjustFloatQuadsForScrollAndAbsoluteZoomAndPageScale()
/external/webkit/Source/WebCore/inspector/
DDOMNodeHighlighter.cpp231 FloatRect overlayRect = view->visibleContentRect(); in DrawNodeHighlight()
233 overlayRect = view->visibleContentRect(); in DrawNodeHighlight()
/external/webkit/Source/WebCore/platform/gtk/
DScrollViewGtk.cpp166 IntRect ScrollView::visibleContentRect(bool includeScrollbars) const in visibleContentRect() function in WebCore::ScrollView
/external/webkit/Source/WebCore/platform/mac/
DScrollAnimatorMac.mm848 …limitDelta.setHeight(m_scrollableArea->visibleContentRect().y() + + m_scrollableArea->scrollOrigin…
851 …ght(m_scrollableArea->contentsSize().height() - (m_scrollableArea->visibleContentRect().maxY() + m…
856 …limitDelta.setWidth(m_scrollableArea->visibleContentRect().x() + m_scrollableArea->scrollOrigin().…
859 …idth(m_scrollableArea->contentsSize().width() - (m_scrollableArea->visibleContentRect().maxX() + m…
1040 …FloatPoint origOrigin = (m_scrollableArea->visibleContentRect().location() + m_scrollableArea->scr…
1137 …m_origOrigin = (m_scrollableArea->visibleContentRect().location() + m_scrollableArea->scrollOrigin…
/external/webkit/Source/WebKit2/WebProcess/WebPage/
DWebFrame.cpp486 IntRect contentRect = view->visibleContentRect(true); in visibleContentBounds()
499 IntRect contentRect = view->visibleContentRect(false); in visibleContentBoundsExcludingScrollbars()
DFindController.cpp235 IntRect visibleRect = frame->view()->visibleContentRect(); in rectsForTextMatches()
/external/webkit/Source/WebKit/win/Interfaces/
DIWebFramePrivate.idl104 HRESULT visibleContentRect([out, retval] RECT*);
DIWebViewPrivate.idl90 HRESULT visibleContentRect([out, retval] LPRECT rect);
/external/webkit/Source/WebCore/editing/
DSelectionController.cpp1754 …return clipToVisibleContent ? intersection(selectionRect, view->visibleContentRect()) : selectionR… in bounds()
1763 FloatRect visibleContentRect = m_frame->view()->visibleContentRect(); in getClippedVisibleTextRectangles() local
1772 rectangles.append(intersection(quads[i].enclosingBoundingBox(), visibleContentRect)); in getClippedVisibleTextRectangles()
/external/webkit/Source/WebKit/win/
DWebFrame.h273 virtual HRESULT STDMETHODCALLTYPE visibleContentRect(RECT*);
DWebFrame.cpp1271 HRESULT WebFrame::visibleContentRect(RECT* rect) in visibleContentRect() function in WebFrame
1285 *rect = view->visibleContentRect(false); in visibleContentRect()
2510 FloatRect bounds = view->visibleContentRect(true); in frameBounds()
DWebView.h634 virtual HRESULT STDMETHODCALLTYPE visibleContentRect(
/external/webkit/Source/WebCore/rendering/
DRenderView.cpp659 return m_frameView->visibleContentRect(); in viewRect()
DRenderLayerCompositor.cpp1042 m_clipLayer->setSize(frameView->visibleContentRect(false /* exclude scrollbars */).size());
1285 m_clipLayer->setSize(frameView->visibleContentRect(false /* exclude scrollbars */).size());
DRenderLayer.cpp1477 IntRect viewRect = frameView->visibleContentRect(); in scrollRectToVisible()
1491 IntRect viewRect = frameView->visibleContentRect(); in scrollRectToVisible()
2871 return frameView->visibleContentRect(); in frameVisibleRect()
/external/webkit/Source/WebKit/chromium/src/
DWebViewImpl.cpp2467 IntRect contentRect = view->visibleContentRect(false); in updateLayerRendererViewport()
2468 IntRect visibleRect = view->visibleContentRect(true); in updateLayerRendererViewport()
/external/webkit/Source/WebKit/qt/Api/
Dqwebframe.cpp378 context->clip(view->visibleContentRect()); in renderRelativeCoords()
/external/webkit/Source/WebKit/efl/ewk/
Dewk_frame.cpp1303 WebCore::IntRect rect = sd->frame->view()->visibleContentRect(include_scrollbars); in ewk_frame_visible_content_geometry_get()

12