Searched refs:quic_user_agent_id (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/chrome/browser/
H A Dio_thread.cc1034 globals.quic_user_agent_id.CopyToIfSet(&params->quic_user_agent_id);
1203 std::string quic_user_agent_id = local
1205 if (!quic_user_agent_id.empty())
1206 quic_user_agent_id.push_back(' ');
1208 quic_user_agent_id.append(version_info.ProductNameAndVersionForUserAgent());
1209 globals->quic_user_agent_id.set(quic_user_agent_id);
H A Dio_thread.h195 Optional<std::string> quic_user_agent_id; member in struct:IOThread::Globals
/external/chromium_org/net/http/
H A Dhttp_network_session.cc134 params.quic_user_agent_id,
H A Dhttp_network_session.h122 std::string quic_user_agent_id; member in struct:net::HttpNetworkSession::Params

Completed in 437 milliseconds