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

  /external/chromium_org/content/shell/browser/
shell_content_browser_client.cc 181 static const char* const kProtocolList[] = {
189 for (size_t i = 0; i < arraysize(kProtocolList); ++i) {
190 if (url.scheme() == kProtocolList[i])
  /external/chromium_org/chrome/browser/profiles/
profile_io_data.cc 659 static const char* const kProtocolList[] = {
677 for (size_t i = 0; i < arraysize(kProtocolList); ++i) {
678 if (scheme == kProtocolList[i])
    [all...]

Completed in 618 milliseconds