Home
last modified time | relevance | path

Searched refs:HierarchyRequestError (Results 1 – 10 of 10) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/dom/
DExceptionCode.h36 HierarchyRequestError, enumerator
DRange.cpp224 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()
DNamedNodeMap.cpp88 …exceptionState.throwDOMException(HierarchyRequestError, "The node provided is not an attribute nod… in setNamedItem()
DContainerNode.cpp137 …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()
DNode.cpp470 …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()
DDocument.cpp1043 …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()
DElement.cpp1665 …exceptionState.throwDOMException(HierarchyRequestError, "Author-created shadow roots are disabled … in createShadowRoot()
/external/chromium_org/third_party/WebKit/Source/core/css/
DCSSGroupingRule.cpp83 …exceptionState.throwDOMException(HierarchyRequestError, "'@import' rules cannot be inserted inside… in insertRule()
DCSSStyleSheet.cpp323 exceptionState.throwDOMException(HierarchyRequestError, "Failed to insert the rule."); in insertRule()
/external/chromium_org/third_party/WebKit/Source/core/html/
DHTMLElement.cpp443 exceptionState.throwDOMException(HierarchyRequestError, "The element has no parent."); in setOuterText()