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

1 2 34 5 6

  /external/webkit/LayoutTests/http/tests/appcache/
foreign-fallback.html 13 applicationCache.addEventListener('cached', test, false);
14 applicationCache.addEventListener('noupdate', test, false);
simple.html 48 applicationCache.addEventListener('cached', cached, false);
49 applicationCache.addEventListener('noupdate', cached, false);
deferred-events-delete-while-raising.html 19 window.applicationCache.onchecking = function() {
online-whitelist.html 72 applicationCache.addEventListener('cached', test, false);
73 applicationCache.addEventListener('noupdate', test, false);
destroyed-frame.html 27 ifrCache = frames[0].applicationCache;
  /external/webkit/LayoutTests/http/tests/appcache/resources/
access-via-redirect.html 42 applicationCache.addEventListener('cached', cached, false);
43 applicationCache.addEventListener('noupdate', cached, false);
  /cts/tests/tests/webkitsecurity/assets/
dispatchEvent-crash.html 7 var eventTargets = [new XMLHttpRequest, (new XMLHttpRequest).upload, window.applicationCache, new Worker("about:blank"), document.body];
  /external/webkit/Source/WebCore/loader/appcache/
ApplicationCacheGroup.cpp 31 #include "ApplicationCache.h"
99 ApplicationCache* ApplicationCacheGroup::cacheForMainRequest(const ResourceRequest& request, DocumentLoader*)
101 if (!ApplicationCache::requestIsHTTPOrHTTPSGet(request))
118 ApplicationCache* ApplicationCacheGroup::fallbackCacheForMainRequest(const ResourceRequest& request, DocumentLoader*)
120 if (!ApplicationCache::requestIsHTTPOrHTTPSGet(request))
145 ASSERT(!documentLoader->applicationCacheHost()->applicationCache());
156 ApplicationCache* mainResourceCache = documentLoader->applicationCacheHost()->mainResourceApplicationCache();
188 if (!ApplicationCache::requestIsHTTPOrHTTPSGet(request))
218 ASSERT(!documentLoader->applicationCacheHost()->applicationCache());
220 ApplicationCache* mainResourceCache = documentLoader->applicationCacheHost()->mainResourceApplicationCache()
    [all...]
ManifestParser.h 31 #include "ApplicationCache.h"
ApplicationCacheStorage.cpp 31 #include "ApplicationCache.h"
50 static const char flatFileSubdirectory[] = "ApplicationCache";
122 RefPtr<ApplicationCache> cache = loadCache(newestCacheStorageID);
208 if (ApplicationCache* cache = group->newestCache()) {
239 RefPtr<ApplicationCache> cache = loadCache(newestCacheID);
276 if (ApplicationCache* cache = group->newestCache()) {
310 RefPtr<ApplicationCache> cache = loadCache(newestCacheID);
358 if (ApplicationCache* newestCache = group->newestCache())
483 bool ApplicationCacheStorage::remainingSizeForOriginExcludingCache(const SecurityOrigin* origin, ApplicationCache* cache, int64_t& remainingSize)
601 m_cacheFile = pathByAppendingComponent(m_cacheDirectory, "ApplicationCache.db")
    [all...]
  /external/webkit/Source/WebCore/inspector/front-end/
ApplicationCacheItemsView.js 71 this.updateStatus(applicationCache.UNCACHED);
107 statusInformation[applicationCache.UNCACHED] = { src: "Images/warningOrangeDot.png", text: "UNCACHED" };
108 statusInformation[applicationCache.IDLE] = { src: "Images/warningOrangeDot.png", text: "IDLE" };
109 statusInformation[applicationCache.CHECKING] = { src: "Images/successGreenDot.png", text: "CHECKING" };
110 statusInformation[applicationCache.DOWNLOADING] = { src: "Images/successGreenDot.png", text: "DOWNLOADING" };
111 statusInformation[applicationCache.UPDATEREADY] = { src: "Images/successGreenDot.png", text: "UPDATEREADY" };
112 statusInformation[applicationCache.OBSOLETE] = { src: "Images/errorRedDot.png", text: "OBSOLETE" };
300 InspectorBackend.registerDomainDispatcher("ApplicationCache", new WebInspector.ApplicationCacheDispatcher());
  /external/webkit/Source/WebKit/mac/WebCoreSupport/
WebApplicationCache.mm 31 #import <WebCore/ApplicationCache.h>
68 ApplicationCache::deleteCacheForOrigin([origin _core]);
  /external/webkit/Source/WebKit2/WebProcess/ApplicationCache/
WebApplicationCacheManager.cpp 33 #include <WebCore/ApplicationCache.h>
95 ApplicationCache::deleteCacheForOrigin(origin.get());
  /external/webkit/Source/WebCore/inspector/
InspectorApplicationCacheAgent.h 72 InspectorFrontend::ApplicationCache* m_frontend;
InspectorApplicationCacheAgent.cpp 54 m_frontend = frontend->applicationcache();
generate-inspector-idl 89 "ApplicationCache": "OFFLINE_WEB_APPLICATIONS",
  /external/webkit/Source/WebKit2/
DerivedSources.make 27 $(WebKit2)/WebProcess/ApplicationCache \
WebKit2.pri 41 $$SOURCE_DIR/WebKit2/WebProcess/ApplicationCache \
DerivedSources.pro 78 WebProcess/ApplicationCache \
WebKit2.pro 232 WebProcess/ApplicationCache/WebApplicationCacheManager.h \
444 WebProcess/ApplicationCache/WebApplicationCacheManager.cpp \
GNUmakefile.am 493 Source/WebKit2/WebProcess/ApplicationCache/WebApplicationCacheManager.h \
494 Source/WebKit2/WebProcess/ApplicationCache/WebApplicationCacheManager.cpp \
    [all...]
  /cts/libs/testserver/src/android/webkit/cts/
CtsTestServer.java 587 " window.applicationCache.onnoupdate = " +
589 " window.applicationCache.oncached = " +
591 " window.applicationCache.onupdateready = " +
593 " window.applicationCache.onobsolete = " +
595 " window.applicationCache.onerror = " +
    [all...]
  /cts/tests/tests/security/src/android/security/cts/
SqliteJournalLeakTest.java 39 "/com.android.browser/app_appcache/ApplicationCache.db",
  /external/webkit/Source/WebKit2/win/
WebKit2Common.vsprops 9 AdditionalIncludeDirectories="&quot;$(ProjectDir)&quot;;&quot;$(ProjectDir)\..&quot;;&quot;$(ProjectDir)\..\Platform&quot;;&quot;$(ProjectDir)\..\Platform\cg&quot;;&quot;$(ProjectDir)\..\Platform\CoreIPC&quot;;&quot;$(ProjectDir)\..\PluginProcess&quot;;&quot;$(ProjectDir)\..\Shared&quot;;&quot;$(ProjectDir)\..\Shared\win&quot;;&quot;$(ProjectDir)\..\Shared\cf&quot;;&quot;$(ProjectDir)\..\Shared\API\c&quot;;&quot;$(ProjectDir)\..\Shared\API\c\cf&quot;;&quot;$(ProjectDir)\..\Shared\API\c\win&quot;;&quot;$(ProjectDir)\..\Shared\CoreIPCSupport&quot;;&quot;$(ProjectDir)\..\Shared\Plugins&quot;;&quot;$(ProjectDir)\..\Shared\Plugins\Netscape&quot;;&quot;$(ProjectDir)\..\UIProcess&quot;;&quot;$(ProjectDir)\..\UIProcess\API\C&quot;;&quot;$(ProjectDir)\..\UIProcess\API\C\win&quot;;&quot;$(ProjectDir)\..\UIProcess\API\cpp&quot;;&quot;$(ProjectDir)\..\UIProcess\API\win&quot;;&quot;$(ProjectDir)\..\UIProcess\Authentication&quot;;&quot;$(ProjectDir)\..\UIProcess\Downloads&quot;;&quot;$(ProjectDir)\..\UIProcess\Launcher&quot;;&quot;$(ProjectDir)\..\UIProcess\Plugins&quot;;&quot;$(ProjectDir)\..\UIProcess\win&quot;;&quot;$(ProjectDir)\..\WebProcess&quot;;&quot;$(ProjectDir)\..\WebProcess\WebCoreSupport&quot;;&quot;$(ProjectDir)\..\WebProcess\WebCoreSupport\win&quot;;&quot;$(ProjectDir)\..\WebProcess\WebPage&quot;;&quot;$(ProjectDir)\..\WebProcess\WebPage\win&quot;;&quot;$(ProjectDir)\..\WebProcess\IconDatabase&quot;;&quot;$(ProjectDir)\..\WebProcess\InjectedBundle&quot;;&quot;$(ProjectDir)\..\WebProcess\InjectedBundle\API\c&quot;;&quot;$(ProjectDir)\..\WebProcess\InjectedBundle\DOM&quot;;&quot;$(ProjectDir)\..\WebProcess\InjectedBundle\win&quot;;&quot;$(ProjectDir)\..\WebProcess\Plugins&quot;;&quot;$(ProjectDir)\..\WebProcess\Plugins\Netscape&quot;;&quot;$(ProjectDir)\..\WebProcess\win&quot;;&quot;$(ProjectDir)\..\WebProcess\ApplicationCache&quot;;&quot;$(ProjectDir)\..\WebProcess\Authentication&quot;;&quot;$(ProjectDir)\..\WebProcess\Cookies&quot;;&quot;$(ProjectDir)\..\WebProcess\Cookies\cf&quot;;&quot;$(ProjectDir)\..\WebProcess\Downloads&quot;;&quot;$(ProjectDir)\..\WebProcess\Downloads\cf&quot;;&quot;$(ProjectDir)\..\WebProcess\FullScreen&quot;;&quot;$(ProjectDir)\..\WebProcess\Geolocation&quot;;&quot;$(ProjectDir)\..\WebProcess\KeyValueStorage&quot;;&quot;$(ProjectDir)\..\WebProcess\MediaCache&quot;;&quot;$(ProjectDir)\..\WebProcess\ResourceCache&quot;;&quot;$(ConfigurationBuildDir)\obj\$(ProjectName)\DerivedSources&quot;;&quot;$(ConfigurationBuildDir)\Include&quot;;&quot;$(ConfigurationBuildDir)\Include\private&quot;;&quot;$(WebKitLibrariesDir)\Include&quot;;&quot;$(WebKitLibrariesDir)\Include\private&quot;;&quot;$(WebKitLibrariesDir)\Include\pthreads&quot;;&quot;$(ConfigurationBuildDir)\Include\JavaScriptCore&quot;;&quot;$(ConfigurationBuildDir)\Include\private\JavaScriptCore&quot;;&quot;$(WebKitLibrariesDir)\Include\JavaScriptCore&quot;;&quot;$(WebKitLibrariesDir)\Include\private\JavaScriptCore&quot;;&quot;$(ConfigurationBuildDir)\Include\WebCore\ForwardingHeaders&quot;;&quot;$(WebKitLibrariesDir)\Include\WebCore\ForwardingHeaders&quot;"
  /frameworks/base/core/java/android/webkit/
WebStorageClassic.java 278 * Sets the maximum size of the ApplicationCache.

Completed in 871 milliseconds

1 2 34 5 6