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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderLayerScrollableArea.cpp1095 int resizeControlSize = max(resizeControlRect.height(), 0); local
1100 box().height() - (box().borderTop() + box().borderBottom()) - (m_hBar ? m_hBar->height() : resizeControlSize));
1107 resizeControlSize = max(resizeControlRect.width(), 0);
1111 box().width() - (box().borderLeft() + box().borderRight()) - (m_vBar ? m_vBar->width() : resizeControlSize),

Completed in 83 milliseconds