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

  /external/webkit/WebCore/rendering/
RenderBox.cpp 262 return height() - borderTop() - borderBottom() - horizontalScrollbarHeight();
412 int RenderBox::horizontalScrollbarHeight() const
414 return includeHorizontalScrollbarSize() ? layer()->horizontalScrollbarHeight() : 0;
915 clipHeight -= layer()->horizontalScrollbarHeight();
    [all...]
RenderLayer.cpp     [all...]

Completed in 40 milliseconds