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

/external/chromium_org/url/
H A Durl_parse_unittest.cc97 bool ComponentMatches(const char* input, function in namespace:url::__anon17225
327 EXPECT_TRUE(ComponentMatches(url, cases[i].scheme, parsed.scheme));
328 EXPECT_TRUE(ComponentMatches(url, cases[i].username, parsed.username));
329 EXPECT_TRUE(ComponentMatches(url, cases[i].password, parsed.password));
330 EXPECT_TRUE(ComponentMatches(url, cases[i].host, parsed.host));
332 EXPECT_TRUE(ComponentMatches(url, cases[i].path, parsed.path));
333 EXPECT_TRUE(ComponentMatches(url, cases[i].query, parsed.query));
334 EXPECT_TRUE(ComponentMatches(url, cases[i].ref, parsed.ref));
361 EXPECT_TRUE(ComponentMatches(url, path_cases[i].scheme, parsed.scheme))
363 EXPECT_TRUE(ComponentMatches(ur
[all...]

Completed in 82 milliseconds