/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/ |
D | DTMNodeProxy.java | 560 throw new DTMDOMException(DOMException.NOT_SUPPORTED_ERR); in cloneNode() 623 throw new DTMDOMException(DOMException.NOT_SUPPORTED_ERR); in getDocumentElement() 639 throw new DTMDOMException(DOMException.NOT_SUPPORTED_ERR); in createElement() 649 throw new DTMDOMException(DOMException.NOT_SUPPORTED_ERR); in createDocumentFragment() 661 throw new DTMDOMException(DOMException.NOT_SUPPORTED_ERR); in createTextNode() 673 throw new DTMDOMException(DOMException.NOT_SUPPORTED_ERR); in createComment() 688 throw new DTMDOMException(DOMException.NOT_SUPPORTED_ERR); in createCDATASection() 704 throw new DTMDOMException(DOMException.NOT_SUPPORTED_ERR); in createProcessingInstruction() 718 throw new DTMDOMException(DOMException.NOT_SUPPORTED_ERR); in createAttribute() 733 throw new DTMDOMException(DOMException.NOT_SUPPORTED_ERR); in createEntityReference() [all …]
|
D | DTMNodeIterator.java | 130 throw new DTMDOMException(DOMException.NOT_SUPPORTED_ERR); in getFilter()
|
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/dom2dtm/ |
D | DOM2DTMdefaultNamespaceDeclarationNode.java | 55 final String NOT_SUPPORTED_ERR="Unsupported operation on pseudonode"; field in DOM2DTMdefaultNamespaceDeclarationNode 90 public void setNodeValue(String value) {throw new DTMException(NOT_SUPPORTED_ERR);} in setNodeValue() 91 public void setValue(String value) {throw new DTMException(NOT_SUPPORTED_ERR);} in setValue() 92 public void setPrefix(String value) {throw new DTMException(NOT_SUPPORTED_ERR);} in setPrefix() 93 public Node insertBefore(Node a, Node b) {throw new DTMException(NOT_SUPPORTED_ERR);} in insertBefore() 94 public Node replaceChild(Node a, Node b) {throw new DTMException(NOT_SUPPORTED_ERR);} in replaceChild() 95 public Node appendChild(Node a) {throw new DTMException(NOT_SUPPORTED_ERR);} in appendChild() 96 public Node removeChild(Node a) {throw new DTMException(NOT_SUPPORTED_ERR);} in removeChild() 98 public Node cloneNode(boolean deep) {throw new DTMException(NOT_SUPPORTED_ERR);} in cloneNode()
|
/external/webkit/Source/WebCore/svg/ |
D | SVGLength.cpp | 165 ec = NOT_SUPPORTED_ERR; in value() 197 ec = NOT_SUPPORTED_ERR; in setValue() 283 ec = NOT_SUPPORTED_ERR; in newValueSpecifiedUnits() 294 ec = NOT_SUPPORTED_ERR; in convertToSpecifiedUnits() 363 ec = NOT_SUPPORTED_ERR; in convertValueFromUserUnitsToPercentage() 385 ec = NOT_SUPPORTED_ERR; in convertValueFromPercentageToUserUnits() 405 ec = NOT_SUPPORTED_ERR; in convertValueFromUserUnitsToEMS() 412 ec = NOT_SUPPORTED_ERR; in convertValueFromUserUnitsToEMS() 422 ec = NOT_SUPPORTED_ERR; in convertValueFromEMSToUserUnits() 433 ec = NOT_SUPPORTED_ERR; in convertValueFromUserUnitsToEXS() [all …]
|
D | SVGAngle.cpp | 159 ec = NOT_SUPPORTED_ERR; in newValueSpecifiedUnits() 172 ec = NOT_SUPPORTED_ERR; in convertToSpecifiedUnits()
|
D | SVGPreserveAspectRatio.cpp | 43 ec = NOT_SUPPORTED_ERR; in setAlign() 53 ec = NOT_SUPPORTED_ERR; in setMeetOrSlice()
|
/external/webkit/Source/WebKit/chromium/src/ |
D | StorageInfoChromium.cpp | 66 fireStorageInfoErrorCallback(errorCallback, NOT_SUPPORTED_ERR); in queryUsageAndQuota() 75 fireStorageInfoErrorCallback(errorCallback, NOT_SUPPORTED_ERR); in queryUsageAndQuota() 84 fireStorageInfoErrorCallback(errorCallback, NOT_SUPPORTED_ERR); in requestQuota() 93 fireStorageInfoErrorCallback(errorCallback, NOT_SUPPORTED_ERR); in requestQuota()
|
D | AssertMatchingEnums.cpp | 423 COMPILE_ASSERT_MATCHING_ENUM(WebStorageQuotaErrorNotSupported, NOT_SUPPORTED_ERR); 429 COMPILE_ASSERT_MATCHING_ENUM(WebStorageQuotaErrorNotSupported, NOT_SUPPORTED_ERR);
|
/external/webkit/Source/WebCore/html/ |
D | HTMLMeterElement.cpp | 93 ec = NOT_SUPPORTED_ERR; in setMin() 109 ec = NOT_SUPPORTED_ERR; in setMax() 125 ec = NOT_SUPPORTED_ERR; in setValue() 141 ec = NOT_SUPPORTED_ERR; in setLow() 157 ec = NOT_SUPPORTED_ERR; in setHigh() 173 ec = NOT_SUPPORTED_ERR; in setOptimum()
|
D | HTMLProgressElement.cpp | 102 ec = NOT_SUPPORTED_ERR; in setValue() 120 ec = NOT_SUPPORTED_ERR; in setMax()
|
D | HTMLFrameOwnerElement.cpp | 104 ec = NOT_SUPPORTED_ERR; in getSVGDocument()
|
/external/webkit/LayoutTests/dom/xhtml/level3/core/ |
D | documentsetxmlversion03-expected.txt | 3 Message Error: NOT_SUPPORTED_ERR: DOM Exception 9
|
/external/webkit/Source/WebCore/page/ |
D | Crypto.cpp | 67 ec = NOT_SUPPORTED_ERR; in getRandomValues()
|
/external/webkit/Source/WebCore/xml/ |
D | XPathEvaluator.cpp | 63 ec = NOT_SUPPORTED_ERR; in evaluate()
|
D | XPathExpression.cpp | 65 ec = NOT_SUPPORTED_ERR; in evaluate()
|
/external/webkit/Source/WebCore/dom/ |
D | ExceptionCode.h | 39 NOT_SUPPORTED_ERR = 9, enumerator
|
D | Document.cpp | 748 ec = NOT_SUPPORTED_ERR; in createCDATASection() 761 ec = NOT_SUPPORTED_ERR; in createProcessingInstruction() 774 ec = NOT_SUPPORTED_ERR; in createEntityReference() 799 ec = NOT_SUPPORTED_ERR; in importNode() 875 ec = NOT_SUPPORTED_ERR; in importNode() 883 ec = NOT_SUPPORTED_ERR; in adoptNode() 900 ec = NOT_SUPPORTED_ERR; in adoptNode() 1065 ec = NOT_SUPPORTED_ERR; in setXMLVersion() 1070 ec = NOT_SUPPORTED_ERR; in setXMLVersion() 1080 ec = NOT_SUPPORTED_ERR; in setXMLStandalone() [all …]
|
D | DOMCoreException.idl | 54 const unsigned short NOT_SUPPORTED_ERR = 9;
|
D | TreeWalker.cpp | 45 ec = NOT_SUPPORTED_ERR; in setCurrentNode()
|
/external/webkit/Source/WebCore/bindings/v8/custom/ |
D | V8NotificationCenterCustom.cpp | 92 return throwError(NOT_SUPPORTED_ERR); in requestPermissionCallback()
|
/external/webkit/LayoutTests/fast/dom/Node/ |
D | initial-values-expected.txt | 49 PASS document.createCDATASection('foo') threw exception Error: NOT_SUPPORTED_ERR: DOM Exception 9. 125 PASS document.createEntityReference('gt') threw exception Error: NOT_SUPPORTED_ERR: DOM Exception 9. 132 …heet', 'type="text/xsl" href="missing.xsl"') threw exception Error: NOT_SUPPORTED_ERR: DOM Excepti…
|
/external/webkit/Source/WebCore/css/ |
D | WebKitCSSMatrix.cpp | 99 ec = NOT_SUPPORTED_ERR; in inverse()
|
/external/webkit/Source/WebCore/html/canvas/ |
D | CanvasRenderingContext2D.cpp | 1482 ec = NOT_SUPPORTED_ERR; in createLinearGradient() 1494 ec = NOT_SUPPORTED_ERR; in createRadialGradient() 1609 ec = NOT_SUPPORTED_ERR; in createImageData() 1624 ec = NOT_SUPPORTED_ERR; in createImageData() 1653 ec = NOT_SUPPORTED_ERR; in getImageData() 1700 ec = NOT_SUPPORTED_ERR; in putImageData()
|
/external/webkit/LayoutTests/storage/indexeddb/ |
D | objectstore-basics-expected.txt | 59 PASS code is DOMException.NOT_SUPPORTED_ERR
|
/external/apache-xml/src/main/java/org/apache/xml/serializer/dom3/ |
D | LSSerializerImpl.java | 657 throw new DOMException(DOMException.NOT_SUPPORTED_ERR, msg); in setParameter() 674 throw new DOMException(DOMException.NOT_SUPPORTED_ERR, msg); in setParameter() 772 throw new DOMException(DOMException.NOT_SUPPORTED_ERR, msg); in setParameter()
|