Searched refs:scrollCorner (Results 1 – 3 of 3) sorted by relevance
792 const IntRect& scrollCorner = scrollCornerRect(); in rectForHorizontalScrollbar() local796 borderBoxRect.width() - (box().borderLeft() + box().borderRight()) - scrollCorner.width(), in rectForHorizontalScrollbar()805 const IntRect& scrollCorner = scrollCornerRect(); in rectForVerticalScrollbar() local810 … borderBoxRect.height() - (box().borderTop() + box().borderBottom()) - scrollCorner.height()); in rectForVerticalScrollbar()968 const IntRect& scrollCorner = scrollCornerRect(); in positionOverflowControls() local970 m_scrollCorner->setFrameRect(scrollCorner); in positionOverflowControls()
803 const IntRect& scrollCorner = m_renderView.frameView()->scrollCornerRect(); in paintContents() local805 context.translate(-scrollCorner.x(), -scrollCorner.y()); in paintContents()807 transformedClip.moveBy(scrollCorner.location()); in paintContents()
246 …l isFrameViewScrollCorner(RenderScrollbarPart* scrollCorner) const { return m_scrollCorner == scro… in isFrameViewScrollCorner() argument