Searched refs:documentRect (Results 1 – 10 of 10) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/core/page/ |
D | PrintContext.cpp | 71 const IntRect& documentRect = view->documentRect(); in computePageRects() local 72 …loatSize(printRect.width(), printRect.height()), FloatSize(documentRect.width(), documentRect.heig… in computePageRects() 100 IntRect docRect = view->documentRect(); in computePageRectsWithPageSizeInternal()
|
/external/chromium_org/chrome/browser/ui/cocoa/autofill/ |
D | autofill_details_container.mm | 140 NSRect documentRect = [clipView documentVisibleRect]; 141 documentRect = [[clipView documentView] convertRect:documentRect 143 if (NSContainsRect(documentRect, fieldRect))
|
/external/chromium_org/third_party/WebKit/Source/core/frame/ |
D | FrameView.cpp | 458 const IntRect rect = renderView->documentRect(); in adjustViewSize() 577 IntRect documentRect = renderView->documentRect(); in recalcOverflowAfterStyleChange() local 578 if (scrollOrigin() == -documentRect.location() && contentsSize() == documentRect.size()) in recalcOverflowAfterStyleChange() 588 …crollbarExistence(shouldHaveHorizontalScrollbar, shouldHaveVerticalScrollbar, documentRect.size()); in recalcOverflowAfterStyleChange() 2760 const LayoutRect& documentRect = renderView->documentRect(); in forceLayoutForPagination() local 2761 … LayoutUnit docLogicalWidth = horizontalWritingMode ? documentRect.width() : documentRect.height(); in forceLayoutForPagination() 2763 …dPageSize(std::min<float>(documentRect.width().toFloat(), pageSize.width() * maximumShrinkFactor),… in forceLayoutForPagination() 2775 const LayoutRect& updatedDocumentRect = renderView->documentRect(); in forceLayoutForPagination()
|
/external/chromium_org/third_party/WebKit/Source/web/ |
D | WebPluginContainerImpl.cpp | 505 IntRect documentRect(x() + rect.x, y() + rect.y, rect.width, rect.height); in isRectTopmost() local 506 LayoutPoint center = documentRect.center(); in isRectTopmost() 508 LayoutSize padding((documentRect.width() - 1) / 2, (documentRect.height() - 1) / 2); in isRectTopmost()
|
D | WebViewImpl.cpp | 3283 return root->documentRect().size(); in contentsSize()
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/compositing/ |
D | RenderLayerCompositor.cpp | 724 const IntRect& documentRect = m_renderView.documentRect(); in updateRootLayerPosition() local 725 m_rootContentLayer->setSize(documentRect.size()); in updateRootLayerPosition() 726 m_rootContentLayer->setPosition(documentRect.location()); in updateRootLayerPosition()
|
D | CompositedLayerMapping.cpp | 756 graphicsLayerParentLocation = renderer()->view()->documentRect().location(); in computeGraphicsLayerParentLocation()
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
D | RenderView.h | 138 IntRect documentRect() const;
|
D | RenderView.cpp | 765 IntRect RenderView::documentRect() const in documentRect() function in blink::RenderView
|
D | RenderLayer.cpp | 2414 LayoutRect hitTestArea = renderer()->view()->documentRect(); in hitTest()
|