Searched defs:net (Results 176 - 200 of 2553) sorted by path

1234567891011>>

/external/chromium_org/chrome/browser/
H A Dio_thread.h19 #include "chrome/browser/net/chrome_network_delegate.h"
20 #include "chrome/browser/net/ssl_config_service_manager.h"
23 #include "net/base/network_change_notifier.h"
24 #include "net/http/http_network_session.h"
25 #include "net/socket/next_proto.h"
51 namespace net { namespace
73 } // namespace net
125 scoped_ptr<net::NetworkDelegate> system_network_delegate;
126 scoped_ptr<net::HostResolver> host_resolver;
127 scoped_ptr<net
[all...]
/external/chromium_org/chrome/browser/local_discovery/
H A Dprivet_http_asynchronous_factory.h13 namespace net { namespace
38 net::URLRequestContextGetter* request_context);
42 const net::HostPortPair& address,
H A Dprivet_traffic_detector.h11 #include "net/base/address_family.h"
12 #include "net/base/ip_endpoint.h"
13 #include "net/base/network_change_notifier.h"
15 namespace net { namespace
29 private net::NetworkChangeNotifier::NetworkChangeObserver {
31 PrivetTrafficDetector(net::AddressFamily address_family,
42 // net::NetworkChangeNotifier::NetworkChangeObserver implementation.
44 net::NetworkChangeNotifier::ConnectionType type) OVERRIDE;
48 void Restart(const net::NetworkInterfaceList& networks);
56 net
[all...]
/external/chromium_org/chrome/browser/media/
H A Dwebrtc_log_uploader.h16 #include "net/url_request/url_fetcher_delegate.h"
24 namespace net { namespace
48 class WebRtcLogUploader : public net::URLFetcherDelegate {
53 // net::URLFetcherDelegate implementation.
54 virtual void OnURLFetchComplete(const net::URLFetcher* source) OVERRIDE;
55 virtual void OnURLFetchUploadProgress(const net::URLFetcher* source,
167 typedef std::map<const net::URLFetcher*, WebRtcLogUploadDoneData>
H A Dwebrtc_logging_handler_host.h15 #include "net/base/net_util.h"
17 namespace net { namespace
19 } // namespace net
140 void LogInitialInfoOnIOThread(const net::NetworkInterfaceList& network_list);
/external/chromium_org/chrome/browser/media_galleries/fileapi/
H A Dmedia_file_system_backend.h26 namespace net { namespace
52 const net::URLRequest* url_request,
H A Dmtp_device_async_delegate.h17 namespace net { namespace
53 net::IOBuffer* buf, int64 offset, int buf_len,
59 scoped_refptr<net::IOBuffer> buf;
96 const scoped_refptr<net::IOBuffer>& buf,
H A Dnative_media_file_util.h12 namespace net { namespace
30 static base::File::Error BufferIsMediaHeader(net::IOBuffer* buf,
/external/chromium_org/chrome/browser/net/
H A Dchrome_cookie_notification_details.h8 #include "net/cookies/cookie_monster.h"
10 namespace net { namespace
16 ChromeCookieDetails(const net::CanonicalCookie* cookie_copy,
18 net::CookieMonster::Delegate::ChangeCause cause)
24 const net::CanonicalCookie* cookie;
26 net::CookieMonster::Delegate::ChangeCause cause;
H A Dchrome_fraudulent_certificate_reporter.h11 #include "net/url_request/fraudulent_certificate_reporter.h"
12 #include "net/url_request/url_request.h"
14 namespace net { namespace
21 : public net::FraudulentCertificateReporter,
22 public net::URLRequest::Delegate {
25 net::URLRequestContext* request_context);
31 virtual scoped_ptr<net::URLRequest> CreateURLRequest(
32 net::URLRequestContext* context);
34 // net::FraudulentCertificateReporter
36 const net
[all...]
H A Dchrome_net_log.h12 #include "net/base/net_log.h"
14 namespace net { namespace
23 class ChromeNetLog : public net::NetLog {
33 scoped_ptr<net::NetLogLogger> net_log_logger_;
36 scoped_ptr<net::TraceNetLogObserver> trace_net_log_observer_;
H A Dchrome_network_delegate.h17 #include "net/base/network_delegate.h"
18 #include "net/proxy/proxy_retry_info.h"
54 namespace net { namespace
72 class ChromeNetworkDelegate : public net::NetworkDelegate {
80 const net::ProxyConfig& data_reduction_proxy_config,
81 const net::ProxyRetryInfoMap& proxy_retry_info_map,
83 net::ProxyInfo* result)> OnResolveProxyHandler;
87 typedef base::Callback<const net::ProxyConfig&()> ProxyConfigGetter;
219 virtual int OnBeforeURLRequest(net::URLRequest* request,
220 const net
[all...]
H A Dconnect_interceptor.h10 #include "chrome/browser/net/timed_cache.h"
14 namespace net { namespace
33 void WitnessURLRequest(net::URLRequest* request);
H A Dconnection_tester.h12 #include "net/base/completion_callback.h"
15 namespace net { namespace
18 } // namespace net
115 // |result| - the net error that the experiment completed with
116 // (or net::OK if it was success).
132 net::URLRequestContext* proxy_request_context,
133 net::NetLog* net_log);
179 net::URLRequestContext* const proxy_request_context_;
181 net::NetLog* net_log_;
H A Dcookie_store_util.h13 namespace net { namespace
15 } // namespace net
30 net::CookieMonsterDelegate* CreateCookieDelegate(Profile* profile);
H A Dcrl_set_fetcher.h20 namespace net { namespace
62 scoped_refptr<net::CRLSet>* out_crl_set);
66 void SetCRLSetIfNewer(scoped_refptr<net::CRLSet> crl_set);
82 scoped_refptr<net::CRLSet> crl_set_;
H A Ddns_probe_runner.h13 namespace net { namespace
44 void SetClient(scoped_ptr<net::DnsClient> client);
61 void OnTransactionComplete(net::DnsTransaction* transaction,
63 const net::DnsResponse* response);
66 scoped_ptr<net::DnsClient> client_;
74 scoped_ptr<net::DnsTransaction> transaction_;
H A Ddns_probe_service.h14 #include "chrome/browser/net/dns_probe_runner.h"
15 #include "chrome/common/net/net_error_info.h"
16 #include "net/base/network_change_notifier.h"
18 namespace net { namespace
30 class DnsProbeService : public net::NetworkChangeNotifier::DNSObserver {
43 void SetSystemClientForTesting(scoped_ptr<net::DnsClient> system_client);
44 void SetPublicClientForTesting(scoped_ptr<net::DnsClient> public_client);
H A Devicted_domain_cookie_counter.h16 #include "net/cookies/cookie_monster.h"
18 namespace net { namespace
20 } // namespace net
43 class EvictedDomainCookieCounter : public net::CookieMonster::Delegate {
77 scoped_refptr<net::CookieMonster::Delegate> next_cookie_monster_delegate);
81 scoped_refptr<net::CookieMonster::Delegate> next_cookie_monster_delegate,
90 virtual void OnCookieChanged(const net::CanonicalCookie& cookie,
106 static EvictedCookieKey GetKey(const net::CanonicalCookie& cookie);
120 const net::CanonicalCookie& cookie,
126 const net
[all...]
H A Dfirefox_proxy_settings.h17 namespace net { namespace
73 // Converts a FirefoxProxySettings object to a net::ProxyConfig.
75 bool ToProxyConfig(net::ProxyConfig* config);
H A Dhttp_server_properties_manager_factory.h12 namespace net { namespace
27 static net::HttpServerPropertiesManager* CreateManager(
H A Dnet_log_temp_file.h19 namespace net { namespace
26 // "chrome-net-export-log.json" created in base::GetTempDir() directory.
29 // (log_type_) of the logging into a chrome-net-export-log.json file.
118 // Start collecting NetLog data into chrome-net-export-log.json file in
140 // Name of the file. It defaults to chrome-net-export-log.json, but can be
148 scoped_ptr<net::NetLogLogger> net_log_logger_;
H A Dnetwork_stats.h16 #include "chrome/browser/net/probe_message.h"
17 #include "net/base/address_list.h"
18 #include "net/base/completion_callback.h"
19 #include "net/base/host_port_pair.h"
20 #include "net/base/io_buffer.h"
21 #include "net/proxy/proxy_info.h"
23 namespace net { namespace
96 explicit NetworkStats(net::ClientSocketFactory* socket_factory);
103 // client to stop, |TestPhaseComplete| will be called with a net status code.
106 bool Start(net
[all...]
H A Dnss_context.h16 namespace net { namespace
44 net::NSSCertDatabase* GetNSSCertDatabaseForResourceContext(
46 const base::Callback<void(net::NSSCertDatabase*)>& callback)
64 const base::Callback<void(net::NSSCertDatabase*)>& callback);
H A Dpreconnect.h11 #include "chrome/browser/net/url_info.h"
15 namespace net { namespace
28 net::URLRequestContextGetter* getter);
37 net::URLRequestContextGetter* getter);

Completed in 323 milliseconds

1234567891011>>