Searched refs:CONNECTION_INFO_UNKNOWN (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/content/public/common/
H A Dresource_response_info.cc19 connection_info(net::HttpResponseInfo::CONNECTION_INFO_UNKNOWN),
/external/chromium_org/webkit/child/
H A Dweburlresponse_extradata_impl.cc13 connection_info_(net::HttpResponseInfo::CONNECTION_INFO_UNKNOWN) {
/external/chromium_org/content/public/renderer/
H A Ddocument_state.cc17 connection_info_(net::HttpResponseInfo::CONNECTION_INFO_UNKNOWN),
/external/chromium_org/net/http/
H A Dhttp_response_info.cc106 connection_info(CONNECTION_INFO_UNKNOWN) {
264 if (value > static_cast<int>(CONNECTION_INFO_UNKNOWN) &&
307 if (connection_info != CONNECTION_INFO_UNKNOWN)
360 if (connection_info != CONNECTION_INFO_UNKNOWN)
383 return CONNECTION_INFO_UNKNOWN;
390 case CONNECTION_INFO_UNKNOWN:
H A Dhttp_response_info.h36 CONNECTION_INFO_UNKNOWN = 0, enumerator in enum:net::HttpResponseInfo::ConnectionInfo

Completed in 88 milliseconds