Searched refs:ReloadIgnoringCacheData (Results 1 - 10 of 10) sorted by relevance

/external/webkit/Source/WebCore/platform/network/qt/
H A DResourceRequestQt.cpp71 case ReloadIgnoringCacheData:
/external/webkit/Source/WebKit/android/WebCoreSupport/
H A DWebResourceRequest.cpp45 // ReloadIgnoringCacheData, we would normally attempt to validate
52 case ReloadIgnoringCacheData:
/external/webkit/Source/WebKit/chromium/public/
H A DWebURLRequest.h54 ReloadIgnoringCacheData, // reload enumerator in enum:WebKit::WebURLRequest::CachePolicy
/external/webkit/Source/WebCore/platform/network/
H A DResourceRequestBase.h42 ReloadIgnoringCacheData, // reload enumerator in enum:WebCore::ResourceRequestCachePolicy
/external/webkit/Source/WebCore/wml/
H A DWMLGoElement.cpp146 request.setCachePolicy(ReloadIgnoringCacheData);
/external/webkit/Source/WebCore/loader/
H A DFrameLoader.cpp269 urlSelected(FrameLoadRequest(securityOrigin, ResourceRequest(url, referrer, refresh ? ReloadIgnoringCacheData : UseProtocolCachePolicy), "_self"),
1315 if (request.resourceRequest().cachePolicy() == ReloadIgnoringCacheData)
1354 request.setCachePolicy(ReloadIgnoringCacheData);
1460 r.setCachePolicy(ReloadIgnoringCacheData);
1638 request.setCachePolicy(ReloadIgnoringCacheData);
2393 if (settings && settings->useQuickLookResourceCachingQuirks() && request.cachePolicy() == ReloadIgnoringCacheData && !equalIgnoringCase(request.httpMethod(), "post"))
2725 request.setCachePolicy(ReloadIgnoringCacheData);
2731 request.setCachePolicy(ReloadIgnoringCacheData);
2735 if (request.cachePolicy() == ReloadIgnoringCacheData) {
3291 request.setCachePolicy(ReloadIgnoringCacheData);
[all...]
H A DMainResourceLoader.cpp204 newRequest.setCachePolicy(ReloadIgnoringCacheData);
/external/chromium/webkit/glue/
H A Dweburlloader_impl.cc388 case WebURLRequest::ReloadIgnoringCacheData:
/external/webkit/Source/WebCore/platform/network/mac/
H A DResourceHandleMac.mm322 firstRequest().setCachePolicy(ReloadIgnoringCacheData);
/external/webkit/Source/WebKit/qt/Api/
H A Dqwebframe.cpp208 return WebCore::ReloadIgnoringCacheData;

Completed in 334 milliseconds