Home | History | Annotate | Download | only in src

Lines Matching refs:components

292 // append slashes which will be needed before any authority components for most
310 // The components for the username and password refer to ranges in the
312 // is legal as long as the two components don't overlap.
355 // components in the input text, from 1 to 4. If |family| is not IPV4,
507 // canonicalizing individual components.
574 // component remplacement (different strings for different components) can be
579 // components identify offsets within these strings, so that they can all be
587 // Constructor normally used by callers wishing to replace components. This
589 // override the components they want to replace.
601 // Constructor normally used internally to initialize all the components to
627 // By default, each component is unchanged. For those components that should be
728 const url_parse::Parsed& components() const { return components_; }
781 // Path URLs can only have the scheme and path replaced. All other components
795 // All other components will be ignored.