Home | History | Annotate | Download | only in url

Lines Matching full:invalid

22   // Creates an empty, invalid URL.
29 // The narrow version requires the input be UTF-8. Invalid UTF-8 input will
30 // result in an invalid URL.
67 // invalid, and is_valid() will return false for them. This is provided
84 // Used invalid_spec() below to get the unusable spec of an invalid URL. This
86 // that could result from the mistaken use of an invalid URL.
89 // Returns the potentially invalid spec for a the URL. This spec MUST NOT be
106 // don't do anything "important" with invalid specs.
130 // can't resolve it. In these cases, the result will be an empty, invalid
133 // The result may also be a nonempty, invalid URL if the input has some kind
135 // that may have meaning to the user, but it will be marked invalid.
137 // It is an error to resolve a URL relative to an invalid URL. The result
162 // It is an error to replace components of an invalid URL. The result will
176 // an empty, invalid GURL. Note that this *does* work for file: URLs, which
179 // It is an error to get an empty path on an invalid URL. The result
187 // invalid GURL. If the URL has neither username nor password, this
190 // It is an error to get the origin of an invalid URL. The result
224 // scheme delimiting colon). It is an error to get the origin of an invalid
285 // return false only for invalid or nonstandard URLs.
365 // invalid port number, invalid characters in the scheme, etc.).