HomeSort by relevance Sort by last modified time
    Searched refs:DOMException (Results 1 - 25 of 430) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /packages/apps/Mms/src/org/w3c/dom/smil/
ElementTimeControl.java 15 import org.w3c.dom.DOMException;
33 * @exception DOMException
38 throws DOMException;
60 * @exception DOMException
65 throws DOMException;
76 * @exception DOMException
81 throws DOMException;
95 * @exception DOMException
100 throws DOMException;
ElementLayout.java 15 import org.w3c.dom.DOMException;
23 * @exception DOMException
28 throws DOMException;
31 * @exception DOMException
36 throws DOMException;
39 * @exception DOMException
44 throws DOMException;
47 * @exception DOMException
52 throws DOMException;
ElementTimeManipulation.java 15 import org.w3c.dom.DOMException;
29 * @exception DOMException
34 throws DOMException;
43 * @exception DOMException
48 throws DOMException;
57 * @exception DOMException
62 throws DOMException;
67 * @exception DOMException
72 throws DOMException;
SMILRegionElement.java 14 * 2) ADD public void setLeft(int top) throws DOMException;
21 import org.w3c.dom.DOMException;
29 * @exception DOMException
34 throws DOMException;
37 * @exception DOMException
42 throws DOMException;
45 * @exception DOMException
50 throws DOMException;
53 * @exception DOMException
58 throws DOMException;
    [all...]
ElementTest.java 15 import org.w3c.dom.DOMException;
24 * @exception DOMException
29 throws DOMException;
33 * @exception DOMException
38 throws DOMException;
42 * @exception DOMException
47 throws DOMException;
66 * @exception DOMException
71 throws DOMException;
75 * @exception DOMException
    [all...]
SMILMediaElement.java 15 import org.w3c.dom.DOMException;
23 * @exception DOMException
28 throws DOMException;
32 * @exception DOMException
37 throws DOMException;
41 * @exception DOMException
46 throws DOMException;
50 * @exception DOMException
55 throws DOMException;
59 * @exception DOMException
    [all...]
SMILAnimation.java 15 import org.w3c.dom.DOMException;
29 * @exception DOMException
34 throws DOMException;
43 * @exception DOMException
48 throws DOMException;
59 * @exception DOMException
64 throws DOMException;
69 * @exception DOMException
74 throws DOMException;
78 * @exception DOMException
    [all...]
ElementTime.java 16 * throws DOMException;
21 import org.w3c.dom.DOMException;
31 * @exception DOMException
36 throws DOMException;
40 * @exception DOMException
45 throws DOMException;
50 * @exception DOMException
55 throws DOMException;
65 * @exception DOMException
70 throws DOMException;
    [all...]
Time.java 15 import org.w3c.dom.DOMException;
66 * @exception DOMException
72 throws DOMException;
76 * @exception DOMException
82 throws DOMException;
88 * @exception DOMException
94 throws DOMException;
99 * @exception DOMException
105 throws DOMException;
110 * @exception DOMException
    [all...]
ElementParallelTimeContainer.java 15 import org.w3c.dom.DOMException;
25 * @exception DOMException
30 throws DOMException;
SMILElement.java 15 import org.w3c.dom.DOMException;
32 * @exception DOMException
37 throws DOMException;
SMILAnimateMotionElement.java 15 import org.w3c.dom.DOMException;
24 * @exception DOMException
29 throws DOMException;
33 * @exception DOMException
38 throws DOMException;
  /libcore/luni/src/main/java/org/w3c/dom/
CharacterData.java 38 * @exception DOMException
44 throws DOMException;
53 * @exception DOMException
57 throws DOMException;
73 * @exception DOMException
83 throws DOMException;
90 * @exception DOMException
94 throws DOMException;
100 * @exception DOMException
108 throws DOMException;
    [all...]
NamedNodeMap.java 51 * @exception DOMException
66 throws DOMException;
77 * @exception DOMException
83 throws DOMException;
111 * @exception DOMException
119 throws DOMException;
135 * @exception DOMException
154 throws DOMException;
170 * @exception DOMException
181 throws DOMException;
    [all...]
Element.java 71 * @exception DOMException
79 throws DOMException;
93 * @exception DOMException
97 throws DOMException;
122 * @exception DOMException
132 throws DOMException;
146 * @exception DOMException
152 throws DOMException;
173 * @exception DOMException
181 throws DOMException;
    [all...]
Text.java 53 * @exception DOMException
59 throws DOMException;
110 * raising a <code>DOMException</code> with the code
118 * @exception DOMException
124 throws DOMException;
Document.java 80 * @exception DOMException
86 throws DOMException;
113 * @exception DOMException
117 throws DOMException;
131 * @exception DOMException
139 throws DOMException;
152 * @exception DOMException
158 throws DOMException;
179 * @exception DOMException
186 throws DOMException;
    [all...]
  /external/chromium_org/third_party/WebKit/Source/modules/serviceworkers/
ServiceWorkerError.cpp 40 PassRefPtrWillBeRawPtr<DOMException> ServiceWorkerError::from(ScriptPromiseResolverWithContext*, WebType* webErrorRaw)
45 return DOMException::create(NotSupportedError, "Service Worker support is disabled.");
47 return DOMException::create(AbortError, "The Service Worker operation was aborted.");
49 return DOMException::create(SecurityError, "The Service Worker security policy prevented an action.");
52 return DOMException::create(AbortError, "The Service Worker installation failed.");
56 return DOMException::create(AbortError, "The Service Worker activation failed.");
58 return DOMException::create(NotFoundError, "The specified Service Worker resource was not found.");
60 return DOMException::create(UnknownError, "An unknown error occurred within Service Worker.");
63 return DOMException::create(UnknownError);
  /packages/apps/Mms/src/org/w3c/dom/events/
DocumentEvent.java 15 import org.w3c.dom.DOMException;
49 * @exception DOMException
54 throws DOMException;
  /external/chromium_org/third_party/WebKit/Source/modules/push_messaging/
PushError.cpp 13 PassRefPtrWillBeRawPtr<DOMException> PushError::from(ScriptPromiseResolverWithContext*, WebType* webErrorRaw)
18 return DOMException::create(AbortError, "Registration failed.");
20 return DOMException::create(UnknownError);
23 return DOMException::create(UnknownError);
  /libcore/luni/src/main/java/org/apache/harmony/xml/dom/
CharacterDataImpl.java 20 import org.w3c.dom.DOMException;
42 public void appendData(String arg) throws DOMException {
46 public void deleteData(int offset, int count) throws DOMException {
50 public String getData() throws DOMException {
70 public void insertData(int offset, String arg) throws DOMException {
74 throw new DOMException(DOMException.INDEX_SIZE_ERR, null);
79 throws DOMException {
83 throw new DOMException(DOMException.INDEX_SIZE_ERR, null)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/xml/dom/
__init__.py 61 class DOMException(Exception):
66 if self.__class__ is DOMException:
68 "DOMException should not be instantiated directly")
75 class IndexSizeErr(DOMException):
78 class DomstringSizeErr(DOMException):
81 class HierarchyRequestErr(DOMException):
84 class WrongDocumentErr(DOMException):
87 class InvalidCharacterErr(DOMException):
90 class NoDataAllowedErr(DOMException):
93 class NoModificationAllowedErr(DOMException)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/xml/dom/
__init__.py 61 class DOMException(Exception):
66 if self.__class__ is DOMException:
68 "DOMException should not be instantiated directly")
75 class IndexSizeErr(DOMException):
78 class DomstringSizeErr(DOMException):
81 class HierarchyRequestErr(DOMException):
84 class WrongDocumentErr(DOMException):
87 class InvalidCharacterErr(DOMException):
90 class NoDataAllowedErr(DOMException):
93 class NoModificationAllowedErr(DOMException)
    [all...]
  /libcore/luni/src/main/java/org/w3c/dom/traversal/
NodeIterator.java 15 import org.w3c.dom.DOMException;
82 * @exception DOMException
87 throws DOMException;
94 * @exception DOMException
99 throws DOMException;
  /libcore/dom/src/test/java/org/w3c/domts/
JTidyDOMImplementation.java 15 import org.w3c.dom.DOMException;
63 * @exception DOMException
78 String systemId) throws DOMException {
79 throw new DOMException(DOMException.NOT_SUPPORTED_ERR, "Not Implemented");
94 * @exception DOMException
119 DocumentType doctype) throws DOMException {
120 throw new DOMException(DOMException.NOT_SUPPORTED_ERR, "Not Implemented");

Completed in 157 milliseconds

1 2 3 4 5 6 7 8 91011>>