Searched refs:HierarchyRequestError (Results 1 – 10 of 10) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/core/dom/ |
D | ExceptionCode.h | 36 HierarchyRequestError, enumerator
|
D | Range.cpp | 224 exceptionState.throwDOMException(HierarchyRequestError, "The node provided was null."); in isPointInRange() 872 …exceptionState.throwDOMException(HierarchyRequestError, "This operation would split a text node, b… in insertNode() 891 …exceptionState.throwDOMException(HierarchyRequestError, "The node to be inserted contains a '" + c… in insertNode() 899 …exceptionState.throwDOMException(HierarchyRequestError, "The node to be inserted is a '" + newNode… in insertNode() 906 …exceptionState.throwDOMException(HierarchyRequestError, "The node to be inserted contains the inse… in insertNode() 944 …exceptionState.throwDOMException(HierarchyRequestError, "This operation would set range's end to p… in insertNode() 1331 …exceptionState.throwDOMException(HierarchyRequestError, "The container node is a detached characte… in surroundContents() 1336 …exceptionState.throwDOMException(HierarchyRequestError, "The node provided is of type '" + newPare… in surroundContents() 1341 …exceptionState.throwDOMException(HierarchyRequestError, "The node provided contains the insertion … in surroundContents() 1384 … exceptionState.throwDOMException(HierarchyRequestError, "The Range contains a doctype node."); in checkExtractPrecondition()
|
D | NamedNodeMap.cpp | 88 …exceptionState.throwDOMException(HierarchyRequestError, "The node provided is not an attribute nod… in setNamedItem()
|
D | ContainerNode.cpp | 137 …exceptionState.throwDOMException(HierarchyRequestError, "The new child element contains the parent… in checkAcceptChild() 146 …exceptionState.throwDOMException(HierarchyRequestError, "The new child element is a pseudo-element… in checkAcceptChild() 151 …exceptionState.throwDOMException(HierarchyRequestError, "The new child element contains the parent… in checkAcceptChild() 158 exceptionState.throwDOMException(HierarchyRequestError, "Failed to replace child."); in checkAcceptChild() 162 …exceptionState.throwDOMException(HierarchyRequestError, "Nodes of type '" + newChild->nodeName() +… in checkAcceptChild() 173 …exceptionState.throwDOMException(HierarchyRequestError, "The new child element contains the parent… in checkAcceptChildGuaranteedNodeTypes()
|
D | Node.cpp | 470 …exceptionState.throwDOMException(HierarchyRequestError, "This node type does not support this meth… in insertBefore() 479 …exceptionState.throwDOMException(HierarchyRequestError, "This node type does not support this met… in replaceChild() 497 …exceptionState.throwDOMException(HierarchyRequestError, "This node type does not support this meth… in appendChild()
|
D | Document.cpp | 1043 …exceptionState.throwDOMException(HierarchyRequestError, "The node provided is a shadow root, which… in adoptNode() 1051 …exceptionState.throwDOMException(HierarchyRequestError, "The node provided is a frame which contai… in adoptNode() 2406 …exceptionState.throwDOMException(HierarchyRequestError, ExceptionMessages::argumentNullOrIncorrect… in setBody() 2410 exceptionState.throwDOMException(HierarchyRequestError, "No document element exists."); in setBody() 2415 …exceptionState.throwDOMException(HierarchyRequestError, "The new body element is of type '" + newB… in setBody()
|
D | Element.cpp | 1665 …exceptionState.throwDOMException(HierarchyRequestError, "Author-created shadow roots are disabled … in createShadowRoot()
|
/external/chromium_org/third_party/WebKit/Source/core/css/ |
D | CSSGroupingRule.cpp | 83 …exceptionState.throwDOMException(HierarchyRequestError, "'@import' rules cannot be inserted inside… in insertRule()
|
D | CSSStyleSheet.cpp | 323 exceptionState.throwDOMException(HierarchyRequestError, "Failed to insert the rule."); in insertRule()
|
/external/chromium_org/third_party/WebKit/Source/core/html/ |
D | HTMLElement.cpp | 443 exceptionState.throwDOMException(HierarchyRequestError, "The element has no parent."); in setOuterText()
|