Searched defs:net (Results 101 - 125 of 2856) sorted by relevance

1234567891011>>

/external/chromium/net/tools/flip_server/
H A Dbalsa_headers_token_utils.h12 #include "net/tools/flip_server/balsa_headers.h"
15 namespace net { namespace
59 } // namespace net
/external/chromium/net/udp/
H A Dudp_client_socket.h9 #include "net/base/net_log.h"
10 #include "net/udp/datagram_client_socket.h"
11 #include "net/udp/udp_socket.h"
13 namespace net { namespace
20 UDPClientSocket(net::NetLog* net_log,
21 const net::NetLog::Source& source);
39 } // namespace net
H A Dudp_server_socket.h9 #include "net/base/completion_callback.h"
10 #include "net/udp/datagram_server_socket.h"
11 #include "net/udp/udp_socket.h"
13 namespace net { namespace
21 UDPServerSocket(net::NetLog* net_log,
22 const net::NetLog::Source& source);
44 } // namespace net
H A Dudp_socket.h12 #include "net/udp/udp_socket_win.h"
14 #include "net/udp/udp_socket_libevent.h"
17 namespace net { namespace
43 } // namespace net
/external/chromium/net/url_request/
H A Durl_request_data_job.h11 #include "net/url_request/url_request.h"
12 #include "net/url_request/url_request_simple_job.h"
14 namespace net { namespace
35 } // namespace net
H A Durl_request_throttler_header_adapter.h12 #include "net/url_request/url_request_throttler_header_interface.h"
14 namespace net { namespace
33 } // namespace net
/external/chromium/net/websockets/
H A Dwebsocket_net_log_params.h18 #include "net/base/net_log.h"
20 namespace net { namespace
36 } // namespace net
/external/chromium-libpac/src/
H A Dnet_util.h23 namespace net { namespace
66 } // namespace net
/external/chromium_org/android_webview/browser/net/
H A Dinit_native_callback.h9 #include "net/url_request/url_request_job_factory.h"
11 namespace net { namespace
13 } // namespace net
18 scoped_ptr<net::URLRequestJobFactory::ProtocolHandler>
22 scoped_ptr<net::URLRequestJobFactory::ProtocolHandler>
/external/chromium_org/android_webview/native/
H A Dandroid_protocol_handler.h10 #include "net/url_request/url_request_job_factory.h"
12 namespace net { namespace
14 } // namespace net
24 scoped_ptr<net::URLRequestJobFactory::ProtocolHandler>
31 scoped_ptr<net::URLRequestJobFactory::ProtocolHandler>
H A Dcookie_manager.h12 namespace net { namespace
14 } // namespace net
20 scoped_refptr<net::CookieStore> CreateCookieStore(
/external/chromium_org/chrome/browser/
H A Dcertificate_viewer.h14 namespace net { namespace
18 } // namespace net
29 net::X509Certificate* cert);
/external/chromium_org/chrome/browser/managed_mode/
H A Dmanaged_user_refresh_token_fetcher.h18 namespace net { namespace
40 net::URLRequestContextGetter* context);
/external/chromium_org/chrome/browser/net/
H A Dpreconnect.h11 #include "chrome/browser/net/url_info.h"
15 namespace net { namespace
28 net::URLRequestContextGetter* getter);
37 net::URLRequestContextGetter* getter);
H A Dpref_proxy_config_tracker.h11 namespace net { namespace
17 // preferences to net::ProxyConfig and to push the result over to a
18 // net::ProxyConfigService onto the IO thread.
24 // Creates a net::ProxyConfigService and keeps a pointer to it. After this
31 virtual scoped_ptr<net::ProxyConfigService> CreateTrackingProxyConfigService(
32 scoped_ptr<net::ProxyConfigService> base_service) = 0;
H A Dproxy_service_factory.h14 namespace net { namespace
26 static net::ProxyConfigService* CreateProxyConfigService(
44 static net::ProxyService* CreateProxyService(
45 net::NetLog* net_log,
46 net::URLRequestContext* context,
47 net::NetworkDelegate* network_delegate,
48 net::ProxyConfigService* proxy_config_service,
/external/chromium_org/chrome/browser/prerender/
H A Dprerender_util.h11 namespace net { namespace
53 void URLRequestResponseStarted(net::URLRequest* request);
/external/chromium_org/chrome/browser/ssl/
H A Dssl_add_certificate.h9 #include "net/base/mime_util.h"
11 namespace net { namespace
13 } // namespace net
20 net::URLRequest* request,
21 net::CertificateMimeType cert_type,
/external/chromium_org/content/browser/download/
H A Ddownload_file_factory.h15 namespace net { namespace
38 const net::BoundNetLog& bound_net_log,
/external/chromium_org/content/browser/net/
H A Dview_http_cache_job_factory.h8 namespace net { namespace
12 } // namespace net
21 static net::URLRequestJob* CreateJobForRequest(
22 net::URLRequest* request, net::NetworkDelegate* network_delegate);
/external/chromium_org/content/public/common/
H A Durl_fetcher.h12 namespace net { namespace
21 net::URLFetcher* url_fetcher,
/external/chromium_org/device/bluetooth/test/
H A Dmock_bluetooth_socket.h13 namespace net { namespace
18 } // namespace net
25 MOCK_METHOD1(Receive, bool(net::GrowableIOBuffer*));
26 MOCK_METHOD1(Send, bool(net::DrainableIOBuffer*));
/external/chromium_org/net/android/
H A Dkeystore_openssl.h11 #include "net/base/net_export.h"
15 // segregated from net/android/keystore.h because the latter only provides
18 namespace net { namespace
46 } // namespace net
H A Dnet_jni_registrar.h10 #include "net/base/net_export.h"
12 namespace net { namespace
15 // Register all JNI bindings necessary for net.
19 } // namespace net
H A Dnetwork_library.h14 #include "net/android/cert_verify_result_android.h"
15 #include "net/base/mime_util.h"
16 #include "net/base/net_export.h"
18 namespace net { namespace
51 NET_EXPORT void StoreCertificate(net::CertificateMimeType cert_type,
75 } // namespace net

Completed in 490 milliseconds

1234567891011>>