OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:if
(Results
351 - 375
of
3674
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/external/webkit/LayoutTests/dom/xhtml/level3/core/
documentgetinputencoding03.js
30
//
If
there are no configuration exceptions, asynchronous
46
if
(typeof(this.doc) != 'undefined') {
51
if
(docsLoaded == 1) {
70
if
(++docsLoaded == 1) {
78
Call the getInputEncoding method on a on a UTF-16 (BE) encoded document and check
if
the value returned
87
if
(checkInitialization(builder, "documentgetinputencoding03") != null) return;
92
if
(typeof(this.doc) != 'undefined') {
documentgetinputencoding04.js
30
//
If
there are no configuration exceptions, asynchronous
46
if
(typeof(this.doc) != 'undefined') {
51
if
(docsLoaded == 1) {
70
if
(++docsLoaded == 1) {
79
and check
if
the value returned is UTF-8 or null (implementation dependent).
87
if
(checkInitialization(builder, "documentgetinputencoding04") != null) return;
93
if
(typeof(this.doc) != 'undefined') {
documentgetstricterrorchecking01.js
30
//
If
there are no configuration exceptions, asynchronous
46
if
(typeof(this.doc) != 'undefined') {
51
if
(docsLoaded == 1) {
70
if
(++docsLoaded == 1) {
78
Verify
if
the (default) value of the strictErrorChecking attribute of this document object is true.
86
if
(checkInitialization(builder, "documentgetstricterrorchecking01") != null) return;
91
if
(typeof(this.doc) != 'undefined') {
documentgetstricterrorchecking02.js
30
//
If
there are no configuration exceptions, asynchronous
46
if
(typeof(this.doc) != 'undefined') {
51
if
(docsLoaded == 1) {
70
if
(++docsLoaded == 1) {
78
Verify
if
the (default)value of the strictErrorChecking attribute of a new Document object is true.
86
if
(checkInitialization(builder, "documentgetstricterrorchecking02") != null) return;
98
if
(typeof(this.doc) != 'undefined') {
documentgetxmlencoding01.js
30
//
If
there are no configuration exceptions, asynchronous
46
if
(typeof(this.doc) != 'undefined') {
51
if
(docsLoaded == 1) {
70
if
(++docsLoaded == 1) {
79
attribute in its XMLDecl is UTF-8 and check
if
the value returned is UTF-8.
87
if
(checkInitialization(builder, "documentgetxmlencoding01") != null) return;
92
if
(typeof(this.doc) != 'undefined') {
documentgetxmlencoding02.js
30
//
If
there are no configuration exceptions, asynchronous
46
if
(typeof(this.doc) != 'undefined') {
51
if
(docsLoaded == 1) {
70
if
(++docsLoaded == 1) {
78
Call the getXmlEncoding method on a new document and check
if
the value returned
87
if
(checkInitialization(builder, "documentgetxmlencoding02") != null) return;
99
if
(typeof(this.doc) != 'undefined') {
documentgetxmlencoding03.js
30
//
If
there are no configuration exceptions, asynchronous
46
if
(typeof(this.doc) != 'undefined') {
51
if
(docsLoaded == 1) {
70
if
(++docsLoaded == 1) {
78
Call the getXmlEncoding method on a UTF-16 encoded document and check
if
the value returned
87
if
(checkInitialization(builder, "documentgetxmlencoding03") != null) return;
92
if
(typeof(this.doc) != 'undefined') {
documentgetxmlencoding04.js
30
//
If
there are no configuration exceptions, asynchronous
46
if
(typeof(this.doc) != 'undefined') {
51
if
(docsLoaded == 1) {
70
if
(++docsLoaded == 1) {
79
the encoding pseudo attribute in its XMLDecl and check
if
the value returend is null.
87
if
(checkInitialization(builder, "documentgetxmlencoding04") != null) return;
92
if
(typeof(this.doc) != 'undefined') {
documentgetxmlencoding05.js
30
//
If
there are no configuration exceptions, asynchronous
46
if
(typeof(this.doc) != 'undefined') {
51
if
(docsLoaded == 1) {
70
if
(++docsLoaded == 1) {
79
and check
if
the value returned is UTF-8 or null (implementation dependent).
87
if
(checkInitialization(builder, "documentgetxmlencoding05") != null) return;
93
if
(typeof(this.doc) != 'undefined') {
documentgetxmlversion01.js
30
//
If
there are no configuration exceptions, asynchronous
46
if
(typeof(this.doc) != 'undefined') {
51
if
(docsLoaded == 1) {
70
if
(++docsLoaded == 1) {
78
Check
if
the value of the version attribute in the XML declaration of this document
87
if
(checkInitialization(builder, "documentgetxmlversion01") != null) return;
92
if
(typeof(this.doc) != 'undefined') {
documentgetxmlversion02.js
30
//
If
there are no configuration exceptions, asynchronous
46
if
(typeof(this.doc) != 'undefined') {
51
if
(docsLoaded == 1) {
70
if
(++docsLoaded == 1) {
78
Check
if
the value of the version attribute in the XML declaration of a new document
87
if
(checkInitialization(builder, "documentgetxmlversion02") != null) return;
99
if
(typeof(this.doc) != 'undefined') {
documentgetxmlversion03.js
30
//
If
there are no configuration exceptions, asynchronous
46
if
(typeof(this.doc) != 'undefined') {
51
if
(docsLoaded == 1) {
70
if
(++docsLoaded == 1) {
78
Check
if
the value of the version attribute in a XML document without a XMLDecl is
87
if
(checkInitialization(builder, "documentgetxmlversion03") != null) return;
92
if
(typeof(this.doc) != 'undefined') {
documentrenamenode25.js
30
//
If
there are no configuration exceptions, asynchronous
46
if
(typeof(this.doc) != 'undefined') {
51
if
(docsLoaded == 1) {
70
if
(++docsLoaded == 1) {
79
Check
if
a NOT_SUPPORTED_ERR gets thrown.
87
if
(checkInitialization(builder, "documentrenamenode25") != null) return;
93
if
(typeof(this.doc) != 'undefined') {
documentrenamenode26.js
30
//
If
there are no configuration exceptions, asynchronous
46
if
(typeof(this.doc) != 'undefined') {
51
if
(docsLoaded == 1) {
70
if
(++docsLoaded == 1) {
80
Check
if
a NOT_SUPPORTED_ERR gets thrown.
88
if
(checkInitialization(builder, "documentrenamenode26") != null) return;
94
if
(typeof(this.doc) != 'undefined') {
documentrenamenode29.js
30
//
If
there are no configuration exceptions, asynchronous
46
if
(typeof(this.doc) != 'undefined') {
51
if
(docsLoaded == 1) {
70
if
(++docsLoaded == 1) {
79
with a name that contains an invalid XML 1.0 character and check
if
a INVALID_CHARACTER_ERR
88
if
(checkInitialization(builder, "documentrenamenode29") != null) return;
94
if
(typeof(this.doc) != 'undefined') {
documentsetdocumenturi01.js
30
//
If
there are no configuration exceptions, asynchronous
46
if
(typeof(this.doc) != 'undefined') {
51
if
(docsLoaded == 1) {
70
if
(++docsLoaded == 1) {
81
document and verify
if
it is was correctly set.
89
if
(checkInitialization(builder, "documentsetdocumenturi01") != null) return;
94
if
(typeof(this.doc) != 'undefined') {
documentsetdocumenturi02.js
30
//
If
there are no configuration exceptions, asynchronous
46
if
(typeof(this.doc) != 'undefined') {
51
if
(docsLoaded == 1) {
70
if
(++docsLoaded == 1) {
81
if
it is was set to null.
89
if
(checkInitialization(builder, "documentsetdocumenturi02") != null) return;
96
if
(typeof(this.doc) != 'undefined') {
documentsetstricterrorchecking02.js
30
//
If
there are no configuration exceptions, asynchronous
46
if
(typeof(this.doc) != 'undefined') {
51
if
(docsLoaded == 1) {
70
if
(++docsLoaded == 1) {
80
with a prefix and check
if
the NAMESPACE_ERR is thrown.
88
if
(checkInitialization(builder, "documentsetstricterrorchecking02") != null) return;
95
if
(typeof(this.doc) != 'undefined') {
documentsetstricterrorchecking03.js
30
//
If
there are no configuration exceptions, asynchronous
46
if
(typeof(this.doc) != 'undefined') {
51
if
(docsLoaded == 1) {
70
if
(++docsLoaded == 1) {
78
Set the strictErrorChecking attribute value on a new Document to false and check
if
it was
87
if
(checkInitialization(builder, "documentsetstricterrorchecking03") != null) return;
92
if
(typeof(this.doc) != 'undefined') {
documentsetxmlstandalone01.js
30
//
If
there are no configuration exceptions, asynchronous
46
if
(typeof(this.doc) != 'undefined') {
51
if
(docsLoaded == 1) {
70
if
(++docsLoaded == 1) {
78
Set the standalone attribute of this document to true and verify
if
the attribute was correctly
87
if
(checkInitialization(builder, "documentsetxmlstandalone01") != null) return;
92
if
(typeof(this.doc) != 'undefined') {
documentsetxmlversion02.js
30
//
If
there are no configuration exceptions, asynchronous
46
if
(typeof(this.doc) != 'undefined') {
51
if
(docsLoaded == 1) {
70
if
(++docsLoaded == 1) {
79
and check
if
it was correctly set.
87
if
(checkInitialization(builder, "documentsetxmlversion02") != null) return;
99
if
(typeof(this.doc) != 'undefined') {
documentsetxmlversion03.js
30
//
If
there are no configuration exceptions, asynchronous
46
if
(typeof(this.doc) != 'undefined') {
51
if
(docsLoaded == 1) {
70
if
(++docsLoaded == 1) {
79
and check
if
it was correctly set.
87
if
(checkInitialization(builder, "documentsetxmlversion03") != null) return;
99
if
(typeof(this.doc) != 'undefined') {
domconfignamespaces2.js
30
//
If
there are no configuration exceptions, asynchronous
46
if
(typeof(this.doc) != 'undefined') {
51
if
(docsLoaded == 1) {
70
if
(++docsLoaded == 1) {
77
* Document.getParameter("namespaces") should be true regardles
if
the
85
if
(checkInitialization(builder, "domconfignamespaces2") != null) return;
91
if
(typeof(this.doc) != 'undefined') {
entitygetinputencoding01.js
30
//
If
there are no configuration exceptions, asynchronous
46
if
(typeof(this.doc) != 'undefined') {
51
if
(docsLoaded == 1) {
70
if
(++docsLoaded == 1) {
78
Call the getInputEncoding method on a UTF-8 encoded document and check
if
the
87
if
(checkInitialization(builder, "entitygetinputencoding01") != null) return;
95
if
(typeof(this.doc) != 'undefined') {
entitygetinputencoding02.js
30
//
If
there are no configuration exceptions, asynchronous
46
if
(typeof(this.doc) != 'undefined') {
51
if
(docsLoaded == 1) {
70
if
(++docsLoaded == 1) {
79
unparsed entity and check
if
the value returned is null.
87
if
(checkInitialization(builder, "entitygetinputencoding02") != null) return;
95
if
(typeof(this.doc) != 'undefined') {
Completed in 272 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>