Searched refs:canonical_spec (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/url/
H A Dgurl.cc89 GURL::GURL(const char* canonical_spec, argument
93 : spec_(canonical_spec, canonical_spec_len),
99 GURL::GURL(std::string canonical_spec, const url::Parsed& parsed, bool is_valid) argument
102 spec_.swap(canonical_spec);
137 // canonical_spec actually points to the start of the outer URL, so we'd
H A Dgurl.h44 GURL(const char* canonical_spec,
48 // Notice that we take the canonical_spec by value so that we can convert
54 GURL(std::string canonical_spec, const url::Parsed& parsed, bool is_valid);

Completed in 69 milliseconds