Home | History | Annotate | Download | only in dom

Lines Matching refs:HierarchyRequestError

1043             exceptionState.throwDOMException(HierarchyRequestError, "The node provided is a shadow root, which may not be adopted.");
1051 exceptionState.throwDOMException(HierarchyRequestError, "The node provided is a frame which contains this document.");
2406 exceptionState.throwDOMException(HierarchyRequestError, ExceptionMessages::argumentNullOrIncorrectType(1, "HTMLElement"));
2410 exceptionState.throwDOMException(HierarchyRequestError, "No document element exists.");
2415 exceptionState.throwDOMException(HierarchyRequestError, "The new body element is of type '" + newBody->tagName() + "'. It must be either a 'BODY' or 'FRAMESET' element.");