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

  /external/chromium_org/content/shell/
shell_content_browser_client.cc 125 static const char* const kProtocolList[] = {
133 for (size_t i = 0; i < arraysize(kProtocolList); ++i) {
134 if (url.scheme() == kProtocolList[i])
  /external/chromium_org/chrome/browser/profiles/
profile_io_data.cc 498 static const char* const kProtocolList[] = {
516 for (size_t i = 0; i < arraysize(kProtocolList); ++i) {
517 if (scheme == kProtocolList[i])
    [all...]

Completed in 516 milliseconds