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

  /external/chromium_org/chrome/browser/extensions/api/content_settings/
content_settings_helpers.cc 61 const int kAllowedSchemes =
64 URLPattern url_pattern(kAllowedSchemes);
  /external/chromium/chrome/browser/extensions/
extension_menu_manager.h 198 static const int kAllowedSchemes;
257 // items. This checks against kAllowedSchemes.
extension_menu_manager.cc 94 const int ExtensionMenuManager::kAllowedSchemes =
473 URLPattern pattern(kAllowedSchemes);
extension_context_menu_api.cc 142 URLPattern pattern(ExtensionMenuManager::kAllowedSchemes);
  /external/chromium_org/chrome/common/extensions/permissions/
permissions_data.cc 181 const int kAllowedSchemes =
190 URLPattern pattern = URLPattern(kAllowedSchemes);

Completed in 68 milliseconds