Searched defs:spec_len (Results 1 – 10 of 10) sorted by relevance
/external/chromium/googleurl/src/ |
D | url_parse_file.cc | 78 int spec_len, in DoParseUNC() 130 int spec_len, in DoParseLocalFile() 141 void DoParseFileURL(const CHAR* spec, int spec_len, Parsed* parsed) { in DoParseFileURL()
|
D | url_file.h | 55 inline int FindNextSlash(const CHAR* spec, int begin_index, int spec_len) { in FindNextSlash() 72 int spec_len) { in DoesBeginWindowsDriveSpec()
|
D | url_util.cc | 128 int spec_len; in DoFindAndCompareScheme() local 152 int spec_len; in DoCanonicalize() local 263 int spec_len, in DoReplaceComponents() 414 int spec_len, in Canonicalize() 423 int spec_len, in Canonicalize() 458 int spec_len, in ReplaceComponents() 469 int spec_len, in ReplaceComponents()
|
D | url_canon_mailtourl.cc | 95 int spec_len, in CanonicalizeMailtoURL() 104 int spec_len, in CanonicalizeMailtoURL()
|
D | url_canon_pathurl.cc | 86 int spec_len, in CanonicalizePathURL() 95 int spec_len, in CanonicalizePathURL()
|
D | url_parse.cc | 59 int spec_len) { in FindNextAuthorityTerminator() 285 int spec_len, in DoParseAfterScheme() 316 void DoParseStandardURL(const CHAR* spec, int spec_len, Parsed* parsed) { in DoParseStandardURL() 339 void DoParsePathURL(const CHAR* spec, int spec_len, Parsed* parsed) { in DoParsePathURL() 381 void DoParseMailtoURL(const CHAR* spec, int spec_len, Parsed* parsed) { in DoParseMailtoURL() 747 int spec_len, in ParseAfterScheme() 754 int spec_len, in ParseAfterScheme()
|
D | url_util.h | 121 inline bool IsStandard(const char* spec, int spec_len, in IsStandard()
|
D | url_canon_stdurl.cc | 152 int spec_len, in CanonicalizeStandardURL() 163 int spec_len, in CanonicalizeStandardURL()
|
D | url_canon_fileurl.cc | 151 int spec_len, in CanonicalizeFileURL() 162 int spec_len, in CanonicalizeFileURL()
|
D | url_canon_relative.cc | 76 int spec_len) { in DoesBeginSlashWindowsDriveSpec()
|