Home | History | Annotate | Download | only in settings

Lines Matching full:entry_dict

245         const base::DictionaryValue* entry_dict = NULL;
246 if ((*entry)->GetAsDictionary(&entry_dict)) {
250 if (entry_dict->GetStringWithoutPathExpansion(
255 if (entry_dict->GetIntegerWithoutPathExpansion(
262 if (entry_dict->GetStringWithoutPathExpansion(
520 scoped_ptr<base::DictionaryValue> entry_dict(new base::DictionaryValue());
523 entry_dict->SetStringWithoutPathExpansion(
526 entry_dict->SetIntegerWithoutPathExpansion(
529 entry_dict->SetStringWithoutPathExpansion(
535 entry_dict->SetStringWithoutPathExpansion(
538 entry_dict->SetIntegerWithoutPathExpansion(
542 account_list->Append(entry_dict.release());