Searched refs:markerAt (Results 1 – 2 of 2) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/core/testing/ |
D | Internals.h | 317 DocumentMarker* markerAt(Node*, const String& markerType, unsigned index, ExceptionState&);
|
D | Internals.cpp | 842 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()
|