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

/external/webkit/WebCore/platform/
H A DScrollView.h116 int visibleWidth() const { return visibleContentRect().width(); } function in class:WebCore::ScrollView
130 IntSize contentsSize() const; // Always at least as big as the visibleWidth()/visibleHeight().
/external/webkit/WebCore/rendering/
H A DRenderTableSection.cpp266 int visibleWidth = 0; local
271 visibleWidth = view()->frameView()->screenWidth();
300 if (w != oldWidth || (visibleWidth > 0 && visibleWidth != cell->getVisibleWidth())) {

Completed in 35 milliseconds