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 57 ReturnCacheDataDontLoad, // results of a post - allow stale data and only use cache
  /external/chromium_org/third_party/WebKit/Source/platform/network/
ResourceRequest.h 45 ReturnCacheDataDontLoad, // results of a post - allow stale data and only use cache
  /external/chromium_org/chrome/renderer/net/
net_error_helper.cc 303 request.setCachePolicy(blink::WebURLRequest::ReturnCacheDataDontLoad);
  /external/chromium_org/third_party/WebKit/Source/core/fetch/
ResourceFetcher.cpp 790 return ReturnCacheDataDontLoad;
    [all...]
  /external/chromium_org/content/child/
web_url_loader_impl.cc 347 case WebURLRequest::ReturnCacheDataDontLoad:
  /external/chromium_org/content/renderer/
render_view_impl.cc     [all...]

Completed in 66 milliseconds