OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:if
(Results
301 - 325
of
3674
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/external/webkit/LayoutTests/dom/html/level2/html/
object01.js
30
//
If
there are no configuration exceptions, asynchronous
46
if
(typeof(this.doc) != 'undefined') {
51
if
(docsLoaded == 1) {
70
if
(++docsLoaded == 1) {
78
Returns the FORM element containing this control. Returns null
if
this control is not within the context of a form.
87
if
(checkInitialization(builder, "object01") != null) return;
94
if
(typeof(this.doc) != 'undefined') {
table01.js
30
//
If
there are no configuration exceptions, asynchronous
46
if
(typeof(this.doc) != 'undefined') {
51
if
(docsLoaded == 1) {
70
if
(++docsLoaded == 1) {
78
Returns the table's CAPTION, or void
if
none exists.
87
if
(checkInitialization(builder, "table01") != null) return;
94
if
(typeof(this.doc) != 'undefined') {
/external/webkit/LayoutTests/dom/xhtml/level1/core/
hc_documentgetimplementation.js
30
//
If
there are no configuration exceptions, asynchronous
46
if
(typeof(this.doc) != 'undefined') {
51
if
(docsLoaded == 1) {
70
if
(++docsLoaded == 1) {
79
"getImplementation()" method.
If
contentType="text/html",
90
if
(checkInitialization(builder, "hc_documentgetimplementation") != null) return;
97
if
(typeof(this.doc) != 'undefined') {
105
if
(
hc_documentgetrootnode.js
30
//
If
there are no configuration exceptions, asynchronous
46
if
(typeof(this.doc) != 'undefined') {
51
if
(docsLoaded == 1) {
70
if
(++docsLoaded == 1) {
87
if
(checkInitialization(builder, "hc_documentgetrootnode") != null) return;
93
if
(typeof(this.doc) != 'undefined') {
102
if
(
hc_elementgettagname.js
30
//
If
there are no configuration exceptions, asynchronous
46
if
(typeof(this.doc) != 'undefined') {
51
if
(docsLoaded == 1) {
70
if
(++docsLoaded == 1) {
87
if
(checkInitialization(builder, "hc_elementgettagname") != null) return;
93
if
(typeof(this.doc) != 'undefined') {
102
if
(
hc_namednodemapnumberofnodes.js
30
//
If
there are no configuration exceptions, asynchronous
46
if
(typeof(this.doc) != 'undefined') {
51
if
(docsLoaded == 1) {
70
if
(++docsLoaded == 1) {
87
if
(checkInitialization(builder, "hc_namednodemapnumberofnodes") != null) return;
95
if
(typeof(this.doc) != 'undefined') {
106
if
(
hc_nodeelementnodename.js
30
//
If
there are no configuration exceptions, asynchronous
46
if
(typeof(this.doc) != 'undefined') {
51
if
(docsLoaded == 1) {
70
if
(++docsLoaded == 1) {
89
if
(checkInitialization(builder, "hc_nodeelementnodename") != null) return;
95
if
(typeof(this.doc) != 'undefined') {
104
if
(
hc_nodegetownerdocument.js
30
//
If
there are no configuration exceptions, asynchronous
46
if
(typeof(this.doc) != 'undefined') {
51
if
(docsLoaded == 1) {
70
if
(++docsLoaded == 1) {
86
if
(checkInitialization(builder, "hc_nodegetownerdocument") != null) return;
95
if
(typeof(this.doc) != 'undefined') {
108
if
(
hc_nodegetownerdocumentnull.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 "getOwnerDocument()" method returns null
if
the target
95
if
(checkInitialization(builder, "hc_nodegetownerdocumentnull") != null) return;
100
if
(typeof(this.doc) != 'undefined') {
hc_nodehaschildnodes.js
30
//
If
there are no configuration exceptions, asynchronous
46
if
(typeof(this.doc) != 'undefined') {
51
if
(docsLoaded == 1) {
70
if
(++docsLoaded == 1) {
78
The "hasChildNodes()" method returns true
if
the node
90
if
(checkInitialization(builder, "hc_nodehaschildnodes") != null) return;
97
if
(typeof(this.doc) != 'undefined') {
/external/webkit/LayoutTests/dom/xhtml/level2/events/
createEvent02.js
30
//
If
there are no configuration exceptions, asynchronous
47
if
(typeof(this.doc) != 'undefined') {
52
if
(docsLoaded == 1) {
71
if
(++docsLoaded == 1) {
81
Only applicable
if
implementation supports MutationEvents.
88
if
(checkInitialization(builder, "createEvent02") != null) return;
93
if
(typeof(this.doc) != 'undefined') {
createEvent03.js
30
//
If
there are no configuration exceptions, asynchronous
47
if
(typeof(this.doc) != 'undefined') {
52
if
(docsLoaded == 1) {
71
if
(++docsLoaded == 1) {
81
Only applicable
if
implementation supports the "UIEvents" feature.
88
if
(checkInitialization(builder, "createEvent03") != null) return;
93
if
(typeof(this.doc) != 'undefined') {
createEvent04.js
30
//
If
there are no configuration exceptions, asynchronous
47
if
(typeof(this.doc) != 'undefined') {
52
if
(docsLoaded == 1) {
71
if
(++docsLoaded == 1) {
81
Only applicable
if
implementation supports the "UIEvents" feature.
88
if
(checkInitialization(builder, "createEvent04") != null) return;
93
if
(typeof(this.doc) != 'undefined') {
createEvent05.js
30
//
If
there are no configuration exceptions, asynchronous
47
if
(typeof(this.doc) != 'undefined') {
52
if
(docsLoaded == 1) {
71
if
(++docsLoaded == 1) {
81
Only applicable
if
implementation supports the "HTMLEvents" feature.
88
if
(checkInitialization(builder, "createEvent05") != null) return;
93
if
(typeof(this.doc) != 'undefined') {
/external/webkit/LayoutTests/dom/xhtml/level2/html/
HTMLBodyElement09.js
30
//
If
there are no configuration exceptions, asynchronous
46
if
(typeof(this.doc) != 'undefined') {
51
if
(docsLoaded == 1) {
70
if
(++docsLoaded == 1) {
78
Checks that Node.isSupported("xhTmL", null) returns true
if
hasFeature("XML", null) is true.
86
if
(checkInitialization(builder, "HTMLBodyElement09") != null) return;
95
if
(typeof(this.doc) != 'undefined') {
HTMLBodyElement10.js
30
//
If
there are no configuration exceptions, asynchronous
46
if
(typeof(this.doc) != 'undefined') {
51
if
(docsLoaded == 1) {
70
if
(++docsLoaded == 1) {
78
Checks that Node.isSupported("xhTmL", "2.0") returns true
if
hasFeature("XML", "2.0") is true.
86
if
(checkInitialization(builder, "HTMLBodyElement10") != null) return;
94
if
(typeof(this.doc) != 'undefined') {
HTMLButtonElement02.js
30
//
If
there are no configuration exceptions, asynchronous
46
if
(typeof(this.doc) != 'undefined') {
51
if
(docsLoaded == 1) {
70
if
(++docsLoaded == 1) {
78
The form attribute returns null
if
control in not within the context of
89
if
(checkInitialization(builder, "HTMLButtonElement02") != null) return;
96
if
(typeof(this.doc) != 'undefined') {
HTMLDocument03.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 document, or null
if
the server cannot be identified by a domain name.
89
if
(checkInitialization(builder, "HTMLDocument03") != null) return;
96
if
(typeof(this.doc) != 'undefined') {
HTMLDocument17.js
30
//
If
there are no configuration exceptions, asynchronous
46
if
(typeof(this.doc) != 'undefined') {
51
if
(docsLoaded == 1) {
70
if
(++docsLoaded == 1) {
86
if
(checkInitialization(builder, "HTMLDocument17") != null) return;
92
if
(typeof(this.doc) != 'undefined') {
101
if
(
HTMLDocument24.js
30
//
If
there are no configuration exceptions, asynchronous
46
if
(typeof(this.doc) != 'undefined') {
51
if
(docsLoaded == 1) {
70
if
(++docsLoaded == 1) {
78
Checks that Node.isSupported("xhTmL", null) returns true
if
hasFeature("XML", null) is true.
86
if
(checkInitialization(builder, "HTMLDocument24") != null) return;
94
if
(typeof(this.doc) != 'undefined') {
HTMLDocument25.js
30
//
If
there are no configuration exceptions, asynchronous
46
if
(typeof(this.doc) != 'undefined') {
51
if
(docsLoaded == 1) {
70
if
(++docsLoaded == 1) {
78
Checks that Node.isSupported("xhTmL", "2.0") returns true
if
hasFeature("XML", "2.0") is true.
86
if
(checkInitialization(builder, "HTMLDocument25") != null) return;
93
if
(typeof(this.doc) != 'undefined') {
HTMLFieldSetElement02.js
30
//
If
there are no configuration exceptions, asynchronous
46
if
(typeof(this.doc) != 'undefined') {
51
if
(docsLoaded == 1) {
70
if
(++docsLoaded == 1) {
78
The form attribute returns null
if
control in not within the context of
89
if
(checkInitialization(builder, "HTMLFieldSetElement02") != null) return;
96
if
(typeof(this.doc) != 'undefined') {
HTMLFrameElement06.js
30
//
If
there are no configuration exceptions, asynchronous
46
if
(typeof(this.doc) != 'undefined') {
51
if
(docsLoaded == 1) {
70
if
(++docsLoaded == 1) {
78
The noResize attribute specifies
if
the user can resize the frame. When
90
if
(checkInitialization(builder, "HTMLFrameElement06") != null) return;
97
if
(typeof(this.doc) != 'undefined') {
HTMLFrameElement09.js
30
//
If
there are no configuration exceptions, asynchronous
46
if
(typeof(this.doc) != 'undefined') {
51
if
(docsLoaded == 1) {
70
if
(++docsLoaded == 1) {
79
if
there is any and it is available, or null otherwise.
90
if
(checkInitialization(builder, "HTMLFrameElement09") != null) return;
97
if
(typeof(this.doc) != 'undefined') {
HTMLHtmlElement01.js
30
//
If
there are no configuration exceptions, asynchronous
46
if
(typeof(this.doc) != 'undefined') {
51
if
(docsLoaded == 1) {
70
if
(++docsLoaded == 1) {
91
if
(checkInitialization(builder, "HTMLHtmlElement01") != null) return;
98
if
(typeof(this.doc) != 'undefined') {
108
if
(
Completed in 242 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>