HomeSort by relevance Sort by last modified time
    Searched refs:applicationCache (Results 1 - 8 of 8) sorted by null

  /external/webkit/LayoutTests/http/tests/appcache/resources/
offline-access.js 3 applicationCache.oncached = function() { log("cached") }
4 applicationCache.onnoupdate = function() { log("noupdate") }
5 applicationCache.onerror = function() { log("error") }
  /external/webkit/WebCore/loader/appcache/
ApplicationCacheHost.cpp 31 #include "ApplicationCache.h"
139 if (!group && applicationCache() && !mainResourceApplicationCache())
140 group = applicationCache()->group();
222 return !applicationCache() && !candidateApplicationCacheGroup();
266 void ApplicationCacheHost::setApplicationCache(PassRefPtr<ApplicationCache> applicationCache)
273 m_applicationCache = applicationCache;
278 ApplicationCache* cache = applicationCache();
284 if (!ApplicationCache::requestIsHTTPOrHTTPSGet(request) || !equalIgnoringCase(request.url().protocol(), cache->manifestR (…)
    [all...]
ApplicationCacheHost.h 55 class ApplicationCache;
132 bool scheduleLoadFallbackResourceFromApplicationCache(ResourceLoader*, ApplicationCache* = 0);
134 bool getApplicationCacheFallbackResource(const ResourceRequest&, ApplicationCacheResource*&, ApplicationCache* = 0);
137 void setApplicationCache(PassRefPtr<ApplicationCache> applicationCache);
138 ApplicationCache* applicationCache() const { return m_applicationCache.get(); }
139 ApplicationCache* mainResourceApplicationCache() const { return m_mainResourceApplicationCache.get(); }
143 RefPtr<ApplicationCache> m_applicationCache;
150 RefPtr<ApplicationCache> m_mainResourceApplicationCache
    [all...]
ApplicationCacheGroup.cpp 31 #include "ApplicationCache.h"
85 ApplicationCache* ApplicationCacheGroup::cacheForMainRequest(const ResourceRequest& request, DocumentLoader*)
87 if (!ApplicationCache::requestIsHTTPOrHTTPSGet(request))
104 ApplicationCache* ApplicationCacheGroup::fallbackCacheForMainRequest(const ResourceRequest& request, DocumentLoader*)
106 if (!ApplicationCache::requestIsHTTPOrHTTPSGet(request))
131 ASSERT(!documentLoader->applicationCacheHost()->applicationCache());
142 ApplicationCache* mainResourceCache = documentLoader->applicationCacheHost()->mainResourceApplicationCache();
171 if (!ApplicationCache::requestIsHTTPOrHTTPSGet(request))
201 ASSERT(!documentLoader->applicationCacheHost()->applicationCache());
203 ApplicationCache* mainResourceCache = documentLoader->applicationCacheHost()->mainResourceApplicationCache()
    [all...]
ApplicationCacheStorage.cpp 31 #include "ApplicationCache.h"
117 RefPtr<ApplicationCache> cache = loadCache(newestCacheStorageID);
199 if (ApplicationCache* cache = group->newestCache()) {
230 RefPtr<ApplicationCache> cache = loadCache(newestCacheID);
267 if (ApplicationCache* cache = group->newestCache()) {
299 RefPtr<ApplicationCache> cache = loadCache(newestCacheID);
345 if (ApplicationCache* newestCache = group->newestCache())
465 m_cacheFile = pathByAppendingComponent(m_cacheDirectory, "ApplicationCache.db");
542 bool ApplicationCacheStorage::store(ApplicationCache* cache, ResourceStorageIDJournal* storageIDJournal)
562 ApplicationCache::ResourceMap::const_iterator end = cache->end()
    [all...]
  /external/webkit/WebCore/page/
DOMWindow.h 213 DOMApplicationCache* applicationCache() const;
DOMWindow.idl 160 readonly attribute [EnabledAtRuntime] DOMApplicationCache applicationCache;
    [all...]
DOMWindow.cpp 545 DOMApplicationCache* DOMWindow::applicationCache() const
    [all...]

Completed in 64 milliseconds