Home
last modified time | relevance | path

Searched refs:resizeControlSize (Results 1 – 1 of 1) sorted by relevance

/external/webkit/Source/WebCore/rendering/
DRenderLayer.cpp2483 int resizeControlSize = max(resizeControlRect.height(), 0); in scrollTo() local
2489 …ht() - (box->borderTop() + box->borderBottom()) - (m_hBar ? m_hBar->height() : resizeControlSize)); in scrollTo()
2496 resizeControlSize = max(resizeControlRect.width(), 0); in scrollTo()
2500 …idth() - (box->borderLeft() + box->borderRight()) - (m_vBar ? m_vBar->width() : resizeControlSize), in scrollTo()