Home | History | Annotate | Download | only in src

Lines Matching refs:ComponentMatches

105 bool ComponentMatches(const char* input,
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(url, path_cases[i].path, parsed.path));
429 EXPECT_TRUE(ComponentMatches(url, file_cases[i].scheme, parsed.scheme));
430 EXPECT_TRUE(ComponentMatches(url, file_cases[i].username, parsed.username));
431 EXPECT_TRUE(ComponentMatches(url, file_cases[i].password, parsed.password));
432 EXPECT_TRUE(ComponentMatches(url, file_cases[i].host, parsed.host));
434 EXPECT_TRUE(ComponentMatches(url, file_cases[i].path, parsed.path));
435 EXPECT_TRUE(ComponentMatches(url, file_cases[i].query, parsed.query));
436 EXPECT_TRUE(ComponentMatches(url, file_cases[i].ref, parsed.ref));
469 EXPECT_TRUE(ComponentMatches(url, file_cases[i].expected, file_name));
572 EXPECT_TRUE(ComponentMatches(url, mailto_cases[i].scheme, parsed.scheme));
573 EXPECT_TRUE(ComponentMatches(url, mailto_cases[i].path, parsed.path));
574 EXPECT_TRUE(ComponentMatches(url, mailto_cases[i].query, parsed.query));