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

  /external/chromium_org/content/browser/loader/
resource_request_info_impl.h 56 bool is_stream,
143 bool is_stream() const { return is_stream_; } function in class:content::ResourceRequestInfoImpl
resource_request_info_impl.cc 49 false, // is_stream
103 bool is_stream,
124 is_stream_(is_stream),
cross_site_resource_handler.cc 181 // TODO(davidben): Unify IsDownload() and is_stream(). Several places need to
183 if (!swap_needed || info->IsDownload() || info->is_stream() ||
resource_loader.cc 468 if (from_renderer && (info->IsDownload() || info->is_stream()))
resource_dispatcher_host_impl.cc 453 (*i)->GetRequestInfo()->is_stream() ||
    [all...]

Completed in 257 milliseconds