Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/testing/
DInternals.h120 unsigned short compareTreeScopePosition(const Node*, const Node*, ExceptionState&) const;
DInternals.idl68 [RaisesException] unsigned short compareTreeScopePosition(Node treeScope1, Node treeScope2);
DInternals.cpp440 unsigned short Internals::compareTreeScopePosition(const Node* node1, const Node* node2, ExceptionS… in compareTreeScopePosition() function in WebCore::Internals