Searched defs:net (Results 126 - 150 of 2553) sorted by path

1234567891011>>

/external/chromium_org/chrome/browser/chromeos/login/auth/
H A Dauth_prewarmer.h14 namespace net { namespace
16 } // namespace net
41 net::URLRequestContextGetter* GetRequestContext() const;
/external/chromium_org/chrome/browser/chromeos/login/screens/
H A Dterms_of_service_screen.h14 #include "net/url_request/url_fetcher_delegate.h"
16 namespace net { namespace
30 public net::URLFetcherDelegate {
54 // net::URLFetcherDelegate:
55 virtual void OnURLFetchComplete(const net::URLFetcher* source) OVERRIDE;
59 scoped_ptr<net::URLFetcher> terms_of_service_fetcher_;
/external/chromium_org/chrome/browser/chromeos/login/signin/
H A Dmerge_session_throttle.h15 #include "net/base/completion_callback.h"
19 namespace net { namespace
38 explicit MergeSessionThrottle(net::URLRequest* request,
83 net::URLRequest* request_;
H A Doauth2_token_fetcher.h17 namespace net { namespace
38 net::URLRequestContextGetter* context_getter);
/external/chromium_org/chrome/browser/chromeos/net/
H A Dnetwork_portal_detector_impl.h20 #include "chrome/browser/chromeos/net/network_portal_notification_controller.h"
28 #include "net/url_request/url_fetcher.h"
31 namespace net { namespace
64 static void Initialize(net::URLRequestContextGetter* url_context);
67 const scoped_refptr<net::URLRequestContextGetter>& request_context);
/external/chromium_org/chrome/browser/chromeos/platform_keys/
H A Dplatform_keys.h20 namespace net { namespace
86 typedef base::Callback<void(scoped_ptr<net::CertificateList> certs,
109 scoped_refptr<net::X509Certificate> certificate,
123 scoped_refptr<net::X509Certificate> certificate,
/external/chromium_org/chrome/browser/chromeos/policy/
H A Dapp_pack_updater.h23 namespace net { namespace
41 AppPackUpdater(net::URLRequestContextGetter* request_context,
H A Dauto_enrollment_client.h16 #include "net/base/network_change_notifier.h"
26 namespace net { namespace
55 : public net::NetworkChangeNotifier::NetworkChangeObserver {
74 scoped_refptr<net::URLRequestContextGetter> system_request_context,
111 // Implementation of net::NetworkChangeNotifier::NetworkChangeObserver:
113 net::NetworkChangeNotifier::ConnectionType type) OVERRIDE;
212 scoped_refptr<net::URLRequestContextGetter> request_context_;
H A Dbrowser_policy_connector_chromeos.h20 namespace net { namespace
47 scoped_refptr<net::URLRequestContextGetter> request_context) OVERRIDE;
H A Ddevice_local_account_policy_service.h38 namespace net { namespace
97 scoped_refptr<net::URLRequestContextGetter> request_context);
115 const scoped_refptr<net::URLRequestContextGetter>& request_context);
160 scoped_refptr<net::URLRequestContextGetter> request_context);
258 scoped_refptr<net::URLRequestContextGetter> request_context_;
H A Dpolicy_cert_service.h23 namespace net { namespace
58 virtual void OnTrustAnchorsChanged(const net::CertificateList& trust_anchors)
H A Dpolicy_cert_verifier.h15 #include "net/base/completion_callback.h"
16 #include "net/cert/cert_trust_anchor_provider.h"
17 #include "net/cert/cert_verifier.h"
19 namespace net { namespace
30 class PolicyCertVerifier : public net::CertVerifier,
31 public net::CertTrustAnchorProvider {
43 const scoped_refptr<net::CertVerifyProc>& verify_proc);
46 void SetTrustAnchors(const net::CertificateList& trust_anchors);
50 virtual int Verify(net::X509Certificate* cert,
53 net
[all...]
H A Dpolicy_oauth2_token_fetcher.h22 namespace net { namespace
43 PolicyOAuth2TokenFetcher(net::URLRequestContextGetter* auth_context_getter,
44 net::URLRequestContextGetter* system_context_getter,
94 scoped_refptr<net::URLRequestContextGetter> auth_context_getter_;
95 scoped_refptr<net::URLRequestContextGetter> system_context_getter_;
H A Duser_cloud_policy_manager_chromeos.h30 namespace net { namespace
71 scoped_refptr<net::URLRequestContextGetter> system_request_context,
H A Duser_network_configuration_updater.h38 namespace net { namespace
60 const net::CertificateList& trust_anchors) = 0;
82 void GetWebTrustedCertificates(net::CertificateList* certs) const;
101 const net::CertificateList& onc_trusted_certificates);
118 void CreateAndSetCertificateImporter(net::NSSCertDatabase* database);
137 net::CertificateList web_trust_certs_;
H A Dwildcard_login_checker.h15 namespace net { namespace
41 void Start(scoped_refptr<net::URLRequestContextGetter> signin_context,
/external/chromium_org/chrome/browser/chromeos/settings/
H A Ddevice_oauth2_token_service.h20 #include "net/url_request/url_request_context_getter.h"
26 namespace net { namespace
75 virtual net::URLRequestContextGetter* GetRequestContext() OVERRIDE;
78 net::URLRequestContextGetter* getter,
84 net::URLRequestContextGetter* getter,
110 explicit DeviceOAuth2TokenService(net::URLRequestContextGetter* getter,
142 scoped_refptr<net::URLRequestContextGetter> url_request_context_getter_;
/external/chromium_org/chrome/browser/chromeos/timezone/
H A Dtimezone_provider.h18 namespace net { namespace
32 TimeZoneProvider(net::URLRequestContextGetter* url_context_getter,
51 scoped_refptr<net::URLRequestContextGetter> url_context_getter_;
H A Dtimezone_request.h16 #include "net/url_request/url_fetcher.h"
17 #include "net/url_request/url_fetcher_delegate.h"
20 namespace net { namespace
59 class TimeZoneRequest : private net::URLFetcherDelegate {
73 TimeZoneRequest(net::URLRequestContextGetter* url_context_getter,
97 // net::URLFetcherDelegate
98 virtual void OnURLFetchComplete(const net::URLFetcher* source) OVERRIDE;
106 scoped_refptr<net::URLRequestContextGetter> url_context_getter_;
114 scoped_ptr<net::URLFetcher> url_fetcher_;
/external/chromium_org/chrome/browser/chromeos/
H A Dui_proxy_config.h11 #include "net/proxy/proxy_bypass_rules.h"
12 #include "net/proxy/proxy_server.h"
19 namespace net { namespace
27 // This requires extra and specific UI requirements that net::ProxyConfig does
28 // not supply. So we create an augmented analog to net::ProxyConfig here to
34 // This is then converted to the common net::ProxyConfig before being pushed
55 net::ProxyServer server;
62 void SetSingleProxy(const net::ProxyServer& server);
66 const net::ProxyServer& server);
69 void SetBypassRules(const net
[all...]
/external/chromium_org/chrome/browser/component_updater/
H A Dchrome_component_updater_configurator.h14 namespace net { namespace
24 net::URLRequestContextGetter* context_getter);
/external/chromium_org/chrome/browser/component_updater/test/
H A Dcomponent_updater_service_unittest.h19 namespace net { namespace
31 typedef net::LocalHostTestURLRequestInterceptor GetInterceptor;
/external/chromium_org/chrome/browser/content_settings/
H A Dtab_specific_content_settings.h25 #include "net/cookies/canonical_cookie.h"
35 namespace net { namespace
107 const net::CookieList& cookie_list,
120 const net::CookieOptions& options,
309 const net::CookieList& cookie_list,
314 const net::CookieOptions& options,
/external/chromium_org/chrome/browser/devtools/device/
H A Dandroid_device_manager.h16 namespace net { namespace
27 typedef base::Callback<void(int result, scoped_ptr<net::StreamSocket>)>
/external/chromium_org/chrome/browser/devtools/device/usb/
H A Dandroid_usb_device.h24 namespace net { namespace
86 net::StreamSocket* CreateSocket(const std::string& command);
106 scoped_refptr<net::IOBuffer> buffer,
111 scoped_refptr<net::IOBuffer> buffer,
121 scoped_refptr<net::IOBuffer> buffer,
154 typedef scoped_refptr<net::IOBufferWithSize> BulkMessage;

Completed in 351 milliseconds

1234567891011>>