/external/apache-xml/src/main/java/org/apache/xalan/templates/ |
D | ElemLiteralResult.java | 673 throwDOMException(DOMException.NO_MODIFICATION_ALLOWED_ERR, in removeNamedItem() 674 XSLTErrorResources.NO_MODIFICATION_ALLOWED_ERR); in removeNamedItem() 692 throwDOMException(DOMException.NO_MODIFICATION_ALLOWED_ERR, in removeNamedItemNS() 693 XSLTErrorResources.NO_MODIFICATION_ALLOWED_ERR); in removeNamedItemNS() 709 throwDOMException(DOMException.NO_MODIFICATION_ALLOWED_ERR, in setNamedItem() 710 XSLTErrorResources.NO_MODIFICATION_ALLOWED_ERR); in setNamedItem() 726 throwDOMException(DOMException.NO_MODIFICATION_ALLOWED_ERR, in setNamedItemNS() 727 XSLTErrorResources.NO_MODIFICATION_ALLOWED_ERR); in setNamedItemNS() 755 throwDOMException(DOMException.NO_MODIFICATION_ALLOWED_ERR, in appendChild() 756 XSLTErrorResources.NO_MODIFICATION_ALLOWED_ERR); in appendChild() [all …]
|
/external/webkit/LayoutTests/fast/dom/EntityReference/ |
D | readonly-exceptions-expected.txt | 6 PASS xmlDoc2.adoptNode(entityReference) threw exception Error: NO_MODIFICATION_ALLOWED_ERR: DOM Exc… 8 PASS entityReference.nodeValue = 'foo' threw exception Error: NO_MODIFICATION_ALLOWED_ERR: DOM Exce… 12 PASS entityReference.textContent = 'foo' threw exception Error: NO_MODIFICATION_ALLOWED_ERR: DOM Ex… 15 PASS entityReference.appendChild(text) threw exception Error: NO_MODIFICATION_ALLOWED_ERR: DOM Exce… 18 …efore(text, entityReference.firstChild) threw exception Error: NO_MODIFICATION_ALLOWED_ERR: DOM Ex…
|
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/ |
D | DTMNamedNodeMap.java | 163 throw new DTMException(DTMException.NO_MODIFICATION_ALLOWED_ERR); in setNamedItem() 183 throw new DTMException(DTMException.NO_MODIFICATION_ALLOWED_ERR); in removeNamedItem() 242 throw new DTMException(DTMException.NO_MODIFICATION_ALLOWED_ERR); in setNamedItemNS() 268 throw new DTMException(DTMException.NO_MODIFICATION_ALLOWED_ERR); in removeNamedItemNS()
|
D | DTMNodeProxy.java | 234 throw new DTMDOMException(DOMException.NO_MODIFICATION_ALLOWED_ERR); in setPrefix() 316 throw new DTMDOMException(DOMException.NO_MODIFICATION_ALLOWED_ERR); in setNodeValue() 494 throw new DTMDOMException(DOMException.NO_MODIFICATION_ALLOWED_ERR); in insertBefore() 510 throw new DTMDOMException(DOMException.NO_MODIFICATION_ALLOWED_ERR); in replaceChild() 524 throw new DTMDOMException(DOMException.NO_MODIFICATION_ALLOWED_ERR); in removeChild() 538 throw new DTMDOMException(DOMException.NO_MODIFICATION_ALLOWED_ERR); in appendChild() 823 throw new DTMDOMException(DOMException.NO_MODIFICATION_ALLOWED_ERR); in importNode()
|
/external/webkit/Source/WebCore/bindings/js/ |
D | JSSVGLengthCustom.cpp | 49 setDOMException(exec, NO_MODIFICATION_ALLOWED_ERR); in setValue() 73 setDOMException(exec, NO_MODIFICATION_ALLOWED_ERR); in convertToSpecifiedUnits()
|
/external/webkit/Source/WebCore/svg/ |
D | SVGAltGlyphElement.cpp | 73 ec = NO_MODIFICATION_ALLOWED_ERR; in setGlyphRef() 83 ec = NO_MODIFICATION_ALLOWED_ERR; in setFormat()
|
/external/webkit/Source/WebCore/bindings/v8/custom/ |
D | V8SVGLengthCustom.cpp | 61 V8Proxy::setDOMException(NO_MODIFICATION_ALLOWED_ERR); in valueAccessorSetter() 84 V8Proxy::setDOMException(NO_MODIFICATION_ALLOWED_ERR); in convertToSpecifiedUnitsCallback()
|
/external/webkit/LayoutTests/dom/xhtml/level1/core/ |
D | hc_nodevalue03-expected.txt | 3 Message Error: NO_MODIFICATION_ALLOWED_ERR: DOM Exception 7
|
/external/webkit/Source/WebCore/fileapi/ |
D | FileError.h | 50 NO_MODIFICATION_ALLOWED_ERR = 6, enumerator
|
D | FileException.h | 56 NO_MODIFICATION_ALLOWED_ERR = FileExceptionOffset + 6, enumerator
|
D | FileException.idl | 53 const unsigned short NO_MODIFICATION_ALLOWED_ERR = 6;
|
D | FileError.idl | 43 const unsigned short NO_MODIFICATION_ALLOWED_ERR = 6;
|
/external/webkit/Source/WebCore/html/ |
D | HTMLElement.cpp | 371 ec = NO_MODIFICATION_ALLOWED_ERR; in setOuterHTML() 419 ec = NO_MODIFICATION_ALLOWED_ERR; in setInnerText() 426 ec = NO_MODIFICATION_ALLOWED_ERR; in setInnerText() 483 ec = NO_MODIFICATION_ALLOWED_ERR; in setOuterText() 490 ec = NO_MODIFICATION_ALLOWED_ERR; in setOuterText() 496 ec = NO_MODIFICATION_ALLOWED_ERR; in setOuterText() 574 ec = NO_MODIFICATION_ALLOWED_ERR; in contextElementForInsertion()
|
D | HTMLTableRowElement.cpp | 164 ec = NO_MODIFICATION_ALLOWED_ERR; in setCells()
|
/external/webkit/Source/WebCore/dom/ |
D | ExceptionCode.h | 37 NO_MODIFICATION_ALLOWED_ERR = 7, enumerator
|
D | DOMCoreException.idl | 52 const unsigned short NO_MODIFICATION_ALLOWED_ERR = 7;
|
D | Range.cpp | 951 ec = NO_MODIFICATION_ALLOWED_ERR; in insertNode() 1435 ec = NO_MODIFICATION_ALLOWED_ERR; in surroundContents() 1529 ec = NO_MODIFICATION_ALLOWED_ERR; in checkDeleteExtract() 1539 ec = NO_MODIFICATION_ALLOWED_ERR; in checkDeleteExtract()
|
D | Node.cpp | 601 ec = NO_MODIFICATION_ALLOWED_ERR; in setNodeValue() 1207 ec = NO_MODIFICATION_ALLOWED_ERR; in checkSetPrefix() 1251 ec = NO_MODIFICATION_ALLOWED_ERR; in checkAcceptChild()
|
D | ContainerNode.cpp | 411 ec = NO_MODIFICATION_ALLOWED_ERR; in removeChild()
|
D | Document.cpp | 878 ec = NO_MODIFICATION_ALLOWED_ERR; in adoptNode()
|
/external/apache-xml/src/main/java/org/apache/xalan/res/ |
D | XSLTErrorResources.java | 461 public static final String NO_MODIFICATION_ALLOWED_ERR = field in XSLTErrorResources 1315 { NO_MODIFICATION_ALLOWED_ERR, in getContents()
|
/external/webkit/Source/WebCore/css/ |
D | CSSPrimitiveValue.cpp | 361 ec = NO_MODIFICATION_ALLOWED_ERR; in setFloatValue() 506 ec = NO_MODIFICATION_ALLOWED_ERR; in setStringValue()
|
D | CSSComputedStyleDeclaration.cpp | 618 ec = NO_MODIFICATION_ALLOWED_ERR; in setCssText() 1879 ec = NO_MODIFICATION_ALLOWED_ERR; in removeProperty() 1885 ec = NO_MODIFICATION_ALLOWED_ERR; in setProperty()
|
/external/webkit/Source/WebCore/svg/properties/ |
D | SVGListProperty.h | 48 ec = NO_MODIFICATION_ALLOWED_ERR; in canAlterList()
|
/external/webkit/Source/WebKit/chromium/src/ |
D | AssertMatchingEnums.cpp | 408 …LE_ASSERT_MATCHING_ENUM(WebFileErrorNoModificationAllowed, FileError::NO_MODIFICATION_ALLOWED_ERR);
|