Home
last modified time | relevance | path

Searched refs:requestIsHTTPOrHTTPSGet (Results 1 – 6 of 6) sorted by relevance

/external/webkit/WebCore/loader/appcache/
DApplicationCache.cpp118 bool ApplicationCache::requestIsHTTPOrHTTPSGet(const ResourceRequest& request) in requestIsHTTPOrHTTPSGet() function in WebCore::ApplicationCache
132 if (!requestIsHTTPOrHTTPSGet(request)) in resourceForRequest()
DApplicationCacheHost.cpp259 if (!ApplicationCache::requestIsHTTPOrHTTPSGet(request)) in shouldLoadResourceFromApplicationCache()
287 if (!ApplicationCache::requestIsHTTPOrHTTPSGet(request)) in getApplicationCacheFallbackResource()
DApplicationCache.h88 static bool requestIsHTTPOrHTTPSGet(const ResourceRequest&);
DApplicationCacheGroup.cpp86 if (!ApplicationCache::requestIsHTTPOrHTTPSGet(request)) in cacheForMainRequest()
105 if (!ApplicationCache::requestIsHTTPOrHTTPSGet(request)) in fallbackCacheForMainRequest()
170 if (!ApplicationCache::requestIsHTTPOrHTTPSGet(request)) in selectCache()
/external/webkit/WebCore/
DChangeLog-2008-08-1028274 (WebCore::ApplicationCache::requestIsHTTPOrHTTPSGet):
DChangeLog-2009-06-168114 (WebCore::ApplicationCache::requestIsHTTPOrHTTPSGet):