Searched refs:resizeControlRect (Results 1 – 2 of 2) sorted by relevance
2476 IntRect resizeControlRect; in scrollTo() local2478 resizeControlRect = resizerCornerRect(this, box->borderBoxRect()); in scrollTo()2479 if (resizeControlRect.contains(localPoint)) in scrollTo()2483 int resizeControlSize = max(resizeControlRect.height(), 0); in scrollTo()2496 resizeControlSize = max(resizeControlRect.width(), 0); in scrollTo()
50918 (WebCore::RenderLayer::resizeControlRect):