Searched refs:docPos (Results 1 – 1 of 1) sorted by relevance
1965 IntPoint docPos = frame->view()->windowToContents(m_mousePos); in hitTestAtPoint() local1966 IntRect testRect(docPos.x() - slop, docPos.y() - slop, 2 * slop + 1, 2 * slop + 1); in hitTestAtPoint()