Searched refs:markerContainingPoint (Results 1 – 3 of 3) sorted by relevance
78 DocumentMarker* markerContainingPoint(const LayoutPoint&, DocumentMarker::MarkerType);
374 DocumentMarker* DocumentMarkerController::markerContainingPoint(const LayoutPoint& point, DocumentM… in markerContainingPoint() function in WebCore::DocumentMarkerController
224 …DocumentMarker* marker = m_innerNonSharedNode->document().markers()->markerContainingPoint(m_hitTe… in spellingToolTip()