Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/testing/
DInternals.h124 Node* firstChildByWalker(Node*, ExceptionState&);
DInternals.idl76 [RaisesException] Node firstChildByWalker(Node node);
DInternals.cpp519 Node* Internals::firstChildByWalker(Node* node, ExceptionState& exceptionState) in firstChildByWalker() function in WebCore::Internals