HomeSort by relevance Sort by last modified time
    Searched full:extra_load_flags (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/content/browser/loader/
resource_dispatcher_host_impl.cc 484 int extra_load_flags = net::LOAD_IS_DOWNLOAD; local
491 extra_load_flags |= net::LOAD_ONLY_FROM_CACHE;
493 extra_load_flags |= net::LOAD_PREFERRING_CACHE;
495 extra_load_flags |= net::LOAD_DISABLE_CACHE;
497 request->SetLoadFlags(request->load_flags() | extra_load_flags);
    [all...]

Completed in 105 milliseconds