OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:window
(Results
26 - 50
of
2765
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/webkit/WebCore/manual-tests/
invalid-mouse-event.html
2
Use of
window
.open &
window
.close can cause crash.</p>
11
<button onclick="
window
.open('invalid-mouse-event.html?2', '', '');">Start</button>
17
window
.opener.location =
window
.opener.location;
18
window
.close();
20
window
.open('invalid-mouse-event.html?1', '', '');
modal-dialog.html
9
window
.returnValue = document.form.toWindow.value;
10
window
.close();
15
document.form.fromWindow.value =
window
.dialogArguments;
21
<p>Here is the text from the main
window
: <input name="fromWindow"></p>
22
<p>Type text here to be sent back to the main
window
: <input name="toWindow" value="from modal
window
"></p>
window-close-during-parsing.html
3
<p>This test checks a
window
.close called in the midst of parsing a page.
7
<input type=button value="Run Test 1" onclick='
window
.open("resources/
window
-close-during-parsing-popup1.html")'>
13
<input type=button value="Run Test 2" onclick='
window
.open("resources/
window
-close-during-parsing-popup2.html")'>
14
<p>If this test passes, you should see a
window
open and then close.
bad-clearTimeout-crash.html
6
if (
window
.layoutTestController)
12
window
.location = "data:text/html,This test shouldn't crash. PASS.<scr" + "ipt>if (
window
.layoutTestController) layoutTestController.notifyDone()</scr" + "ipt>";
target_new-1.html
7
<li>Clicking <a href="#" onclick="alert(
window
.opener)">here</a> should alert "[object
Window
]"</li>
8
<li>Clicking <a href="#" onclick="alert(
window
.opener.aVar)">here</a> should alert "some value"</li>
9
<li>Clicking <a href="#" onclick="
window
.opener.externallyCalled()">here</a> should alert "hello from opener"</li>
/frameworks/base/core/java/android/view/
IWindowSession.aidl
30
* System private per-application interface to the
window
manager.
35
int add(IWindow
window
, in WindowManager.LayoutParams attrs,
37
void remove(IWindow
window
);
40
* Change the parameters of a
window
. You supply the
41
* new parameters, it returns the new frame of the
window
on screen (the
42
* position should be ignored) and surface of the
window
. The surface
43
* will be invalid if the
window
is currently hidden, else you can use it
44
* to draw the
window
's contents.
46
* @param
window
The
window
being modified
[
all
...]
/external/webkit/LayoutTests/http/tests/appcache/
deferred-events-delete-while-raising.html
5
var isParentFrame =
window
==
window
.top;
8
if (
window
.layoutTestController) {
13
window
.onmessage = function() {
15
if (
window
.layoutTestController)
19
window
.applicationCache.onchecking = function() {
manifest-redirect-2.html
7
if (
window
.layoutTestController) {
19
log("FAIL: An event was dispatched on
window
.applicationCache, even though it was not associated wuth any cache yet.");
25
if (
window
.applicationCache.status !=
window
.applicationCache.UNCACHED)
26
log("FAILURE: Unexpected cache status: " +
window
.applicationCache.status);
30
if (
window
.layoutTestController)
manifest-redirect.html
7
if (
window
.layoutTestController) {
19
log("FAIL: An event was dispatched on
window
.applicationCache, even though it was not associated wuth any cache yet.");
25
if (
window
.applicationCache.status !=
window
.applicationCache.UNCACHED)
26
log("FAILURE: Unexpected cache status: " +
window
.applicationCache.status);
30
if (
window
.layoutTestController)
resource-redirect-2.html
7
if (
window
.layoutTestController) {
19
log("FAIL: An unexpected event was dispatched on
window
.applicationCache.");
25
if (
window
.applicationCache.status !=
window
.applicationCache.UNCACHED)
26
log("FAILURE: Unexpected cache status: " +
window
.applicationCache.status);
30
if (
window
.layoutTestController)
resource-redirect.html
7
if (
window
.layoutTestController) {
19
log("FAIL: An unexpected event was dispatched on
window
.applicationCache.");
25
if (
window
.applicationCache.status !=
window
.applicationCache.UNCACHED)
26
log("FAILURE: Unexpected cache status: " +
window
.applicationCache.status);
30
if (
window
.layoutTestController)
wrong-content-type.html
7
if (
window
.layoutTestController) {
19
log("FAIL: An event was dispatched on
window
.applicationCache, even though it was not associated wuth any cache yet.");
25
if (
window
.applicationCache.status !=
window
.applicationCache.UNCACHED)
26
log("FAILURE: Unexpected cache status: " +
window
.applicationCache.status);
30
if (
window
.layoutTestController)
wrong-signature-2.html
7
if (
window
.layoutTestController) {
19
log("FAIL: An event was dispatched on
window
.applicationCache, even though it was not associated wuth any cache yet.");
25
if (
window
.applicationCache.status !=
window
.applicationCache.UNCACHED)
26
log("FAILURE: Unexpected cache status: " +
window
.applicationCache.status);
30
if (
window
.layoutTestController)
wrong-signature.html
7
if (
window
.layoutTestController) {
19
log("FAIL: An event was dispatched on
window
.applicationCache, even though it was not associated wuth any cache yet.");
25
if (
window
.applicationCache.status !=
window
.applicationCache.UNCACHED)
26
log("FAILURE: Unexpected cache status: " +
window
.applicationCache.status);
30
if (
window
.layoutTestController)
navigating-away-while-cache-attempt-in-progress.html
4
if (
window
.layoutTestController) {
10
if (
window
.layoutTestController)
13
window
.location.href = "about:blank"
detached-iframe-expected.txt
1
Test that accessing a detached iframe's applicationCache
window
property doesn't assert. If you don't see an assert, it passed.
disabled-expected.txt
1
Test to ensure the the
window
.applicationCache attribute is defined but non-functional with the feature disabled.
/external/webkit/LayoutTests/storage/domstorage/localstorage/resources/
iframe-events-second.html
11
parent.log("Storage Area - " + ((e.storageArea ==
window
.localStorage) ? "This
window
's
window
.localStorage" : "Another
window
's
window
.localStorage"));
21
<body onload="
window
.addEventListener('storage', handleStorageEvent, false);">
/external/webkit/LayoutTests/storage/domstorage/sessionstorage/resources/
iframe-events-second.html
11
parent.log("Storage Area - " + ((e.storageArea ==
window
.sessionStorage) ? "This
window
's
window
.sessionStorage" : "Another
window
's
window
.sessionStorage"));
21
<body onload="
window
.addEventListener('storage', handleStorageEvent, false);">
/external/webkit/LayoutTests/storage/
transaction-callback-exception-crash.html
4
if (
window
.layoutTestController) {
11
if (
window
.layoutTestController)
12
window
.setTimeout(function() { layoutTestController.notifyDone() }, 0);
/external/webkit/LayoutTests/fast/dom/Geolocation/resources/
watch.js
28
window
.layoutTestController.setGeolocationPermission(true);
29
window
.layoutTestController.setMockGeolocationPosition(mockLatitude, mockLongitude, mockAccuracy);
36
window
.layoutTestController.setMockGeolocationPosition(++mockLatitude, ++mockLongitude, ++mockAccuracy);
40
window
.layoutTestController.setMockGeolocationError(mockCode, mockMessage);
45
window
.layoutTestController.notifyDone();
49
window
.layoutTestController.notifyDone();
55
window
.layoutTestController.setMockGeolocationPosition(++mockLatitude, ++mockLongitude, ++mockAccuracy);
59
window
.layoutTestController.notifyDone();
62
window
.layoutTestController.waitUntilDone();
permission-denied-stops-watches.js
5
window
.layoutTestController.setGeolocationPermission(false);
6
window
.layoutTestController.setMockGeolocationPosition(51.478, -0.166, 100.0);
12
window
.layoutTestController.notifyDone();
16
window
.layoutTestController.notifyDone();
26
window
.layoutTestController.setMockGeolocationPosition(55.478, -0.166, 100);
27
window
.setTimeout(completeTest, 0);
33
window
.layoutTestController.notifyDone();
35
window
.layoutTestController.waitUntilDone();
reentrant-success.js
7
window
.layoutTestController.setGeolocationPermission(true);
8
window
.layoutTestController.setMockGeolocationPosition(mockLatitude,
17
window
.layoutTestController.notifyDone();
29
window
.layoutTestController.notifyDone();
33
window
.layoutTestController.setMockGeolocationPosition(++mockLatitude,
43
window
.layoutTestController.notifyDone();
46
window
.layoutTestController.notifyDone();
49
window
.layoutTestController.waitUntilDone();
/external/webkit/WebCore/manual-tests/resources/
Default-port-frame-contents.html
3
window
.testData = "Sam is SOOOOOO hot!";
/external/webkit/LayoutTests/storage/domstorage/localstorage/
window-open-expected.txt
3
Logging from second
window
:
6
Value for FOO in my opening
window
is BAR-NEWWINDOW
Completed in 299 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>