Home | History | Annotate | Download | only in extensions

Lines Matching full:preferences

23 // Additional preferences keys
47 // object stored in the Preferences file. The extensions are stored by ID.
102 // Preferences that hold which permissions the user has granted the extension.
113 // A preference that contains any extension-controlled preferences.
114 const char kPrefPreferences[] = "preferences";
151 DictionaryValue* preferences = NULL;
153 if (!dict->GetDictionary(key, &preferences)) {
154 preferences = new DictionaryValue;
155 dict->Set(key, preferences);
157 return preferences;
1063 // This can legitimately happen if we store preferences for component
1082 // preferences.
1383 // were installed or don't have a preferences field.
1408 DictionaryValue* preferences = NULL;
1412 if (source_dict->GetDictionary(key, &preferences))
1413 return preferences;
1421 source_dict->GetDictionary(key, &preferences);
1422 return preferences;
1427 // to the user preferences stored in a JSON file.
1430 // Create empty preferences dictionary for each extension (these dictionaries
1483 // Also store in persisted Preferences file to recover after a
1504 // Also store in persisted Preferences file to recover after a