Searched refs:scrollCorner (Results 1 – 3 of 3) sorted by relevance
783 const IntRect& scrollCorner = scrollCornerRect(); in rectForHorizontalScrollbar() local787 borderBoxRect.width() - (box().borderLeft() + box().borderRight()) - scrollCorner.width(), in rectForHorizontalScrollbar()796 const IntRect& scrollCorner = scrollCornerRect(); in rectForVerticalScrollbar() local801 … borderBoxRect.height() - (box().borderTop() + box().borderBottom()) - scrollCorner.height()); in rectForVerticalScrollbar()956 const IntRect& scrollCorner = scrollCornerRect(); in positionOverflowControls() local958 m_scrollCorner->setFrameRect(scrollCorner); in positionOverflowControls()
242 …l isFrameViewScrollCorner(RenderScrollbarPart* scrollCorner) const { return m_scrollCorner == scro… in isFrameViewScrollCorner() argument
869 const IntRect& scrollCorner = m_renderView.frameView()->scrollCornerRect(); in paintContents() local871 context.translate(-scrollCorner.x(), -scrollCorner.y()); in paintContents()873 transformedClip.moveBy(scrollCorner.location()); in paintContents()