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

  /external/webkit/WebCore/page/wince/
FrameWince.cpp 99 float docHeight = root->layer()->height();
107 float proposedBottom = min(docHeight, printedPagesHeight + pageHeight);
113 } while (printedPagesHeight < docHeight);
  /external/webkit/WebCore/page/
PrintContext.cpp 98 float docHeight = root->layer()->height();
104 float proposedBottom = std::min(docHeight, printedPagesHeight + pageSizeInPixels.height());
110 } while (printedPagesHeight < docHeight);
  /external/webkit/WebCore/rendering/
RenderView.cpp 136 // Reset overflow and then replace it with docWidth and docHeight.
138 addLayoutOverflow(IntRect(0, 0, docWidth(), docHeight()));
604 int RenderView::docHeight() const
  /external/webkit/WebKit/android/nav/
WebView.cpp 745 int docHeight = root->documentHeight();
747 if (visibleRect.bottom() + dy > docHeight)
748 dy = docHeight - visibleRect.bottom();
    [all...]

Completed in 21 milliseconds