Lines Matching refs:url
46 // guessing that it maps internally to the empty URL.
49 // When on a file: URL source page, this link will work. When over HTTP,
50 // the file: URL will appear in the status bar but the link will not work
166 // relative URL resolver when it determines there is an absolute URL, which
217 // file: URL with exactly 2 slashes is considered to have a host component.
235 void ParseFileURL(const char* url, int url_len, Parsed* parsed) {
236 DoParseFileURL(url, url_len, parsed);
239 void ParseFileURL(const char16* url, int url_len, Parsed* parsed) {
240 DoParseFileURL(url, url_len, parsed);