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

/external/chromium_org/third_party/WebKit/Source/core/testing/
H A DInternals.h335 DocumentMarker* markerAt(Node*, const String& markerType, unsigned index, ExceptionState&);
H A DInternals.cpp736 DocumentMarker* Internals::markerAt(Node* node, const String& markerType, unsigned index, ExceptionState& exceptionState) function in class:blink::Internals
754 DocumentMarker* marker = markerAt(node, markerType, index, exceptionState);
762 DocumentMarker* marker = markerAt(node, markerType, index, exceptionState);

Completed in 83 milliseconds