Home
last modified time | relevance | path

Searched refs:url_made_with_replace_components (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/cronet/url/ipc/
H A Durl_param_traits_unittest.cc108 GURL url_made_with_replace_components = in TEST() local
111 EXPECT_EQ(kNewPath, url_made_with_replace_components.path()); in TEST()
112 EXPECT_EQ("hostname", url_made_with_replace_components.host()); in TEST()
114 url_made_with_replace_components.spec()); in TEST()
117 ExpectSerializationRoundtrips(url_made_with_replace_components); in TEST()
134 GURL url_made_with_replace_components = in TEST() local
137 url_made_with_replace_components.spec()); in TEST()
154 GURL url_made_with_replace_components = in TEST() local
157 url_made_with_replace_components.spec()); in TEST()
/aosp_15_r20/external/cronet/url/mojom/
H A Durl_gurl_mojom_traits_unittest.cc119 GURL url_made_with_replace_components = in TEST_F() local
122 EXPECT_EQ(kNewPath, url_made_with_replace_components.path()); in TEST_F()
123 EXPECT_EQ("hostname", url_made_with_replace_components.host()); in TEST_F()
125 url_made_with_replace_components.spec()); in TEST_F()
128 ExpectSerializationRoundtrips(url_made_with_replace_components); in TEST_F()
145 GURL url_made_with_replace_components = in TEST_F() local
148 url_made_with_replace_components.spec()); in TEST_F()
165 GURL url_made_with_replace_components = in TEST_F() local
168 url_made_with_replace_components.spec()); in TEST_F()