HomeSort by relevance Sort by last modified time
    Searched refs:documentRect (Results 1 - 9 of 9) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/page/
PrintContext.cpp 72 const IntRect& documentRect = view->documentRect();
73 FloatSize pageSize = m_frame->resizePageRectsKeepingRatio(FloatSize(printRect.width(), printRect.height()), FloatSize(documentRect.width(), documentRect.height()));
101 IntRect docRect = view->documentRect();
FrameView.cpp 548 const IntRect rect = renderView->documentRect();
    [all...]
  /external/chromium_org/third_party/WebKit/Source/web/
WebPluginContainerImpl.cpp 479 IntRect documentRect(x() + rect.x, y() + rect.y, rect.width, rect.height);
480 LayoutPoint center = documentRect.center();
482 LayoutSize padding((documentRect.width() - 1) / 2, (documentRect.height() - 1) / 2);
WebViewImpl.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderView.h 170 IntRect documentRect() const;
RenderLayerCompositor.cpp     [all...]
RenderView.cpp     [all...]
RenderLayerBacking.cpp 548 graphicsLayerParentLocation = renderer()->view()->documentRect().location();
    [all...]
RenderLayer.cpp     [all...]

Completed in 3251 milliseconds