Home | History | Annotate | Download | only in src

Lines Matching refs:Parsed

66   // Constructor for URLs that have already been parsed and canonicalized. This
70 const url_parse::Parsed& parsed, bool is_valid);
74 // Returns true when this object represents a valid parsed URL. When not
116 // Getter for the raw parsed structure. This allows callers to locate parts
120 // The returned parsed structure will reference into the raw spec, which may
124 const url_parse::Parsed& parsed_for_possibly_invalid_spec() const {
301 // Returns a parsed version of the port. Can also be any of the special
302 // values defined in Parsed for ExtractPort.
367 url_parse::Parsed parsed_;