Home
last modified time | relevance | path

Searched refs:checkNodeBA (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/dom/
DRange.h161 void checkNodeBA(Node*, ExceptionState&) const;
DRange.cpp1083 void Range::checkNodeBA(Node* n, ExceptionState& exceptionState) const in checkNodeBA() function in blink::Range
1141 checkNodeBA(refNode, exceptionState); in setStartAfter()
1150 checkNodeBA(refNode, exceptionState); in setEndBefore()
1159 checkNodeBA(refNode, exceptionState); in setEndAfter()
1367 checkNodeBA(refNode, exceptionState); in setStartBefore()