Searched refs:resizeControlRect (Results 1 – 2 of 2) sorted by relevance
2084 IntRect resizeControlRect; in hitTestOverflowControls() local2086 resizeControlRect = resizerCornerRect(this, box->borderBoxRect()); in hitTestOverflowControls()2087 if (resizeControlRect.contains(localPoint)) in hitTestOverflowControls()2091 int resizeControlSize = max(resizeControlRect.height(), 0); in hitTestOverflowControls()2104 resizeControlSize = max(resizeControlRect.width(), 0); in hitTestOverflowControls()
50918 (WebCore::RenderLayer::resizeControlRect):