Lines Matching refs:password
305 // User info: username/password. If present, this will add the delimiters so
306 // the output will be "<username>:<password>@" or "<username>@". Empty
307 // username/password pairs, or empty passwords, will get converted to
310 // The components for the username and password refer to ranges in the
318 const url_parse::Component& password,
325 const url_parse::Component& password,
593 password(NULL),
606 password(default_value),
616 const CHAR* password;
659 // Password
661 sources_.password = s;
662 components_.password = comp;
665 sources_.password = Placeholder();
666 components_.password = url_parse::Component();
668 bool IsPasswordOverridden() const { return sources_.password != NULL; }