Lines Matching full:component
61 // Overrides one component, see the url_canon::Replacements structure for
62 // what the various combionations of source pointer and component mean.
64 const url_parse::Component& override_component,
66 url_parse::Component* dest_component) {
77 // holding place. The component indentifying the portion of the buffer used in
82 // may get resized while we're overriding a subsequent component. Instead, the
87 const url_parse::Component& override_component,
89 url_parse::Component* dest_component) {
93 // Non-"valid" component (means delete), so we need to preserve that.
94 *dest_component = url_parse::Component();