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

  /external/chromium_org/third_party/WebKit/public/platform/
WebURLRequest.h 56 ReturnCacheDataDontLoad, // results of a post - allow stale data and only use cache
  /external/chromium_org/third_party/WebKit/Source/core/platform/network/
ResourceRequest.h 43 ReturnCacheDataDontLoad // results of a post - allow stale data and only use cache
  /external/chromium_org/third_party/WebKit/Source/core/loader/cache/
ResourceFetcher.cpp 633 return ReturnCacheDataDontLoad;
648 if (mainResourceCachePolicy == ReturnCacheDataDontLoad)
    [all...]
  /external/chromium/webkit/glue/
weburlloader_impl.cc 395 case WebURLRequest::ReturnCacheDataDontLoad:
  /external/chromium_org/webkit/child/
weburlloader_impl.cc 450 case WebURLRequest::ReturnCacheDataDontLoad:
  /external/chromium_org/content/renderer/
render_view_impl.cc     [all...]

Completed in 207 milliseconds