Home
last modified time | relevance | path

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

/external/chromium_org/content/browser/loader/
Dresource_dispatcher_host_impl.cc484 int extra_load_flags = net::LOAD_IS_DOWNLOAD; in BeginDownload() local
491 extra_load_flags |= net::LOAD_ONLY_FROM_CACHE; in BeginDownload()
493 extra_load_flags |= net::LOAD_PREFERRING_CACHE; in BeginDownload()
495 extra_load_flags |= net::LOAD_DISABLE_CACHE; in BeginDownload()
497 request->SetLoadFlags(request->load_flags() | extra_load_flags); in BeginDownload()