/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/ |
D | DTMNodeProxy.java | 32 import org.w3c.dom.DOMException; 232 public final void setPrefix(String prefix) throws DOMException in setPrefix() 234 throw new DTMDOMException(DOMException.NO_MODIFICATION_ALLOWED_ERR); in setPrefix() 292 public final String getNodeValue() throws DOMException in getNodeValue() 302 public final String getStringValue() throws DOMException in getStringValue() 314 public final void setNodeValue(String nodeValue) throws DOMException in setNodeValue() 316 throw new DTMDOMException(DOMException.NO_MODIFICATION_ALLOWED_ERR); in setNodeValue() 492 throws DOMException in insertBefore() 494 throw new DTMDOMException(DOMException.NO_MODIFICATION_ALLOWED_ERR); in insertBefore() 508 throws DOMException in replaceChild() [all …]
|
D | DTMNodeIterator.java | 27 import org.w3c.dom.DOMException; 130 throw new DTMDOMException(DOMException.NOT_SUPPORTED_ERR); in getFilter() 158 public Node nextNode() throws DOMException in nextNode() 161 throw new DTMDOMException(DOMException.INVALID_STATE_ERR); in nextNode() 179 throw new DTMDOMException(DOMException.INVALID_STATE_ERR); in previousNode()
|
D | DTMNamedNodeMap.java | 25 import org.w3c.dom.DOMException; 240 public Node setNamedItemNS(Node arg) throws DOMException in setNamedItemNS() 266 throws DOMException in removeNamedItemNS() 275 public class DTMException extends org.w3c.dom.DOMException
|
/external/chromium_org/third_party/WebKit/Source/modules/serviceworkers/ |
D | ServiceWorkerError.cpp | 41 PassRefPtrWillBeRawPtr<DOMException> ServiceWorkerError::take(ScriptPromiseResolver*, WebType* webE… in take() 46 return DOMException::create(NotSupportedError, "Service Worker support is disabled."); in take() 48 return DOMException::create(AbortError, "The Service Worker operation was aborted."); in take() 50 …return DOMException::create(SecurityError, "The Service Worker security policy prevented an action… in take() 53 return DOMException::create(AbortError, "The Service Worker installation failed."); in take() 57 return DOMException::create(AbortError, "The Service Worker activation failed."); in take() 59 return DOMException::create(NetworkError, "The Service Worker failed by network."); in take() 61 …return DOMException::create(NotFoundError, "The specified Service Worker resource was not found."); in take() 63 … return DOMException::create(UnknownError, "An unknown error occurred within Service Worker."); in take() 66 return DOMException::create(UnknownError); in take()
|
D | ServiceWorkerContainer.cpp | 110 … resolver->reject(DOMException::create(InvalidStateError, "No associated provider is available")); in registerServiceWorker() 120 resolver->reject(DOMException::create(NotSupportedError, errorMessage)); in registerServiceWorker() 127 … resolver->reject(DOMException::create(SecurityError, "The scope must match the current origin.")); in registerServiceWorker() 134 …resolver->reject(DOMException::create(SecurityError, "The origin of the script must match the curr… in registerServiceWorker() 168 resolver->reject(DOMException::create(NotSupportedError, errorMessage)); in getRegistration() 174 …resolver->reject(DOMException::create(SecurityError, "The documentURL must match the current origi… in getRegistration() 195 …return ScriptPromise::rejectWithDOMException(callerState, DOMException::create(NotSupportedError, … in ready()
|
D | Cache.cpp | 115 …return ScriptPromise::rejectWithDOMException(scriptState, DOMException::create(NotSupportedError, … in rejectAsNotImplemented() 305 PassRefPtrWillBeRawPtr<DOMException> Cache::domExceptionForCacheError(WebServiceWorkerCacheError re… in domExceptionForCacheError() 309 return DOMException::create(NotSupportedError, "Method is not implemented."); in domExceptionForCacheError() 311 return DOMException::create(NotFoundError, "Entry was not found."); in domExceptionForCacheError() 313 return DOMException::create(InvalidAccessError, "Entry already exists."); in domExceptionForCacheError() 316 return DOMException::create(NotSupportedError, "Unknown error."); in domExceptionForCacheError()
|
/external/apache-xml/src/main/java/org/apache/xml/utils/ |
D | UnImplNode.java | 29 import org.w3c.dom.DOMException; 94 public Node appendChild(Node newChild) throws DOMException in appendChild() 290 public Attr removeAttributeNode(Attr oldAttr) throws DOMException in removeAttributeNode() 307 public Attr setAttributeNode(Attr newAttr) throws DOMException in setAttributeNode() 371 public void removeAttribute(String name) throws DOMException in removeAttribute() 384 public void setAttribute(String name, String value) throws DOMException in setAttribute() 443 public Attr setAttributeNodeNS(Attr newAttr) throws DOMException in setAttributeNodeNS() 476 throws DOMException in removeAttributeNS() 492 throws DOMException in setAttributeNS() 548 public String getNodeValue() throws DOMException in getNodeValue() [all …]
|
/external/chromium_org/third_party/WebKit/Source/core/dom/ |
D | DOMException.cpp | 92 DOMException::DOMException(unsigned short code, const String& name, const String& sanitizedMessage,… in DOMException() function in blink::DOMException 101 PassRefPtrWillBeRawPtr<DOMException> DOMException::create(ExceptionCode ec, const String& sanitized… in create() 105 return adoptRefWillBeNoop(new DOMException(entry->code, in create() 111 String DOMException::toString() const in toString() 116 String DOMException::toStringForConsole() const in toStringForConsole() 121 String DOMException::getErrorName(ExceptionCode ec) in getErrorName() 131 String DOMException::getErrorMessage(ExceptionCode ec) in getErrorMessage()
|
D | DOMException.h | 42 class DOMException FINAL : public RefCountedWillBeGarbageCollectedFinalized<DOMException>, public S… 45 …static PassRefPtrWillBeRawPtr<DOMException> create(ExceptionCode, const String& sanitizedMessage =… 64 …DOMException(unsigned short m_code, const String& name, const String& sanitizedMessage, const Stri…
|
D | DOMError.h | 53 …return adoptRefWillBeNoop(new DOMError(DOMException::getErrorName(ec), DOMException::getErrorMessa… in create() 58 return adoptRefWillBeNoop(new DOMError(DOMException::getErrorName(ec), message)); in create()
|
/external/apache-xml/src/main/java/org/apache/xalan/templates/ |
D | ElemLiteralResult.java | 36 import org.w3c.dom.DOMException; 671 public Node removeNamedItem(String name) throws DOMException in removeNamedItem() 673 throwDOMException(DOMException.NO_MODIFICATION_ALLOWED_ERR, in removeNamedItem() 690 throws DOMException in removeNamedItemNS() 692 throwDOMException(DOMException.NO_MODIFICATION_ALLOWED_ERR, in removeNamedItemNS() 707 public Node setNamedItem(Node arg) throws DOMException in setNamedItem() 709 throwDOMException(DOMException.NO_MODIFICATION_ALLOWED_ERR, in setNamedItem() 724 public Node setNamedItemNS(Node arg) throws DOMException in setNamedItemNS() 726 throwDOMException(DOMException.NO_MODIFICATION_ALLOWED_ERR, in setNamedItemNS() 753 public Node appendChild(Node newChild) throws DOMException in appendChild() [all …]
|
D | ElemSort.java | 26 import org.w3c.dom.DOMException; 315 public Node appendChild(Node newChild) throws DOMException in appendChild()
|
/external/chromium_org/third_party/WebKit/Source/modules/push_messaging/ |
D | PushError.cpp | 13 PassRefPtrWillBeRawPtr<DOMException> PushError::take(ScriptPromiseResolver*, WebType* webErrorRaw) in take() 18 return DOMException::create(AbortError, webError->message); in take() 20 return DOMException::create(UnknownError); in take() 23 return DOMException::create(UnknownError); in take()
|
D | PushManager.cpp | 37 …return ScriptPromise::rejectWithDOMException(scriptState, DOMException::create(AbortError, "Docume… in registerPushMessaging() 41 …return ScriptPromise::rejectWithDOMException(scriptState, DOMException::create(AbortError, "No Ser… in registerPushMessaging()
|
/external/chromium_org/third_party/WebKit/Source/modules/geofencing/ |
D | GeofencingError.cpp | 13 PassRefPtrWillBeRawPtr<DOMException> GeofencingError::take(ScriptPromiseResolver*, WebType* webErro… in take() 18 return DOMException::create(AbortError, webError->message); in take() 20 return DOMException::create(UnknownError, webError->message); in take() 23 return DOMException::create(UnknownError); in take()
|
D | Geofencing.cpp | 57 …return ScriptPromise::rejectWithDOMException(scriptState, DOMException::create(NotSupportedError)); in registerRegion() 70 …return ScriptPromise::rejectWithDOMException(scriptState, DOMException::create(NotSupportedError)); in unregisterRegion() 83 …return ScriptPromise::rejectWithDOMException(scriptState, DOMException::create(NotSupportedError)); in getRegisteredRegions()
|
/external/chromium_org/third_party/WebKit/Source/core/streams/ |
D | ReadableStream.h | 22 class DOMException; variable 56 void error(PassRefPtrWillBeRawPtr<DOMException>); 69 …seProperty<Member<ReadableStream>, V8UndefinedType, RefPtrWillBeMember<DOMException> > WaitPromise; 70 …eProperty<Member<ReadableStream>, V8UndefinedType, RefPtrWillBeMember<DOMException> > ClosedPromis… 86 RefPtrWillBeMember<DOMException> m_exception;
|
/external/apache-xml/src/main/java/org/apache/xml/serializer/dom3/ |
D | LSSerializerImpl.java | 48 import org.w3c.dom.DOMException; 437 public Object getParameter(String name) throws DOMException { in getParameter() 493 throw new DOMException(DOMException.NOT_FOUND_ERR, msg); in getParameter() 518 public void setParameter(String name, Object value) throws DOMException { in setParameter() 657 throw new DOMException(DOMException.NOT_SUPPORTED_ERR, msg); in setParameter() 674 throw new DOMException(DOMException.NOT_SUPPORTED_ERR, msg); in setParameter() 740 throw new DOMException(DOMException.TYPE_MISMATCH_ERR, msg); in setParameter() 747 throw new DOMException(DOMException.NOT_FOUND_ERR, msg); in setParameter() 757 throw new DOMException(DOMException.TYPE_MISMATCH_ERR, msg); in setParameter() 767 throw new DOMException(DOMException.TYPE_MISMATCH_ERR, msg); in setParameter() [all …]
|
/external/chromium_org/third_party/WebKit/Source/modules/credentialmanager/ |
D | CredentialsContainer.cpp | 30 … resolver->reject(DOMException::create(InvalidStateError, "The credential manager is disabled.")); in rejectDueToCredentialManagerError() 34 …resolver->reject(DOMException::create(NotReadableError, "An unknown error occured while talking to… in rejectDueToCredentialManagerError() 99 …resolver->reject(DOMException::create(InvalidStateError, "Could not establish connection to the cr… in checkBoilerplate() 106 resolver->reject(DOMException::create(SecurityError, errorMessage)); in checkBoilerplate()
|
/external/chromium_org/third_party/WebKit/Source/core/css/ |
D | FontFace.h | 93 void setError(PassRefPtrWillBeRawPtr<DOMException> = nullptr); 94 DOMException* error() const { return m_error.get(); } in error() 127 …lBeMember<FontFace>, RawPtrWillBeMember<FontFace>, RefPtrWillBeMember<DOMException> > LoadedProper… 138 RefPtrWillBeMember<DOMException> m_error;
|
/external/chromium_org/third_party/WebKit/Source/modules/screen_orientation/ |
D | ScreenOrientation.cpp | 155 …RefPtrWillBeRawPtr<DOMException> exception = DOMException::create(InvalidStateError, "The object i… in lock() 161 …RefPtrWillBeRawPtr<DOMException> exception = DOMException::create(SecurityError, "The document is … in lock()
|
/external/chromium_org/chrome/test/chromedriver/js/ |
D | focus.js | 36 if (!(error instanceof TypeError) && !(error instanceof DOMException && 37 error.code == DOMException.INVALID_STATE_ERR))
|
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/dom2dtm/ |
D | DOM2DTMdefaultNamespaceDeclarationNode.java | 34 import org.w3c.dom.DOMException; 586 throws DOMException { in setTextContent() 635 public String getTextContent() throws DOMException { in getTextContent() 647 public short compareDocumentPosition(Node other) throws DOMException { in compareDocumentPosition()
|
/external/chromium_org/third_party/WebKit/Source/modules/encryptedmedia/ |
D | MediaKeySession.cpp | 200 m_resolver->reject(DOMException::create(code, errorMessage)); in completeWithDOMException() 307 … scriptState, DOMException::create(InvalidStateError, "The session is already initialized.")); in generateRequestInternal() 317 … scriptState, DOMException::create(InvalidAccessError, "The initDataType parameter is empty.")); in generateRequestInternal() 324 … scriptState, DOMException::create(InvalidAccessError, "The initData parameter is empty.")); in generateRequestInternal() 336 …scriptState, DOMException::create(NotSupportedError, "The initialization data type '" + initDataTy… in generateRequestInternal() 385 … scriptState, DOMException::create(InvalidAccessError, "The response parameter is empty.")); in updateInternal()
|
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/ |
D | ScriptPromise.h | 46 class DOMException; variable 120 static ScriptPromise rejectWithDOMException(ScriptState*, PassRefPtrWillBeRawPtr<DOMException>);
|