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

/external/chromium/googleurl/src/
H A Durl_parse_unittest.cc105 bool ComponentMatches(const char* input, function in namespace:__anon2764
338 EXPECT_TRUE(ComponentMatches(url, cases[i].scheme, parsed.scheme));
339 EXPECT_TRUE(ComponentMatches(url, cases[i].username, parsed.username));
340 EXPECT_TRUE(ComponentMatches(url, cases[i].password, parsed.password));
341 EXPECT_TRUE(ComponentMatches(url, cases[i].host, parsed.host));
343 EXPECT_TRUE(ComponentMatches(url, cases[i].path, parsed.path));
344 EXPECT_TRUE(ComponentMatches(url, cases[i].query, parsed.query));
345 EXPECT_TRUE(ComponentMatches(url, cases[i].ref, parsed.ref));
372 EXPECT_TRUE(ComponentMatches(url, path_cases[i].scheme, parsed.scheme));
373 EXPECT_TRUE(ComponentMatches(ur
[all...]

Completed in 30 milliseconds