Home | History | Annotate | Download | only in apps

Lines Matching refs:file_entries

34 const char kFileEntries[] = "file_entries";
58 DictionaryValue* file_entries = update.Get();
59 if (!file_entries)
60 file_entries = update.Create();
61 DCHECK(!file_entries->GetDictionaryWithoutPathExpansion(file_entry.id, NULL));
68 file_entries->SetWithoutPathExpansion(file_entry.id, file_entry_dict);
77 DictionaryValue* file_entries = update.Get();
78 DCHECK(file_entries);
80 file_entries->GetDictionaryWithoutPathExpansion(file_entry.id,
93 DictionaryValue* file_entries = update.Get();
94 if (!file_entries)
95 file_entries = update.Create();
96 file_entries->RemoveWithoutPathExpansion(file_entry_id, NULL);
110 const DictionaryValue* file_entries = NULL;
111 if (!prefs->ReadPrefAsDictionary(extension_id, kFileEntries, &file_entries))
114 for (DictionaryValue::Iterator it(*file_entries); !it.IsAtEnd();