HomeSort by relevance Sort by last modified time
    Searched refs:WrongDocumentError (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/dom/
ExceptionCode.h 36 WrongDocumentError,
Range.cpp 254 exceptionState.throwDOMException(WrongDocumentError, "The node provided is not in an active document.");
259 exceptionState.throwDOMException(WrongDocumentError, "The node provided is not in this Range's Document.");
334 exceptionState.throwDOMException(WrongDocumentError, "The source range is in a different document than this range.");
345 exceptionState.throwDOMException(WrongDocumentError, "The source range is in a different document than this range.");
426 exceptionState.throwDOMException(WrongDocumentError, "The two ranges are in separate documents.");
    [all...]

Completed in 51 milliseconds