HomeSort by relevance Sort by last modified time
    Searched full:use_ssl (Results 1 - 25 of 33) sorted by null

1 2

  /external/chromium_org/sync/internal_api/
syncapi_server_connection_manager.cc 33 bool use_ssl = false; local
34 GetServerParams(&sync_server, &sync_server_port, &use_ssl);
35 std::string connection_url = MakeConnectionURL(sync_server, path, use_ssl);
86 bool use_ssl,
91 use_ssl,
sync_rollback_manager.h 28 bool use_ssl,
syncapi_server_connection_manager.h 56 bool use_ssl,
sync_backup_manager.h 28 bool use_ssl,
sync_rollback_manager_base_unittest.cc 28 bool use_ssl,
sync_rollback_manager.cc 29 bool use_ssl,
sync_backup_manager.cc 26 bool use_ssl,
  /external/chromium_org/sync/engine/net/
server_connection_manager.cc 149 bool use_ssl) const {
150 string connection_url = (use_ssl ? "https://" : "http://");
180 bool use_ssl,
184 use_ssl_(use_ssl),
331 bool* use_ssl) const {
336 if (use_ssl != NULL)
337 *use_ssl = use_ssl_;
343 bool use_ssl; local
344 GetServerParameters(&server_url, &port, &use_ssl);
348 // We just want the hostname, so we don't need to switch on use_ssl
    [all...]
server_connection_manager.h 163 bool use_ssl) const;
167 bool* use_ssl) const {
170 *use_ssl = scm_->use_ssl_;
183 bool use_ssl,
205 // Returns the current server parameters in server_url, port and use_ssl.
208 bool* use_ssl) const;
  /external/chromium_org/net/tools/flip_server/
sm_interface.h 31 bool use_ssl) = 0;
streamer_interface.cc 57 bool use_ssl) {
67 use_ssl);
http_interface.h 84 bool use_ssl) OVERRIDE;
sm_connection.h 77 bool use_ssl);
streamer_interface.h 42 bool use_ssl) OVERRIDE;
http_interface.cc 102 bool use_ssl) {
112 use_ssl);
spdy_interface.h 47 bool use_ssl) OVERRIDE;
sm_connection.cc 86 bool use_ssl) {
155 if (use_ssl) {
  /external/chromium_org/tools/python/google/
platform_utils_linux.py 39 def FilenameToUri(self, path, use_http=False, use_ssl=False, port=8000):
47 use_ssl: if True, returns HTTPS URL (https://127.0.0.1:8000/).
53 if use_ssl:
platform_utils_mac.py 39 def FilenameToUri(self, path, use_http=False, use_ssl=False, port=8000):
47 use_ssl: if True, returns HTTPS URL (https://127.0.0.1:8000/).
53 if use_ssl:
platform_utils_win.py 70 def FilenameToUri(self, path, use_http=False, use_ssl=False, port=8000):
78 use_ssl: if True, returns HTTPS URL (https://127.0.0.1:8000/).
84 if use_ssl:
  /external/chromium_org/third_party/openssl/openssl/apps/
ocsp.c 135 int add_nonce = 1, noverify = 0, use_ssl = -1; local
210 if (!OCSP_parse_url(*args, &host, &port, &path, &use_ssl))
772 port, use_ssl, headers, req_timeout);
923 if (use_ssl != -1)
    [all...]
  /external/chromium_org/sync/internal_api/public/test/
fake_sync_manager.h 85 bool use_ssl,
  /external/chromium_org/sync/internal_api/test/
fake_sync_manager.cc 81 bool use_ssl,
  /external/openssl/apps/
ocsp.c 136 int add_nonce = 1, noverify = 0, use_ssl = -1; local
217 if (!OCSP_parse_url(*args, &host, &port, &path, &use_ssl))
782 port, use_ssl, headers, req_timeout);
    [all...]
  /external/chromium_org/net/websockets/
websocket_job.cc 597 bool use_ssl = spdy_session->GetSSLInfo( local
599 if (socket_->is_secure() && !use_ssl)

Completed in 528 milliseconds

1 2