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

  /external/chromium_org/chrome/browser/extensions/api/permissions/
permissions_api_helpers.h 36 bool allow_file_access,
permissions_api_helpers.cc 69 bool allow_file_access,
129 if (!allow_file_access)
  /external/chromium_org/extensions/common/
url_pattern_set.h 90 bool allow_file_access,
95 bool allow_file_access,
url_pattern_set.cc 196 bool allow_file_access,
210 if (!allow_file_access && pattern.MatchesScheme(chrome::kFileScheme)) {
221 bool allow_file_access,
230 return Populate(patterns, valid_schemes, allow_file_access, error);
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;
extension_prefs.cc 511 bool allow_file_access = AllowFileAccess(extension_id);
512 return result->Populate(*value, valid_schemes, allow_file_access, NULL);
    [all...]
  /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...]
  /external/chromium_org/chrome/browser/extensions/api/developer_private/
developer_private_api.cc 315 info->allow_file_access = service->AllowFileAccess(&item);
    [all...]

Completed in 458 milliseconds