Home
last modified time | relevance | path

Searched refs:PRECONNECT_MOTIVATED (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/net/http/
Dhttp_request_info.h23 PRECONNECT_MOTIVATED, // Request was motivated by a prefetch. enumerator
Dhttp_stream_factory_impl_job.cc1189 if (request_info_.motivation == HttpRequestInfo::PRECONNECT_MOTIVATED) in SetSocketMotivation()
Dhttp_network_transaction_unittest.cc10563 request.motivation = HttpRequestInfo::PRECONNECT_MOTIVATED; in TEST_P()
/external/chromium_org/chrome/browser/net/
Dpreconnect.cc94 request_info.motivation = net::HttpRequestInfo::PRECONNECT_MOTIVATED; in PreconnectOnIOThread()