Searched refs:spec_ (Results 1 – 2 of 2) sorted by relevance
112 : spec_(other.spec_), in GURL()118 is_valid_ = InitCanonical(url_string, &spec_, &parsed_); in GURL()122 is_valid_ = InitCanonical(url_string, &spec_, &parsed_); in GURL()127 : spec_(canonical_spec, canonical_spec_len), in GURL()135 GURL test_url(spec_); in GURL()138 DCHECK(test_url.spec_ == spec_); in GURL()153 spec_ = other.spec_; in operator =()160 if (is_valid_ || spec_.empty()) in spec()161 return spec_; in spec()186 result.spec_.reserve(spec_.size() + 32); in ResolveWithCharsetConverter()[all …]
87 return spec_.empty(); in is_empty()113 return spec_; in possibly_invalid_spec()130 return spec_ == other.spec_;133 return spec_ != other.spec_;138 return spec_ < other.spec_;355 return std::string(spec_, comp.begin, comp.len); in ComponentString()359 std::string spec_; variable