HomeSort by relevance Sort by last modified time
    Searched full:toplevel_dict (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chrome/browser/chromeos/policy/
configuration_policy_handler_chromeos.cc 143 scoped_ptr<base::DictionaryValue> toplevel_dict =
145 if (!toplevel_dict)
151 toplevel_dict = onc::MaskCredentialsInOncObject(
153 *toplevel_dict,
156 base::JSONWriter::WriteWithOptions(toplevel_dict.get(),
  /external/chromium_org/chrome/browser/chromeos/contacts/
gdata_contacts_service.cc 627 const DictionaryValue* toplevel_dict = NULL; local
628 if (!feed_data.GetAsDictionary(&toplevel_dict)) {
634 if (!toplevel_dict->GetDictionary(kFeedField, &feed_dict)) {
    [all...]

Completed in 61 milliseconds