Searched defs:extension_dict (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/tools/telemetry/telemetry/core/
H A Dbrowser.py8 from telemetry.core import extension_dict namespace
37 self._extensions = extension_dict.ExtensionDict(
/external/chromium_org/chrome/test/webdriver/commands/
H A Dchrome_commands.cc49 DictionaryValue* extension_dict; local
50 if (!extensions_list.GetDictionary(i, &extension_dict)) {
56 if (!extension_dict->GetBoolean("is_component", &is_component)) {
65 if (!extension_dict->GetString("id", &extension_id)) {
136 DictionaryValue* extension_dict; local
137 if (!extensions_list.GetDictionary(i, &extension_dict)) {
143 if (!extension_dict->GetString("id", &id)) {
150 extension.Swap(extension_dict);
/external/chromium/chrome/browser/extensions/
H A Dextension_prefs.cc283 DictionaryValue* extension_dict = NULL; local
284 if (!dict->GetDictionaryWithoutPathExpansion(*i, &extension_dict))
287 if (extension_dict->GetInteger(kPrefLocation, &location_value) &&
293 if (!extension_dict->GetString(kPrefPath, &path_string))
307 DictionaryValue* extension_dict = NULL; local
308 update_dict->GetDictionaryWithoutPathExpansion(*i, &extension_dict);
310 extension_dict->GetString(kPrefPath, &path_string);
312 extension_dict->SetString(kPrefPath,
324 DictionaryValue* extension_dict = NULL; local
325 if (!dict->GetDictionaryWithoutPathExpansion(*i, &extension_dict)) {
866 DictionaryValue* extension_dict = update.Get(); local
982 const DictionaryValue* extension_dict = GetExtensionPref(extension->id()); local
[all...]
/external/chromium_org/chrome/browser/policy/
H A Dconfiguration_policy_handler.cc533 base::DictionaryValue* extension_dict,
583 if (extension_dict) {
585 extension_dict, extension_id, update_url);
531 ParseList( const base::Value* policy_value, base::DictionaryValue* extension_dict, PolicyErrorMap* errors) argument
/external/chromium_org/chrome/browser/extensions/
H A Dextension_prefs.cc370 const DictionaryValue* extension_dict = NULL; local
371 if (!i.value().GetAsDictionary(&extension_dict))
374 if (extension_dict->GetInteger(kPrefLocation, &location_value) &&
381 if (!extension_dict->GetString(kPrefPath, &path_string))
395 DictionaryValue* extension_dict = NULL; local
396 if (!update_dict->GetDictionaryWithoutPathExpansion(*i, &extension_dict)) {
401 extension_dict->GetString(kPrefPath, &path_string);
403 extension_dict->SetString(kPrefPath,
411 const DictionaryValue* extension_dict = NULL; local
413 !extensions->GetDictionary(extension_id, &extension_dict)) {
1169 DictionaryValue* extension_dict = update.Get(); local
1220 const DictionaryValue* extension_dict = local
1336 DictionaryValue* extension_dict = new DictionaryValue(); local
1368 DictionaryValue* extension_dict = update.Get(); local
1770 PopulateExtensionInfoPrefs( const Extension* extension, const base::Time install_time, Extension::State initial_state, Blacklist::BlacklistState blacklist_state, DictionaryValue* extension_dict) argument
1810 FinishExtensionInfoPrefs( const std::string& extension_id, const base::Time install_time, bool needs_sort_ordinal, const syncer::StringOrdinal& suggested_page_ordinal, DictionaryValue* extension_dict) argument
[all...]

Completed in 136 milliseconds