Home | History | Annotate | Download | only in rendering

Lines Matching refs:hBarRect

963         IntRect hBarRect = rectForHorizontalScrollbar(borderBox);
964 hBarRect.move(offsetFromRoot);
965 horizontalScrollbar->setFrameRect(hBarRect);
1109 LayoutRect hBarRect(horizontalScrollbarStart(0),
1113 if (hBarRect.contains(localPoint)) {