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

  /external/webkit/Source/WebCore/page/wince/
FrameWinCE.cpp 91 float docWidth = root->layer()->width();
  /external/webkit/Source/WebCore/rendering/
RenderView.h 179 int docWidth() const { return docRight() - docLeft(); }
180 IntRect documentRect() const { return IntRect(docLeft(), docTop(), docWidth(), docHeight()); }

Completed in 165 milliseconds