HomeSort by relevance Sort by last modified time
    Searched refs:IsAuthorityTerminator (Results 1 - 3 of 3) sorted by null

  /external/chromium/googleurl/src/
url_parse.h 266 GURL_API bool IsAuthorityTerminator(char16 ch);
url_parse.cc 61 if (IsAuthorityTerminator(spec[i]))
650 bool IsAuthorityTerminator(char16 ch) {
  /external/chromium/chrome/browser/net/
url_fixer_upper.cc 325 !url_parse::IsAuthorityTerminator(original_text[port_end]))

Completed in 27 milliseconds