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

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

Completed in 99 milliseconds