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) {
183 ExtensionPrefsScope scope) {
204 ExtensionPrefsScope scope) const {
228 ExtensionPrefsScope scope) {
248 ExtensionPrefsScope scope) const {
286 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);
158 extensions::ExtensionPrefsScope scope) const;
162 extensions::ExtensionPrefsScope scope);
extension_pref_value_map.cc 11 using extensions::ExtensionPrefsScope;
50 ExtensionPrefsScope scope,
61 ExtensionPrefsScope scope) {
159 ExtensionPrefsScope scope) {
178 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 39 ExtensionPrefsScope* scope) {
preference_api.cc 301 ExtensionPrefsScope scope,
332 ExtensionPrefsScope scope) {
420 ExtensionPrefsScope scope) {
621 ExtensionPrefsScope scope = kExtensionPrefsScopeRegular;
702 ExtensionPrefsScope scope = kExtensionPrefsScopeRegular;

Completed in 463 milliseconds