Home | History | Annotate | Download | only in src

Lines Matching refs:PASSWORD

79   const char* password;
180 {"http://u:p@h:8/p?q#r", Parsed::PASSWORD, true, 9},
181 {"http://u:p@h:8/p?q#r", Parsed::PASSWORD, false, 9},
199 // This case is a little weird. It will report that the password would
203 {"http://u@h/", Parsed::PASSWORD, true, 9},
211 {"file:///c:/foo", Parsed::PASSWORD, true, 7},
287 // ... "]" in the password field isn't allowed, but we tolerate it here...
340 EXPECT_TRUE(ComponentMatches(url, cases[i].password, parsed.password));
377 ExpectInvalidComponent(parsed.password);
431 EXPECT_TRUE(ComponentMatches(url, file_cases[i].password, parsed.password));
579 ExpectInvalidComponent(parsed.password);