HomeSort by relevance Sort by last modified time
    Searched refs:extension_dict (Results 1 - 11 of 11) 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/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...]
extension_prefs.h 587 // Helper function to populate |extension_dict| with the values needed
595 base::DictionaryValue* extension_dict);
598 // |extension_dict| for an extension install. Also see
605 base::DictionaryValue* extension_dict);
  /external/chromium_org/chrome/browser/ui/webui/extensions/
command_handler.cc 116 scoped_ptr<DictionaryValue> extension_dict(new DictionaryValue);
117 extension_dict->SetString("name", (*extension)->name());
118 extension_dict->SetString("id", (*extension)->id());
167 extension_dict->Set("commands", extensions_list.release());
168 results->Append(extension_dict.release());
  /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/tools/telemetry/telemetry/core/
browser.py 8 from telemetry.core import extension_dict namespace
37 self._extensions = extension_dict.ExtensionDict(
  /external/chromium_org/third_party/protobuf/python/google/protobuf/internal/
cpp_message.py 422 extension_dict = message_descriptor.extensions_by_name
423 for extension_name, extension_field in extension_dict.iteritems():
660 extension_dict = message_descriptor.extensions_by_name
661 for extension_name, extension_field in extension_dict.iteritems():
python_message.py 227 extension_dict = descriptor.extensions_by_name
228 for extension_name, extension_field in extension_dict.iteritems():
522 extension_dict = descriptor.extensions_by_name
523 for extension_name, extension_field in extension_dict.iteritems():
    [all...]
  /external/protobuf/python/google/protobuf/
reflection.py 294 extension_dict = descriptor.extensions_by_name
295 for extension_name, extension_field in extension_dict.iteritems():
572 extension_dict = descriptor.extensions_by_name
573 for extension_name, extension_field in extension_dict.iteritems():
    [all...]
  /external/chromium_org/chrome/browser/policy/
configuration_policy_handler.h 267 // Parses the data in |policy_value| and writes them to |extension_dict|.
269 base::DictionaryValue* extension_dict,
configuration_policy_handler.cc 533 base::DictionaryValue* extension_dict,
583 if (extension_dict) {
585 extension_dict, extension_id, update_url);
    [all...]

Completed in 3986 milliseconds