Home
last modified time | relevance | path

Searched refs:NO_MODIFICATION_ALLOWED_ERR (Results 1 – 25 of 28) sorted by relevance

12

/external/apache-xml/src/main/java/org/apache/xalan/templates/
DElemLiteralResult.java673 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/
Dreadonly-exceptions-expected.txt6 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/
DDTMNamedNodeMap.java163 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()
DDTMNodeProxy.java234 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/
DJSSVGLengthCustom.cpp49 setDOMException(exec, NO_MODIFICATION_ALLOWED_ERR); in setValue()
73 setDOMException(exec, NO_MODIFICATION_ALLOWED_ERR); in convertToSpecifiedUnits()
/external/webkit/Source/WebCore/svg/
DSVGAltGlyphElement.cpp73 ec = NO_MODIFICATION_ALLOWED_ERR; in setGlyphRef()
83 ec = NO_MODIFICATION_ALLOWED_ERR; in setFormat()
/external/webkit/Source/WebCore/bindings/v8/custom/
DV8SVGLengthCustom.cpp61 V8Proxy::setDOMException(NO_MODIFICATION_ALLOWED_ERR); in valueAccessorSetter()
84 V8Proxy::setDOMException(NO_MODIFICATION_ALLOWED_ERR); in convertToSpecifiedUnitsCallback()
/external/webkit/LayoutTests/dom/xhtml/level1/core/
Dhc_nodevalue03-expected.txt3 Message Error: NO_MODIFICATION_ALLOWED_ERR: DOM Exception 7
/external/webkit/Source/WebCore/fileapi/
DFileError.h50 NO_MODIFICATION_ALLOWED_ERR = 6, enumerator
DFileException.h56 NO_MODIFICATION_ALLOWED_ERR = FileExceptionOffset + 6, enumerator
DFileException.idl53 const unsigned short NO_MODIFICATION_ALLOWED_ERR = 6;
DFileError.idl43 const unsigned short NO_MODIFICATION_ALLOWED_ERR = 6;
/external/webkit/Source/WebCore/html/
DHTMLElement.cpp371 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()
DHTMLTableRowElement.cpp164 ec = NO_MODIFICATION_ALLOWED_ERR; in setCells()
/external/webkit/Source/WebCore/dom/
DExceptionCode.h37 NO_MODIFICATION_ALLOWED_ERR = 7, enumerator
DDOMCoreException.idl52 const unsigned short NO_MODIFICATION_ALLOWED_ERR = 7;
DRange.cpp951 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()
DNode.cpp601 ec = NO_MODIFICATION_ALLOWED_ERR; in setNodeValue()
1207 ec = NO_MODIFICATION_ALLOWED_ERR; in checkSetPrefix()
1251 ec = NO_MODIFICATION_ALLOWED_ERR; in checkAcceptChild()
DContainerNode.cpp411 ec = NO_MODIFICATION_ALLOWED_ERR; in removeChild()
DDocument.cpp878 ec = NO_MODIFICATION_ALLOWED_ERR; in adoptNode()
/external/apache-xml/src/main/java/org/apache/xalan/res/
DXSLTErrorResources.java461 public static final String NO_MODIFICATION_ALLOWED_ERR = field in XSLTErrorResources
1315 { NO_MODIFICATION_ALLOWED_ERR, in getContents()
/external/webkit/Source/WebCore/css/
DCSSPrimitiveValue.cpp361 ec = NO_MODIFICATION_ALLOWED_ERR; in setFloatValue()
506 ec = NO_MODIFICATION_ALLOWED_ERR; in setStringValue()
DCSSComputedStyleDeclaration.cpp618 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/
DSVGListProperty.h48 ec = NO_MODIFICATION_ALLOWED_ERR; in canAlterList()
/external/webkit/Source/WebKit/chromium/src/
DAssertMatchingEnums.cpp408 …LE_ASSERT_MATCHING_ENUM(WebFileErrorNoModificationAllowed, FileError::NO_MODIFICATION_ALLOWED_ERR);

12