Lines Matching refs:comp
641 void SetScheme(const CHAR* s, const url_parse::Component& comp) {
643 components_.scheme = comp;
649 void SetUsername(const CHAR* s, const url_parse::Component& comp) {
651 components_.username = comp;
660 void SetPassword(const CHAR* s, const url_parse::Component& comp) {
662 components_.password = comp;
671 void SetHost(const CHAR* s, const url_parse::Component& comp) {
673 components_.host = comp;
682 void SetPort(const CHAR* s, const url_parse::Component& comp) {
684 components_.port = comp;
693 void SetPath(const CHAR* s, const url_parse::Component& comp) {
695 components_.path = comp;
704 void SetQuery(const CHAR* s, const url_parse::Component& comp) {
706 components_.query = comp;
715 void SetRef(const CHAR* s, const url_parse::Component& comp) {
717 components_.ref = comp;