Home
last modified time | relevance | path

Searched refs:markerContainingPoint (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/dom/
DDocumentMarkerController.h78 DocumentMarker* markerContainingPoint(const LayoutPoint&, DocumentMarker::MarkerType);
DDocumentMarkerController.cpp374 DocumentMarker* DocumentMarkerController::markerContainingPoint(const LayoutPoint& point, DocumentM… in markerContainingPoint() function in WebCore::DocumentMarkerController
/external/chromium_org/third_party/WebKit/Source/core/rendering/
DHitTestResult.cpp224 …DocumentMarker* marker = m_innerNonSharedNode->document().markers()->markerContainingPoint(m_hitTe… in spellingToolTip()