OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NOT_SUPPORTED_ERR
(Results
26 - 50
of
99
) sorted by null
1
2
3
4
/libcore/dom/src/test/java/org/w3c/domts/level1/core/
hc_attrgetvalue2.java
83
success = (ex.code == DOMException.
NOT_SUPPORTED_ERR
);
hc_attrinsertbefore5.java
85
success = (ex.code == DOMException.
NOT_SUPPORTED_ERR
);
hc_nodevalue03.java
71
success = (ex.code == DOMException.
NOT_SUPPORTED_ERR
);
hc_attrinsertbefore7.java
89
success = (ex.code == DOMException.
NOT_SUPPORTED_ERR
);
/libcore/dom/src/test/java/org/w3c/domts/level2/core/
documentimportnode06.java
35
* A
NOT_SUPPORTED_ERR
is raised if the type of node being imported is
39
* Since Document nodes cannot be imported, a
NOT_SUPPORTED_ERR
should be raised.
82
success = (ex.code == DOMException.
NOT_SUPPORTED_ERR
);
documentimportnode07.java
35
* A
NOT_SUPPORTED_ERR
is raised if the type of node being imported is
40
*
NOT_SUPPORTED_ERR
should be raised.
85
success = (ex.code == DOMException.
NOT_SUPPORTED_ERR
);
documentimportnode08.java
35
* A
NOT_SUPPORTED_ERR
is raised if the type of node being imported is
39
* node. Since DocumentType nodes cannot be imported, a
NOT_SUPPORTED_ERR
should be raised.
89
success = (ex.code == DOMException.
NOT_SUPPORTED_ERR
);
/external/webkit/Source/WebCore/svg/
SVGAngle.cpp
159
ec =
NOT_SUPPORTED_ERR
;
172
ec =
NOT_SUPPORTED_ERR
;
/external/webkit/LayoutTests/dom/xhtml/level3/core/
nodeappendchild02.js
79
or a
NOT_SUPPORTED_ERR
.
116
case /*
NOT_SUPPORTED_ERR
*/ 9 :
documentrenamenode10.js
81
NOT_SUPPORTED_ERR
should be raised since the the type of the specified node is
86
Check if a
NOT_SUPPORTED_ERR
gets thrown instead of a NAMESPACE_ERR.
documentrenamenode11.js
81
NOT_SUPPORTED_ERR
should be raised since the the type of the specified node is
86
Check if a
NOT_SUPPORTED_ERR
gets thrown instead of a NAMESPACE_ERR.
documentrenamenode12.js
81
NOT_SUPPORTED_ERR
should be raised since the the type of the specified node is
86
Check if a
NOT_SUPPORTED_ERR
gets thrown instead of a NAMESPACE_ERR since the type of node is not valid
documentrenamenode13.js
81
NOT_SUPPORTED_ERR
should be raised since the the type of the specified node is
86
Check if a
NOT_SUPPORTED_ERR
gets thrown instead of a NAMESPACE_ERR since the type of node is not valid
documentrenamenode14.js
81
NOT_SUPPORTED_ERR
should be raised since the the type of the specified node is
86
Check if a
NOT_SUPPORTED_ERR
gets thrown instead of a NAMESPACE_ERR since the type of node is
documentrenamenode23.js
79
The method renameNode renames an existing node and raises a
NOT_SUPPORTED_ERR
83
Check if a
NOT_SUPPORTED_ERR
gets thrown.
documentrenamenode24.js
79
The method renameNode renames an existing node and raises a
NOT_SUPPORTED_ERR
84
Check if a
NOT_SUPPORTED_ERR
gets thrown.
nodeappendchild01.js
79
or a
NOT_SUPPORTED_ERR
.
119
case /*
NOT_SUPPORTED_ERR
*/ 9 :
nodeinsertbefore05.js
80
or
NOT_SUPPORTED_ERR
code.
121
case /*
NOT_SUPPORTED_ERR
*/ 9 :
nodeinsertbefore06.js
79
the existing element node and verify if a HIERARCHY_REQUEST_ERR or
NOT_SUPPORTED_ERR
is raised.
118
case /*
NOT_SUPPORTED_ERR
*/ 9 :
nodeinsertbefore10.js
80
HIERARCHY_REQUEST_ERR, NOT_FOUND_ERR or
NOT_SUPPORTED_ERR
is raised.
125
case /*
NOT_SUPPORTED_ERR
*/ 9 :
nodereplacechild39.js
79
in a HIERARCHY_REQUEST_ERR or
NOT_SUPPORTED_ERR
.
119
case /*
NOT_SUPPORTED_ERR
*/ 9 :
nodereplacechild40.js
79
in a HIERARCHY_REQUEST_ERR or
NOT_SUPPORTED_ERR
.
122
case /*
NOT_SUPPORTED_ERR
*/ 9 :
/external/webkit/Source/WebCore/bindings/v8/custom/
V8NotificationCenterCustom.cpp
92
return throwError(
NOT_SUPPORTED_ERR
);
/libcore/luni/src/main/java/org/apache/harmony/xml/dom/
NodeImpl.java
189
throw new DOMException(DOMException.
NOT_SUPPORTED_ERR
,
267
throw new DOMException(DOMException.
NOT_SUPPORTED_ERR
,
303
throw new DOMException(DOMException.
NOT_SUPPORTED_ERR
,
364
throw new DOMException(DOMException.
NOT_SUPPORTED_ERR
,
435
throw new DOMException(DOMException.
NOT_SUPPORTED_ERR
,
473
throw new DOMException(DOMException.
NOT_SUPPORTED_ERR
,
/libcore/luni/src/test/java/tests/org/w3c/dom/
DocumentImportNode.java
202
success = (ex.code == DOMException.
NOT_SUPPORTED_ERR
);
219
success = (ex.code == DOMException.
NOT_SUPPORTED_ERR
);
240
success = (ex.code == DOMException.
NOT_SUPPORTED_ERR
);
Completed in 177 milliseconds
1
2
3
4