Searched defs:docWidth (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/page/wince/
H A DFrameWinCE.cpp91 float docWidth = root->layer()->width(); local
/external/webkit/Source/WebCore/rendering/
H A DRenderView.h179 int docWidth() const { return docRight() - docLeft(); } function in class:WebCore::RenderView
180 IntRect documentRect() const { return IntRect(docLeft(), docTop(), docWidth(), docHeight()); }

Completed in 139 milliseconds