Searched defs:bound_net_log (Results 1 - 13 of 13) sorted by relevance

/external/chromium_org/content/browser/download/
H A Ddownload_create_info.cc16 const net::BoundNetLog& bound_net_log,
26 request_bound_net_log(bound_net_log) {}
14 DownloadCreateInfo(const base::Time& start_time, int64 total_bytes, const net::BoundNetLog& bound_net_log, bool has_user_gesture, PageTransition transition_type, scoped_ptr<DownloadSaveInfo> save_info) argument
H A Ddownload_file_factory.cc21 const net::BoundNetLog& bound_net_log,
29 calculate_hash, stream.Pass(), bound_net_log,
14 CreateFile( scoped_ptr<DownloadSaveInfo> save_info, const base::FilePath& default_downloads_directory, const GURL& url, const GURL& referrer_url, bool calculate_hash, scoped_ptr<ByteStreamReader> stream, const net::BoundNetLog& bound_net_log, base::WeakPtr<DownloadDestinationObserver> observer) argument
H A Dbase_file.cc35 const net::BoundNetLog& bound_net_log)
44 bound_net_log_(bound_net_log) {
28 BaseFile(const base::FilePath& full_path, const GURL& source_url, const GURL& referrer_url, int64 received_bytes, bool calculate_hash, const std::string& hash_state_bytes, scoped_ptr<net::FileStream> file_stream, const net::BoundNetLog& bound_net_log) argument
H A Ddownload_file_impl.cc38 const net::BoundNetLog& bound_net_log,
48 bound_net_log),
52 bound_net_log_(bound_net_log),
31 DownloadFileImpl( scoped_ptr<DownloadSaveInfo> save_info, const base::FilePath& default_download_directory, const GURL& url, const GURL& referrer_url, bool calculate_hash, scoped_ptr<ByteStreamReader> stream, const net::BoundNetLog& bound_net_log, scoped_ptr<PowerSaveBlocker> power_save_blocker, base::WeakPtr<DownloadDestinationObserver> observer) argument
H A Ddownload_manager_impl.cc182 const net::BoundNetLog& bound_net_log) OVERRIDE {
200 bound_net_log);
207 const net::BoundNetLog& bound_net_log) OVERRIDE {
208 return new DownloadItemImpl(delegate, download_id, info, bound_net_log);
218 const net::BoundNetLog& bound_net_log) OVERRIDE {
221 bound_net_log);
249 net::BoundNetLog bound_net_log = local
252 item_factory_->CreateActiveItem(this, id, info, bound_net_log);
504 net::BoundNetLog bound_net_log = local
513 bound_net_log);
[all...]
H A Ddownload_manager_impl_unittest.cc245 const net::BoundNetLog& bound_net_log) OVERRIDE;
250 const net::BoundNetLog& bound_net_log) OVERRIDE;
258 const net::BoundNetLog& bound_net_log) OVERRIDE;
310 const net::BoundNetLog& bound_net_log) {
324 const net::BoundNetLog& bound_net_log) {
347 const net::BoundNetLog& bound_net_log) {
382 const net::BoundNetLog& bound_net_log,
386 stream.get(), bound_net_log, observer);
293 CreatePersistedItem( DownloadItemImplDelegate* delegate, uint32 download_id, const base::FilePath& current_path, const base::FilePath& target_path, const std::vector<GURL>& url_chain, const GURL& referrer_url, const base::Time& start_time, const base::Time& end_time, const std::string& etag, const std::string& last_modified, int64 received_bytes, int64 total_bytes, DownloadItem::DownloadState state, DownloadDangerType danger_type, DownloadInterruptReason interrupt_reason, bool opened, const net::BoundNetLog& bound_net_log) argument
320 CreateActiveItem( DownloadItemImplDelegate* delegate, uint32 download_id, const DownloadCreateInfo& info, const net::BoundNetLog& bound_net_log) argument
340 CreateSavePageItem( DownloadItemImplDelegate* delegate, uint32 download_id, const base::FilePath& path, const GURL& url, const std::string& mime_type, scoped_ptr<DownloadRequestHandleInterface> request_handle, const net::BoundNetLog& bound_net_log) argument
375 CreateFile( scoped_ptr<DownloadSaveInfo> save_info, const base::FilePath& default_download_directory, const GURL& url, const GURL& referrer_url, bool calculate_hash, scoped_ptr<ByteStreamReader> stream, const net::BoundNetLog& bound_net_log, base::WeakPtr<DownloadDestinationObserver> observer) argument
H A Ddownload_browsertest.cc110 const net::BoundNetLog& bound_net_log,
158 const net::BoundNetLog& bound_net_log,
182 const net::BoundNetLog& bound_net_log,
188 calculate_hash, stream.Pass(), bound_net_log,
235 const net::BoundNetLog& bound_net_log,
243 calculate_hash, stream.Pass(), bound_net_log,
279 const net::BoundNetLog& bound_net_log,
284 stream.Pass(), bound_net_log,
336 const net::BoundNetLog& bound_net_log,
344 calculate_hash, stream.Pass(), bound_net_log,
175 DownloadFileWithDelay( scoped_ptr<DownloadSaveInfo> save_info, const base::FilePath& default_download_directory, const GURL& url, const GURL& referrer_url, bool calculate_hash, scoped_ptr<ByteStreamReader> stream, const net::BoundNetLog& bound_net_log, scoped_ptr<PowerSaveBlocker> power_save_blocker, base::WeakPtr<DownloadDestinationObserver> observer, base::WeakPtr<DownloadFileWithDelayFactory> owner) argument
228 CreateFile( scoped_ptr<DownloadSaveInfo> save_info, const base::FilePath& default_download_directory, const GURL& url, const GURL& referrer_url, bool calculate_hash, scoped_ptr<ByteStreamReader> stream, const net::BoundNetLog& bound_net_log, base::WeakPtr<DownloadDestinationObserver> observer) argument
272 CountingDownloadFile( scoped_ptr<DownloadSaveInfo> save_info, const base::FilePath& default_downloads_directory, const GURL& url, const GURL& referrer_url, bool calculate_hash, scoped_ptr<ByteStreamReader> stream, const net::BoundNetLog& bound_net_log, scoped_ptr<PowerSaveBlocker> power_save_blocker, base::WeakPtr<DownloadDestinationObserver> observer) argument
[all...]
H A Ddownload_item_impl.cc115 const net::BoundNetLog& bound_net_log)
147 bound_net_log_(bound_net_log),
159 const net::BoundNetLog& bound_net_log)
196 bound_net_log_(bound_net_log),
219 const net::BoundNetLog& bound_net_log)
251 bound_net_log_(bound_net_log),
99 DownloadItemImpl(DownloadItemImplDelegate* delegate, uint32 download_id, const base::FilePath& current_path, const base::FilePath& target_path, const std::vector<GURL>& url_chain, const GURL& referrer_url, const base::Time& start_time, const base::Time& end_time, const std::string& etag, const std::string& last_modified, int64 received_bytes, int64 total_bytes, DownloadItem::DownloadState state, DownloadDangerType danger_type, DownloadInterruptReason interrupt_reason, bool opened, const net::BoundNetLog& bound_net_log) argument
155 DownloadItemImpl( DownloadItemImplDelegate* delegate, uint32 download_id, const DownloadCreateInfo& info, const net::BoundNetLog& bound_net_log) argument
212 DownloadItemImpl( DownloadItemImplDelegate* delegate, uint32 download_id, const base::FilePath& path, const GURL& url, const std::string& mime_type, scoped_ptr<DownloadRequestHandleInterface> request_handle, const net::BoundNetLog& bound_net_log) argument
/external/chromium_org/net/cert/
H A Dmulti_log_ct_verifier_unittest.cc84 BoundNetLog bound_net_log = local
87 bound_net_log) == OK) &&
/external/chromium_org/net/base/
H A Dfile_stream_context_posix.cc47 FileStream::Context::Context(const BoundNetLog& bound_net_log, argument
53 bound_net_log_(bound_net_log),
58 const BoundNetLog& bound_net_log,
65 bound_net_log_(bound_net_log),
57 Context(base::PlatformFile file, const BoundNetLog& bound_net_log, int , const scoped_refptr<base::TaskRunner>& task_runner) argument
H A Dfile_stream_context_win.cc40 FileStream::Context::Context(const BoundNetLog& bound_net_log, argument
47 bound_net_log_(bound_net_log),
55 const BoundNetLog& bound_net_log,
63 bound_net_log_(bound_net_log),
54 Context(base::PlatformFile file, const BoundNetLog& bound_net_log, int open_flags, const scoped_refptr<base::TaskRunner>& task_runner) argument
/external/chromium_org/chrome/browser/ui/webui/net_internals/
H A Dnet_internals_ui_browsertest.cc354 net::BoundNetLog bound_net_log = net::BoundNetLog::Make( local
357 bound_net_log.BeginEvent(net::NetLog::TYPE_REQUEST_ALIVE);
/external/chromium_org/content/public/test/
H A Dtest_file_error_injector.cc38 const net::BoundNetLog& bound_net_log,
113 const net::BoundNetLog& bound_net_log,
121 calculate_hash, stream.Pass(), bound_net_log,
271 const net::BoundNetLog& bound_net_log,
305 const net::BoundNetLog& bound_net_log,
330 bound_net_log,
106 DownloadFileWithErrors( scoped_ptr<DownloadSaveInfo> save_info, const base::FilePath& default_download_directory, const GURL& url, const GURL& referrer_url, bool calculate_hash, scoped_ptr<ByteStreamReader> stream, const net::BoundNetLog& bound_net_log, scoped_ptr<PowerSaveBlocker> power_save_blocker, base::WeakPtr<DownloadDestinationObserver> observer, const TestFileErrorInjector::FileErrorInfo& error_info, const ConstructionCallback& ctor_callback, const DestructionCallback& dtor_callback) argument
298 CreateFile( scoped_ptr<DownloadSaveInfo> save_info, const base::FilePath& default_download_directory, const GURL& url, const GURL& referrer_url, bool calculate_hash, scoped_ptr<ByteStreamReader> stream, const net::BoundNetLog& bound_net_log, base::WeakPtr<DownloadDestinationObserver> observer) argument

Completed in 210 milliseconds