Home | History | Annotate | Download | only in appcache

Lines Matching full:false

22     req.open("GET", "/resources/network-simulator.php?command=" + (state ? "connect" : "disconnect"), false);
36 var hadError = false;
38 applicationCache.removeEventListener('noupdate', cached, false);
39 applicationCache.removeEventListener('cached', cached, false);
41 setNetworkEnabled(false);
46 req.open("GET", "/resources/network-simulator.php?path=/appcache/resources/not-in-cache.txt", false);
61 req.open("GET", "/resources/network-simulator.php?path=/appcache/resources/simple.txt", false);
96 applicationCache.addEventListener('cached', cached, false);
97 applicationCache.addEventListener('noupdate', cached, false);
99 applicationCache.addEventListener('error', error, false);