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

  /external/webkit/Source/WebCore/page/
PrintContext.cpp 118 int docLogicalHeight = isHorizontal ? docRect.height() : docRect.width();
148 unsigned pageCount = ceilf((float)docLogicalHeight / pageLogicalHeight);
FrameView.cpp     [all...]

Completed in 1145 milliseconds