Searched refs:isPointInResizeControl (Results 1 – 3 of 3) sorted by relevance
163 bool isPointInResizeControl(const IntPoint& absolutePoint, ResizerHitTestType) const;
1127 bool RenderLayerScrollableArea::isPointInResizeControl(const IntPoint& absolutePoint, ResizerHitTes… in isPointInResizeControl() function in WebCore::RenderLayerScrollableArea
1273 …inResizer = layer->scrollableArea() && layer->scrollableArea()->isPointInResizeControl(result.roun… in selectAutoCursor()1376 …if (layer && layer->scrollableArea() && layer->scrollableArea()->isPointInResizeControl(p, Resizer… in handleMousePressEvent()2501 …if (layer && layer->scrollableArea() && layer->scrollableArea()->isPointInResizeControl(p, Resizer… in handleScrollGestureOnResizer()