Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/page/
DPrintContext.cpp71 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/
Dautofill_details_container.mm132 NSRect documentRect = [clipView documentVisibleRect];
133 documentRect = [[clipView documentView] convertRect:documentRect
135 if (NSContainsRect(documentRect, fieldRect))
/external/chromium_org/third_party/WebKit/Source/web/
DWebPluginContainerImpl.cpp488 IntRect documentRect(x() + rect.x, y() + rect.y, rect.width, rect.height); in isRectTopmost() local
489 LayoutPoint center = documentRect.center(); in isRectTopmost()
491 LayoutSize padding((documentRect.width() - 1) / 2, (documentRect.height() - 1) / 2); in isRectTopmost()
DWebViewImpl.cpp3067 return root->documentRect().size(); in contentsSize()
/external/chromium_org/third_party/WebKit/Source/core/frame/
DFrameView.cpp565 const IntRect rect = renderView->documentRect(); in adjustViewSize()
3141 const LayoutRect& documentRect = renderView->documentRect(); in forceLayoutForPagination() local
3142 … LayoutUnit docLogicalWidth = horizontalWritingMode ? documentRect.width() : documentRect.height(); in forceLayoutForPagination()
3144 …int expectedPageWidth = std::min<float>(documentRect.width(), pageSize.width() * maximumShrinkFact… in forceLayoutForPagination()
3145 …int expectedPageHeight = std::min<float>(documentRect.height(), pageSize.height() * maximumShrinkF… in forceLayoutForPagination()
3157 const LayoutRect& updatedDocumentRect = renderView->documentRect(); in forceLayoutForPagination()
/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderView.h178 IntRect documentRect() const;
DRenderLayerCompositor.cpp1572 const IntRect& documentRect = m_renderView->documentRect(); in updateRootLayerPosition() local
1573 m_rootContentLayer->setSize(documentRect.size()); in updateRootLayerPosition()
1574 m_rootContentLayer->setPosition(documentRect.location()); in updateRootLayerPosition()
DRenderView.cpp1044 IntRect RenderView::documentRect() const in documentRect() function in WebCore::RenderView
DRenderLayer.cpp2656 …lowThread() ? toRenderFlowThread(renderer())->borderBoxRect() : renderer()->view()->documentRect(); in hitTest()
3351 …calculateRects(clipRectsContext, renderView->documentRect(), layerBounds, backgroundRect, foregrou… in selfClipRect()
DCompositedLayerMapping.cpp613 graphicsLayerParentLocation = renderer()->view()->documentRect().location(); in updateGraphicsLayerGeometry()