Lines Matching refs:comp
646 void SetScheme(const CHAR* s, const url_parse::Component& comp) {
648 components_.scheme = comp;
654 void SetUsername(const CHAR* s, const url_parse::Component& comp) {
656 components_.username = comp;
665 void SetPassword(const CHAR* s, const url_parse::Component& comp) {
667 components_.password = comp;
676 void SetHost(const CHAR* s, const url_parse::Component& comp) {
678 components_.host = comp;
687 void SetPort(const CHAR* s, const url_parse::Component& comp) {
689 components_.port = comp;
698 void SetPath(const CHAR* s, const url_parse::Component& comp) {
700 components_.path = comp;
709 void SetQuery(const CHAR* s, const url_parse::Component& comp) {
711 components_.query = comp;
720 void SetRef(const CHAR* s, const url_parse::Component& comp) {
722 components_.ref = comp;