Home | History | Annotate | Download | only in src

Lines Matching refs:clickPoint

425         IntPoint clickPoint(m_lastMouseDownPoint.x, m_lastMouseDownPoint.y);
426 IntPoint contentPoint = view->windowToContents(clickPoint);
431 if (!hitTestResult.scrollbar() && !hitTestResult.isLiveLink() && focused && !view->scrollbarAtPoint(clickPoint)) {