Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/loader/appcache/
DApplicationCache.cpp120 bool ApplicationCache::requestIsHTTPOrHTTPSGet(const ResourceRequest& request) in requestIsHTTPOrHTTPSGet() function in WebCore::ApplicationCache
134 if (!requestIsHTTPOrHTTPSGet(request)) in resourceForRequest()
DApplicationCache.h93 static bool requestIsHTTPOrHTTPSGet(const ResourceRequest&);
DApplicationCacheHost.cpp344 …if (!ApplicationCache::requestIsHTTPOrHTTPSGet(request) || !equalIgnoringCase(request.url().protoc… in shouldLoadResourceFromApplicationCache()
372 if (!ApplicationCache::requestIsHTTPOrHTTPSGet(request)) in getApplicationCacheFallbackResource()
DApplicationCacheGroup.cpp101 if (!ApplicationCache::requestIsHTTPOrHTTPSGet(request)) in cacheForMainRequest()
120 if (!ApplicationCache::requestIsHTTPOrHTTPSGet(request)) in fallbackCacheForMainRequest()
188 if (!ApplicationCache::requestIsHTTPOrHTTPSGet(request)) in selectCache()
/external/webkit/Source/WebCore/
DChangeLog-2008-08-1028274 (WebCore::ApplicationCache::requestIsHTTPOrHTTPSGet):
DChangeLog-2009-06-168114 (WebCore::ApplicationCache::requestIsHTTPOrHTTPSGet):