HomeSort by relevance Sort by last modified time
    Searched defs:extension_dict (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/chrome/test/webdriver/commands/
chrome_commands.cc 49 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_org/tools/telemetry/telemetry/core/
browser.py 8 from telemetry.core import extension_dict namespace
37 self._extensions = extension_dict.ExtensionDict(
  /external/chromium/chrome/browser/extensions/
extension_prefs.cc 283 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/extensions/
extension_prefs.cc 370 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
    [all...]

Completed in 137 milliseconds