HomeSort by relevance Sort by last modified time
    Searched full:applicationcache (Results 26 - 50 of 134) sorted by null

12 3 4 5 6

  /external/webkit/LayoutTests/http/tests/appcache/
idempotent-update-expected.txt 1 Test what applicationCache.update() does if update is already in progess.
foreign-iframe-main.html 25 applicationCache.addEventListener('checking', function() { log("checking") }, false);
26 applicationCache.addEventListener('error', function() { log("error") }, false);
27 applicationCache.addEventListener('downloading', function() { log("downloading") }, false);
28 applicationCache.addEventListener('progress', function() { log("progress") }, false);
29 applicationCache.addEventListener('updateready', function() { log("updateready") }, false);
30 applicationCache.addEventListener('obsolete', function() { log("obsolete") }, false);
32 applicationCache.addEventListener('noupdate', function() { log("noupdate"); test() }, false);
33 applicationCache.addEventListener('cached', function() { log("cached"); test() }, false);
top-frame-2.html 41 applicationCache.onnoupdate = null;
42 applicationCache.oncached = null;
45 applicationCache.onchecking = function() { debug("checking"); receivedCheckingEvent = true; checkDone(); }
46 applicationCache.onnoupdate = function() { debug("noupdate"); receivedNoupdateEvent = true; checkDone(); }
53 applicationCache.onnoupdate = function() { test() }
54 applicationCache.oncached = function() { test() }
56 applicationCache.onupdateready = function() { log("FAIL: received unexpected updateready event") }
57 applicationCache.onerror = function() { log("FAIL: received unexpected error event") }
disabled.html 3 <p>Test to ensure the the window.applicationCache attribute is defined but non-functional with the feature disabled.</p>
17 if (window.applicationCache)
24 return applicationCache.status == 0;
29 applicationCache.swapCache();
38 applicationCache.swapCache();
main-resource-redirect.html 20 applicationCache.oncached = null;
21 applicationCache.onnoupdate = null;
35 applicationCache.oncached=test;
36 applicationCache.onnoupdate=test;
37 applicationCache.onerror = function() { setNetworkEnabled(true); window.location.reload(); }
fail-on-update-2.html 20 applicationCache.update();
46 if (applicationCache.status != applicationCache.UNCACHED && applicationCache.status != applicationCache.OBSOLETE) {
55 applicationCache.addEventListener('noupdate', function() { setTimeout(test, 0) }, false);
56 applicationCache.addEventListener('cached', function() { setTimeout(test, 0) }, false);
fail-on-update.html 20 applicationCache.update();
29 if (applicationCache.status != applicationCache.UNCACHED && applicationCache.status != applicationCache.OBSOLETE) {
38 applicationCache.addEventListener('noupdate', function() { setTimeout(test, 0) }, false);
39 applicationCache.addEventListener('cached', function() { setTimeout(test, 0) }, false);
document-write-html-element.html 10 applicationCache.oncached = function() {
13 applicationCache.onnoupdate = function() {
16 applicationCache.onerror = function() {
insert-html-element-with-manifest-2.html 14 applicationCache.oncached = function() {
17 applicationCache.onnoupdate = function() {
20 applicationCache.onerror = function() {
insert-html-element-with-manifest.html 15 applicationCache.oncached = function() {
18 applicationCache.onnoupdate = function() {
21 applicationCache.onerror = function() {
remove-cache.html 39 applicationCache.onnoupdate = test2;
44 applicationCache.onnoupdate = function() { log("Unexpected noupdate event") }
45 applicationCache.oncached = function() { log("Unexpected cached event") }
52 applicationCache.onobsolete = test3;
57 applicationCache.onchecking = function() { log("Unexpected checking event after obsolete event") }
58 applicationCache.onupdateready = function() { log("Unexpected updateready event after obsolete event") }
59 applicationCache.onerror = function() { log("Unexpected error event after obsolete event") }
60 applicationCache.onnoupdate = function() { log("Unexpected noupdate event after obsolete event") }
61 applicationCache.oncached = function() { log("Unexpected cached event after obsolete event") }
75 applicationCache.onupdateready = null
    [all...]
max-size.html 19 applicationCache.onerror = function() { log("SUCCESS"); }
20 applicationCache.oncached = function() { log("FAIL: received unexpected cached event"); }
21 applicationCache.onnoupdate = function() { log("FAIL: received unexpected onnoupdate event"); }
22 applicationCache.onupdateready = function() { log("FAIL: received unexpected onupdateready event"); }
detached-iframe.html 2 <p>Test that accessing a detached iframe's applicationCache window property doesn't assert. If you don't see an assert, it passed.</p>
12 ifr.applicationCache;
manifest-containing-itself.html 20 applicationCache.addEventListener('cached', cached, false);
21 applicationCache.addEventListener('noupdate', cached, false);
  /external/webkit/LayoutTests/http/tests/appcache/resources/
origin-delete-iframe.html 4 applicationCache.oncached = function() { parent.postMessage("PASS - cached iframe-1", "*"); };
5 applicationCache.onerror = function() { parent.postMessage("FAIL - error caching iframe-1, expected this to succeed", "*"); };
6 applicationCache.onnoupdate = function() { parent.postMessage("FAIL - no update iframe-1, all caches should have been deleted before this test", "*"); };
11 parent.postMessage("appcache_status=" + applicationCache.status, "*");
subframe-3.html 5 applicationCache.onnoupdate = null;
19 applicationCache.onnoupdate = test;
21 applicationCache.onupdateready = function() { alert("Unexpected updateready event") }
22 applicationCache.oncached = function() { alert("Unexpected cached event") }
23 applicationCache.onerror = function() { alert("Unexpected error event") }
subframe-4.html 5 applicationCache.onnoupdate = null;
19 applicationCache.onnoupdate = test;
21 applicationCache.onupdateready = function() { alert("Unexpected updateready event") }
22 applicationCache.oncached = function() { alert("Unexpected cached event") }
23 applicationCache.onerror = function() { alert("Unexpected error event") }
quota-origin-iframe-1.html 4 applicationCache.oncached = function() { parent.postMessage("PASS - cached iframe-1", "*"); };
5 applicationCache.onerror = function() { parent.postMessage("FAIL - error caching iframe-1, expected this to succeed and fit in the quota", "*"); };
6 applicationCache.onnoupdate = function() { parent.postMessage("FAIL - no update iframe-1, all caches should have been deleted before this test", "*"); };
quota-origin-iframe-2.html 4 applicationCache.oncached = function() { parent.postMessage("FAIL - cached iframe-2, expected this this fail because it reached the quota", "*"); };
5 applicationCache.onerror = function() { parent.postMessage("PASS - error caching iframe-2 as expected", "*"); };
6 applicationCache.onnoupdate = function() { parent.postMessage("FAIL - no update iframe-2, all caches should have been deleted before this test", "*"); };
quota-origin-iframe-3.html 4 applicationCache.oncached = function() { parent.postMessage("PASS - cached iframe-3", "*"); };
5 applicationCache.onerror = function() { parent.postMessage("FAIL - error caching iframe-3, expected this to succeed with the quota increased", "*"); };
6 applicationCache.onnoupdate = function() { parent.postMessage("FAIL - no update iframe-3, all caches should have been deleted before this test", "*"); };
different-https-origin-resource.html 30 applicationCache.onprogress = progressHandler;
31 applicationCache.onnoupdate = function() { finish(); }
32 applicationCache.oncached = function() { finish(); }
33 applicationCache.onerror = function() { error(); }
crash-when-navigating-away-then-back.html 18 applicationCache.addEventListener('cached', cached, false);
19 applicationCache.addEventListener('noupdate', noupdate, false);
reload-iframe.html 16 applicationCache.onnoupdate = function() { parent.postMessage("Frame loaded", "*") }
17 applicationCache.oncached = function() { parent.postMessage("Frame loaded", "*") }
  /cts/tests/tests/webkitsecurity/assets/
crash-when-navigating-away-then-back.html 18 applicationCache.addEventListener('cached', cached, false);
19 applicationCache.addEventListener('noupdate', noupdate, false);
  /external/webkit/LayoutTests/http/tests/appcache/resources/auth/
iframe.php 11 echo " applicationCache.oncached = parent.success;\n";
12 echo " applicationCache.onnoupdate = parent.success;\n";

Completed in 131 milliseconds

12 3 4 5 6