Searched refs:source_dict (Results 1 – 3 of 3) sorted by relevance
105 base::DictionaryValue* source_dict; in FromEventParameters() local110 !dict->GetDictionary("source_dependency", &source_dict) || in FromEventParameters()111 !source_dict->GetInteger("id", &source_id) || in FromEventParameters()112 !source_dict->GetInteger("type", &source_type)) { in FromEventParameters()129 base::DictionaryValue* source_dict = new base::DictionaryValue(); in ToValue() local130 source_dict->SetInteger("id", data_->source.id); in ToValue()131 source_dict->SetInteger("type", static_cast<int>(data_->source.type)); in ToValue()132 entry_dict->Set("source", source_dict); in ToValue()
60 def GetProjectObjects(source_dict): argument63 for src in source_dict[key]:
248 const base::DictionaryValue* source_dict = in LoadExtensionControlledPrefs() local251 if (!source_dict->GetDictionary(key, &preferences)) in LoadExtensionControlledPrefs()