Home
last modified time | relevance | path

Searched refs:NOT_SUPPORTED_ERR (Results 1 – 25 of 35) sorted by relevance

12

/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
DDTMNodeProxy.java560 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 …]
DDTMNodeIterator.java130 throw new DTMDOMException(DOMException.NOT_SUPPORTED_ERR); in getFilter()
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/dom2dtm/
DDOM2DTMdefaultNamespaceDeclarationNode.java55 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/
DSVGLength.cpp165 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 …]
DSVGAngle.cpp159 ec = NOT_SUPPORTED_ERR; in newValueSpecifiedUnits()
172 ec = NOT_SUPPORTED_ERR; in convertToSpecifiedUnits()
DSVGPreserveAspectRatio.cpp43 ec = NOT_SUPPORTED_ERR; in setAlign()
53 ec = NOT_SUPPORTED_ERR; in setMeetOrSlice()
/external/webkit/Source/WebKit/chromium/src/
DStorageInfoChromium.cpp66 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()
DAssertMatchingEnums.cpp423 COMPILE_ASSERT_MATCHING_ENUM(WebStorageQuotaErrorNotSupported, NOT_SUPPORTED_ERR);
429 COMPILE_ASSERT_MATCHING_ENUM(WebStorageQuotaErrorNotSupported, NOT_SUPPORTED_ERR);
/external/webkit/Source/WebCore/html/
DHTMLMeterElement.cpp93 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()
DHTMLProgressElement.cpp102 ec = NOT_SUPPORTED_ERR; in setValue()
120 ec = NOT_SUPPORTED_ERR; in setMax()
DHTMLFrameOwnerElement.cpp104 ec = NOT_SUPPORTED_ERR; in getSVGDocument()
/external/webkit/LayoutTests/dom/xhtml/level3/core/
Ddocumentsetxmlversion03-expected.txt3 Message Error: NOT_SUPPORTED_ERR: DOM Exception 9
/external/webkit/Source/WebCore/page/
DCrypto.cpp67 ec = NOT_SUPPORTED_ERR; in getRandomValues()
/external/webkit/Source/WebCore/xml/
DXPathEvaluator.cpp63 ec = NOT_SUPPORTED_ERR; in evaluate()
DXPathExpression.cpp65 ec = NOT_SUPPORTED_ERR; in evaluate()
/external/webkit/Source/WebCore/dom/
DExceptionCode.h39 NOT_SUPPORTED_ERR = 9, enumerator
DDocument.cpp748 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 …]
DDOMCoreException.idl54 const unsigned short NOT_SUPPORTED_ERR = 9;
DTreeWalker.cpp45 ec = NOT_SUPPORTED_ERR; in setCurrentNode()
/external/webkit/Source/WebCore/bindings/v8/custom/
DV8NotificationCenterCustom.cpp92 return throwError(NOT_SUPPORTED_ERR); in requestPermissionCallback()
/external/webkit/LayoutTests/fast/dom/Node/
Dinitial-values-expected.txt49 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/
DWebKitCSSMatrix.cpp99 ec = NOT_SUPPORTED_ERR; in inverse()
/external/webkit/Source/WebCore/html/canvas/
DCanvasRenderingContext2D.cpp1482 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/
Dobjectstore-basics-expected.txt59 PASS code is DOMException.NOT_SUPPORTED_ERR
/external/apache-xml/src/main/java/org/apache/xml/serializer/dom3/
DLSSerializerImpl.java657 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()

12