Searched refs:resizeControlSize (Results 1 – 1 of 1) sorted by relevance
2483 int resizeControlSize = max(resizeControlRect.height(), 0); in scrollTo() local2489 …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()