Searched refs:extra_load_flags (Results 1 – 1 of 1) sorted by relevance
484 int extra_load_flags = net::LOAD_IS_DOWNLOAD; in BeginDownload() local491 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()