Home | History | Annotate | Download | only in url

Lines Matching refs:scheme

267 // Scheme: Appends the scheme and colon to the URL. The output component will
270 // Canonical URLs always have a scheme. If the scheme is not present in the
271 // input, this will just write the colon to indicate an empty scheme. Does not
277 const Component& scheme,
281 const Component& scheme,
417 // Returns the default port for the given canonical scheme, or PORT_UNSPECIFIED
418 // if the scheme is unknown.
419 URL_EXPORT int DefaultPortForScheme(const char* scheme, int scheme_len);
594 : scheme(NULL),
607 : scheme(default_value),
617 const CHAR* scheme;
643 // Scheme
645 sources_.scheme = s;
646 components_.scheme = comp;
649 bool IsSchemeOverridden() const { return sources_.scheme != NULL; }
801 // Path URLs can only have the scheme and path replaced. All other components
814 // Mailto URLs can only have the scheme, path, and query replaced.