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

  /external/chromium_org/third_party/WebKit/Source/core/page/
PrintContext.cpp 71 const IntRect& documentRect = view->documentRect();
72 FloatSize pageSize = m_frame->resizePageRectsKeepingRatio(FloatSize(printRect.width(), printRect.height()), FloatSize(documentRect.width(), documentRect.height()));
100 IntRect docRect = view->documentRect();
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderView.cpp 765 IntRect RenderView::documentRect() const
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/compositing/
RenderLayerCompositor.cpp 724 const IntRect& documentRect = m_renderView.documentRect();
725 m_rootContentLayer->setSize(documentRect.size());
726 m_rootContentLayer->setPosition(documentRect.location());
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/frame/
FrameView.cpp 458 const IntRect rect = renderView->documentRect();
577 IntRect documentRect = renderView->documentRect();
578 if (scrollOrigin() == -documentRect.location() && contentsSize() == documentRect.size())
588 computeScrollbarExistence(shouldHaveHorizontalScrollbar, shouldHaveVerticalScrollbar, documentRect.size());
    [all...]

Completed in 1689 milliseconds