Home | History | Annotate | Download | only in autocomplete

Lines Matching refs:Parsed

237   // not guaranteed to be valid, especially if the parsed type is, e.g., QUERY.
240 url_parse::Parsed* parts,
255 // the result is then parsed as AutocompleteInput. Such code can call this
284 // Returns parsed URL components.
285 const url_parse::Parsed& parts() const { return parts_; }
287 // The scheme parsed from the provided text; only meaningful when type_ is
329 url_parse::Parsed parts_;