Searched defs:download_to_file (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/content/child/
H A Drequest_info.h73 bool download_to_file; member in struct:content::RequestInfo
H A Dresource_dispatcher.h68 bool download_to_file);
116 bool download_to_file);
135 bool download_to_file; member in struct:content::ResourceDispatcher::PendingRequestInfo
H A Dresource_dispatcher.cc127 request_.download_to_file = request_info.download_to_file;
185 request_.download_to_file);
580 bool download_to_file) {
588 download_to_file);
599 bool release_downloaded_file = request_info.download_to_file;
676 download_to_file(false),
687 bool download_to_file)
696 download_to_file(download_to_file),
575 AddPendingRequest(RequestPeer* callback, ResourceType resource_type, int origin_pid, const GURL& frame_origin, const GURL& request_url, bool download_to_file) argument
681 PendingRequestInfo( RequestPeer* peer, ResourceType resource_type, int origin_pid, const GURL& frame_origin, const GURL& request_url, bool download_to_file) argument
[all...]
H A Dresource_dispatcher_unittest.cc323 ResourceLoaderBridge* CreateBridgeInternal(bool download_to_file) { argument
335 request_info.download_to_file = download_to_file;

Completed in 84 milliseconds