HomeSort by relevance Sort by last modified time
    Searched defs:connection_info (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/webkit/child/
weburlresponse_extradata_impl.h 49 net::HttpResponseInfo::ConnectionInfo connection_info() const { function in class:webkit_glue::WebURLResponseExtraDataImpl
53 net::HttpResponseInfo::ConnectionInfo connection_info) {
54 connection_info_ = connection_info;
  /external/chromium_org/webkit/common/
resource_response_info.h 87 net::HttpResponseInfo::ConnectionInfo connection_info; member in struct:webkit_glue::ResourceResponseInfo
  /external/chromium_org/net/http/
http_response_info.h 106 ConnectionInfo connection_info; member in class:net::HttpResponseInfo
140 static std::string ConnectionInfoToString(ConnectionInfo connection_info);
  /external/chromium_org/content/public/renderer/
document_state.h 152 net::HttpResponseInfo::ConnectionInfo connection_info() const { function in class:content::DocumentState
156 net::HttpResponseInfo::ConnectionInfo connection_info) {
157 connection_info_ = connection_info;
  /external/chromium/net/socket/
ssl_client_socket_win.cc 439 SecPkgContext_ConnectionInfo connection_info; local
441 &ctxt_, SECPKG_ATTR_CONNECTION_INFO, &connection_info);
446 ssl_info->security_bits = connection_info.dwCipherStrength;
    [all...]

Completed in 861 milliseconds