Home
last modified time | relevance | path

Searched refs:markerAt (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/testing/
DInternals.h317 DocumentMarker* markerAt(Node*, const String& markerType, unsigned index, ExceptionState&);
DInternals.cpp842 DocumentMarker* Internals::markerAt(Node* node, const String& markerType, unsigned index, Exception… in markerAt() function in WebCore::Internals
863 DocumentMarker* marker = markerAt(node, markerType, index, exceptionState); in markerRangeForNode()
871 DocumentMarker* marker = markerAt(node, markerType, index, exceptionState); in markerDescriptionForNode()