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

  /external/chromium_org/extensions/common/
url_pattern_set_unittest.cc 233 bool allow_file_access = false; local
235 set2.Populate(*value, URLPattern::SCHEME_ALL, allow_file_access, &error);
239 set2.Populate(patterns, URLPattern::SCHEME_ALL, allow_file_access, &error);
  /external/chromium_org/chrome/browser/extensions/
unpacked_installer.cc 188 bool allow_file_access = local
192 allow_file_access = prefs->AllowFileAccess(id);
195 if (allow_file_access)
196 result |= Extension::ALLOW_FILE_ACCESS;
  /external/chromium/chrome/browser/extensions/
extension_prefs.cc 660 bool allow_file_access = AllowFileAccess(extension_id); local
677 if (!allow_file_access && pattern.MatchesScheme(chrome::kFileScheme)) {
    [all...]

Completed in 193 milliseconds