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

  /external/chromium_org/extensions/browser/
extension_prefs_scope.h 13 enum ExtensionPrefsScope {
pref_names.h 21 bool ScopeToPrefName(ExtensionPrefsScope scope, std::string* result);
pref_names.cc 12 bool ScopeToPrefName(ExtensionPrefsScope scope, std::string* result) {
  /external/chromium_org/chrome/browser/extensions/api/content_settings/
content_settings_store.h 73 ExtensionPrefsScope scope);
77 ExtensionPrefsScope scope);
83 ExtensionPrefsScope scope) const;
89 ExtensionPrefsScope scope);
122 ExtensionPrefsScope scope);
126 ExtensionPrefsScope scope) const;
content_settings_store.cc 100 ExtensionPrefsScope scope) {
182 ExtensionPrefsScope scope) {
203 ExtensionPrefsScope scope) const {
227 ExtensionPrefsScope scope) {
247 ExtensionPrefsScope scope) const {
285 ExtensionPrefsScope scope) {
content_settings_api.cc 71 ExtensionPrefsScope scope = kExtensionPrefsScopeRegular;
214 ExtensionPrefsScope scope = kExtensionPrefsScopeRegular;
  /external/chromium_org/chrome/browser/extensions/
extension_pref_value_map.h 88 extensions::ExtensionPrefsScope scope,
95 extensions::ExtensionPrefsScope scope);
153 extensions::ExtensionPrefsScope scope) const;
157 extensions::ExtensionPrefsScope scope);
extension_pref_value_map.cc 11 using extensions::ExtensionPrefsScope;
50 ExtensionPrefsScope scope,
61 ExtensionPrefsScope scope) {
156 ExtensionPrefsScope scope) {
175 ExtensionPrefsScope scope) const {
extension_pref_value_map_unittest.cc 36 static const extensions::ExtensionPrefsScope kRegular =
38 static const extensions::ExtensionPrefsScope kRegularOnly =
40 static const extensions::ExtensionPrefsScope kIncognitoPersistent =
42 static const extensions::ExtensionPrefsScope kIncognitoSessionOnly =
  /external/chromium_org/chrome/browser/extensions/api/preference/
preference_helpers.h 23 extensions::ExtensionPrefsScope* scope);
preference_api.h 62 ExtensionPrefsScope scope,
68 ExtensionPrefsScope scope);
116 ExtensionPrefsScope scope);
preference_helpers.cc 38 ExtensionPrefsScope* scope) {
preference_api.cc 302 ExtensionPrefsScope scope,
333 ExtensionPrefsScope scope) {
421 ExtensionPrefsScope scope) {
623 ExtensionPrefsScope scope = kExtensionPrefsScopeRegular;
707 ExtensionPrefsScope scope = kExtensionPrefsScopeRegular;

Completed in 218 milliseconds