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 | 132 NSRect documentRect = [clipView documentVisibleRect]; 133 documentRect = [[clipView documentView] convertRect:documentRect 135 if (NSContainsRect(documentRect, fieldRect))
|
/external/chromium_org/third_party/WebKit/Source/web/ |
D | WebPluginContainerImpl.cpp | 488 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()
|
D | WebViewImpl.cpp | 3067 return root->documentRect().size(); in contentsSize()
|
/external/chromium_org/third_party/WebKit/Source/core/frame/ |
D | FrameView.cpp | 565 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/ |
D | RenderView.h | 178 IntRect documentRect() const;
|
D | RenderLayerCompositor.cpp | 1572 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()
|
D | RenderView.cpp | 1044 IntRect RenderView::documentRect() const in documentRect() function in WebCore::RenderView
|
D | RenderLayer.cpp | 2656 …lowThread() ? toRenderFlowThread(renderer())->borderBoxRect() : renderer()->view()->documentRect(); in hitTest() 3351 …calculateRects(clipRectsContext, renderView->documentRect(), layerBounds, backgroundRect, foregrou… in selfClipRect()
|
D | CompositedLayerMapping.cpp | 613 graphicsLayerParentLocation = renderer()->view()->documentRect().location(); in updateGraphicsLayerGeometry()
|