Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/testing/
DInternals.h146 unsigned markerCountForNode(Node*, const String&, ExceptionState&);
DInternals.idl98 [RaisesException] unsigned long markerCountForNode(Node node, DOMString markerType);
DInternals.cpp806 unsigned Internals::markerCountForNode(Node* node, const String& markerType, ExceptionState& except… in markerCountForNode() function in WebCore::Internals