Searched refs:resizeControlSize (Results 1 – 1 of 1) sorted by relevance
1016 int resizeControlSize = max(resizeControlRect.height(), 0); in hitTestOverflowControls() local1021 … - (m_box->borderTop() + m_box->borderBottom()) - (m_hBar ? m_hBar->height() : resizeControlSize)); in hitTestOverflowControls()1028 resizeControlSize = max(resizeControlRect.width(), 0); in hitTestOverflowControls()1032 …() - (m_box->borderLeft() + m_box->borderRight()) - (m_vBar ? m_vBar->width() : resizeControlSize), in hitTestOverflowControls()