Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/platform/
DScrollView.cpp627 IntRect vBarRect = IntRect(m_boundsSize.width() - m_verticalScrollbar->width(), in updateScrollbars() local
631 m_verticalScrollbar->setFrameRect(vBarRect); in updateScrollbars()
/external/webkit/Source/WebCore/rendering/
DRenderLayer.cpp2486 IntRect vBarRect(box->width() - box->borderRight() - m_vBar->width(), in scrollTo() local
2490 if (vBarRect.contains(localPoint)) { in scrollTo()