Searched refs:documentRect (Results 1 – 6 of 6) sorted by relevance
/external/webkit/Source/WebKit/mac/WebView/ |
D | WebDynamicScrollBarsView.mm | 223 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/ |
D | qgraphicswkview.h | 49 void takeSnapshot(const QSize& size, const QRect& documentRect);
|
/external/webkit/Source/WebCore/rendering/ |
D | RenderView.h | 180 IntRect documentRect() const { return IntRect(docLeft(), docTop(), docWidth(), docHeight()); } in documentRect() function
|
D | RenderLayer.cpp | 2907 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/ |
D | PrintContext.cpp | 111 IntRect docRect = view->documentRect(); in computePageRectsWithPageSizeInternal()
|
/external/webkit/Source/WebCore/ |
D | ChangeLog-2011-02-16 | 42096 (WebCore::RenderView::documentRect):
|