Home
last modified time | relevance | path

Searched refs:CreateForInternalRequest (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/cronet/net/url_request/
H A Durl_request_http_job_unittest.cc482 IsolationInfo::CreateForInternalRequest(kOrigin1); in TEST_F()
2030 IsolationInfo::CreateForInternalRequest(url::Origin::Create(kTestUrl)); in TEST_F()
2090 IsolationInfo::CreateForInternalRequest(kTopFrameOrigin); in TEST_F()
2121 IsolationInfo::CreateForInternalRequest(kOtherTopFrameOrigin); in TEST_F()
2139 IsolationInfo::CreateForInternalRequest(kHttpTopFrameOrigin); in TEST_F()
2167 IsolationInfo::CreateForInternalRequest(kTopFrameOrigin); in TEST_F()
H A Durl_request_quic_unittest.cc293 IsolationInfo::CreateForInternalRequest(url::Origin::Create(url)); in TEST_P()
H A Durl_request_unittest.cc3923 isolation_info1_(IsolationInfo::CreateForInternalRequest(origin1_)), in URLRequestTestHTTP()
3924 isolation_info2_(IsolationInfo::CreateForInternalRequest(origin2_)), in URLRequestTestHTTP()
/aosp_15_r20/external/cronet/net/base/
H A Disolation_info.h84 static IsolationInfo CreateForInternalRequest(
H A Disolation_info_unittest.cc480 TEST_P(IsolationInfoTest, CreateForInternalRequest) { in TEST_P() argument
482 IsolationInfo::CreateForInternalRequest(kOrigin1); in TEST_P()
H A Disolation_info.cc106 IsolationInfo IsolationInfo::CreateForInternalRequest( in CreateForInternalRequest() function in net::IsolationInfo