Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderLayerScrollableArea.cpp1016 int resizeControlSize = max(resizeControlRect.height(), 0); in hitTestOverflowControls() local
1021 … - (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()