Searched refs:CreateForInternalRequest (Results 1 – 6 of 6) sorted by relevance
482 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()
293 IsolationInfo::CreateForInternalRequest(url::Origin::Create(url)); in TEST_P()
3923 isolation_info1_(IsolationInfo::CreateForInternalRequest(origin1_)), in URLRequestTestHTTP()3924 isolation_info2_(IsolationInfo::CreateForInternalRequest(origin2_)), in URLRequestTestHTTP()
84 static IsolationInfo CreateForInternalRequest(
480 TEST_P(IsolationInfoTest, CreateForInternalRequest) { in TEST_P() argument482 IsolationInfo::CreateForInternalRequest(kOrigin1); in TEST_P()
106 IsolationInfo IsolationInfo::CreateForInternalRequest( in CreateForInternalRequest() function in net::IsolationInfo