Searched defs:allow_file_access (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/chrome/browser/extensions/api/permissions/
H A Dpermissions_api_helpers.cc72 bool allow_file_access,
137 if (!allow_file_access)
70 UnpackPermissionSet( const Permissions& permissions, bool allow_file_access, std::string* error) argument
/external/chromium_org/extensions/common/
H A Durl_pattern_set_unittest.cc263 bool allow_file_access = false; local
265 set2.Populate(*value, URLPattern::SCHEME_ALL, allow_file_access, &error);
269 set2.Populate(patterns, URLPattern::SCHEME_ALL, allow_file_access, &error);
H A Durl_pattern_set.cc230 bool allow_file_access,
244 if (!allow_file_access && pattern.MatchesScheme(url::kFileScheme)) {
266 bool allow_file_access,
275 return Populate(patterns, valid_schemes, allow_file_access, error);
228 Populate(const std::vector<std::string>& patterns, int valid_schemes, bool allow_file_access, std::string* error) argument
264 Populate(const base::ListValue& value, int valid_schemes, bool allow_file_access, std::string* error) argument
/external/chromium_org/chrome/browser/extensions/
H A Dunpacked_installer.cc218 bool allow_file_access = local
222 allow_file_access = prefs->AllowFileAccess(id);
225 if (allow_file_access)

Completed in 1027 milliseconds