Searched refs:HierarchyRequestError (Results 1 – 10 of 10) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/core/dom/ |
D | ExceptionCode.h | 35 HierarchyRequestError, enumerator
|
D | Range.cpp | 226 exceptionState.throwDOMException(HierarchyRequestError, "The node provided was null."); in isPointInRange() 249 exceptionState.throwDOMException(HierarchyRequestError, "The node provided was null."); in comparePoint() 835 …exceptionState.throwDOMException(HierarchyRequestError, "This operation would split a text node, b… in insertNode() 854 …exceptionState.throwDOMException(HierarchyRequestError, "The node to be inserted contains a '" + c… in insertNode() 862 …exceptionState.throwDOMException(HierarchyRequestError, "The node to be inserted is a '" + newNode… in insertNode() 869 …exceptionState.throwDOMException(HierarchyRequestError, "The node to be inserted contains the inse… in insertNode() 1218 …exceptionState.throwDOMException(HierarchyRequestError, "The container node is a detached characte… in surroundContents() 1223 …exceptionState.throwDOMException(HierarchyRequestError, "The node provided is of type '" + newPare… in surroundContents() 1228 …exceptionState.throwDOMException(HierarchyRequestError, "The node provided contains the insertion … in surroundContents() 1283 … exceptionState.throwDOMException(HierarchyRequestError, "The Range contains a doctype node."); in checkDeleteExtract()
|
D | NamedNodeMap.cpp | 89 …exceptionState.throwDOMException(HierarchyRequestError, "The node provided is not an attribute nod… in setNamedItem()
|
D | ContainerNode.cpp | 136 …exceptionState.throwDOMException(HierarchyRequestError, "The new child element contains the parent… in checkAcceptChild() 145 …exceptionState.throwDOMException(HierarchyRequestError, "The new child element is a pseudo-element… in checkAcceptChild() 150 …exceptionState.throwDOMException(HierarchyRequestError, "The new child element contains the parent… in checkAcceptChild() 157 exceptionState.throwDOMException(HierarchyRequestError, "Failed to replace child."); in checkAcceptChild() 161 …exceptionState.throwDOMException(HierarchyRequestError, "Nodes of type '" + newChild->nodeName() +… in checkAcceptChild() 172 …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() 478 …exceptionState.throwDOMException(HierarchyRequestError, "This node type does not support this met… in replaceChild() 494 …exceptionState.throwDOMException(HierarchyRequestError, "This node type does not support this meth… in appendChild()
|
D | Document.cpp | 1029 …exceptionState.throwDOMException(HierarchyRequestError, "The node provided is a shadow root, which… in adoptNode() 1037 …exceptionState.throwDOMException(HierarchyRequestError, "The node provided is a frame which contai… in adoptNode() 2447 …exceptionState.throwDOMException(HierarchyRequestError, ExceptionMessages::argumentNullOrIncorrect… in setBody() 2451 exceptionState.throwDOMException(HierarchyRequestError, "No document element exists."); in setBody() 2456 …exceptionState.throwDOMException(HierarchyRequestError, "The new body element is of type '" + newB… in setBody()
|
D | Element.cpp | 1726 …exceptionState.throwDOMException(HierarchyRequestError, "Author-created shadow roots are disabled … in createShadowRoot()
|
/external/chromium_org/third_party/WebKit/Source/core/css/ |
D | CSSGroupingRule.cpp | 84 …exceptionState.throwDOMException(HierarchyRequestError, "'@import' rules cannot be inserted inside… in insertRule()
|
D | CSSStyleSheet.cpp | 324 exceptionState.throwDOMException(HierarchyRequestError, "Failed to insert the rule."); in insertRule()
|
/external/chromium_org/third_party/WebKit/Source/core/html/ |
D | HTMLElement.cpp | 432 exceptionState.throwDOMException(HierarchyRequestError, "The element has no parent."); in setOuterText()
|