Searched defs:AllowFileAccess (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/extensions/
H A Dextension_util.cc165 bool AllowFileAccess(const std::string& extension_id, function in namespace:extensions::util
169 ExtensionPrefs::Get(context)->AllowFileAccess(extension_id);
177 if (allow == AllowFileAccess(extension_id, context))
/external/chromium_org/extensions/browser/
H A Dextension_prefs.cc550 bool allow_file_access = AllowFileAccess(extension_id);
1172 bool ExtensionPrefs::AllowFileAccess(const std::string& extension_id) const { function in class:extensions::ExtensionPrefs

Completed in 91 milliseconds