Home
last modified time | relevance | path

Searched refs:documentRect (Results 1 – 6 of 6) sorted by relevance

/external/webkit/Source/WebKit/mac/WebView/
DWebDynamicScrollBarsView.mm223 NSRect documentRect = [documentView bounds];
229 …e->scrollPositionExcludingOrigin.x + documentRect.origin.x, _private->scrollPositionExcludingOrigi…
337 NSRect documentRect = [documentView bounds];
338 if (documentRect.origin.y < 0 && !newHasHorizontalScroller)
339 … [documentView setBoundsOrigin:NSMakePoint(documentRect.origin.x, documentRect.origin.y + 15)];
348 NSRect documentRect = [documentView bounds];
349 if (documentRect.origin.x < 0 && !newHasVerticalScroller)
350 … [documentView setBoundsOrigin:NSMakePoint(documentRect.origin.x + 15, documentRect.origin.y)];
/external/webkit/Source/WebKit2/UIProcess/API/qt/
Dqgraphicswkview.h49 void takeSnapshot(const QSize& size, const QRect& documentRect);
/external/webkit/Source/WebCore/rendering/
DRenderView.h180 IntRect documentRect() const { return IntRect(docLeft(), docTop(), docWidth(), docHeight()); } in documentRect() function
DRenderLayer.cpp2907 IntRect hitTestArea = renderer()->view()->documentRect(); in scrollTo()
3564 …calculateRects(clippingRootLayer, renderView->documentRect(), layerBounds, backgroundRect, foregro… in scrollTo()
3573 …calculateRects(clippingRootLayer, renderView->documentRect(), layerBounds, backgroundRect, foregro… in scrollTo()
/external/webkit/Source/WebCore/page/
DPrintContext.cpp111 IntRect docRect = view->documentRect(); in computePageRectsWithPageSizeInternal()
/external/webkit/Source/WebCore/
DChangeLog-2011-02-1642096 (WebCore::RenderView::documentRect):