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

  /external/chromium_org/chrome/browser/prerender/
prerender_history.cc 40 DictionaryValue* entry_dict = new DictionaryValue(); local
41 entry_dict->SetString("url", entry.url.spec());
42 entry_dict->SetString("final_status",
44 entry_dict->SetString("origin", NameFromOrigin(entry.origin));
47 entry_dict->SetString(
50 return_list->Append(entry_dict);
  /external/chromium/net/base/
net_log.cc 80 DictionaryValue* entry_dict = new DictionaryValue(); local
82 entry_dict->SetString("time", TickCountToString(time));
93 entry_dict->Set("source", source_dict);
97 entry_dict->SetInteger("type", static_cast<int>(type));
98 entry_dict->SetInteger("phase", static_cast<int>(phase));
100 entry_dict->SetString("type", NetLog::EventTypeToString(type));
101 entry_dict->SetString("phase", NetLog::EventPhaseToString(phase));
106 entry_dict->Set("params", params->ToValue());
108 return entry_dict;
  /external/chromium_org/chrome/browser/ui/app_list/search/
history_data_store.cc 81 const base::DictionaryValue* entry_dict = NULL; local
82 if (!it.value().GetAsDictionary(&entry_dict))
87 if (!entry_dict->GetStringWithoutPathExpansion(kKeyPrimary, &primary) ||
88 !entry_dict->GetStringWithoutPathExpansion(kKeyUpdateTime,
95 if (entry_dict->GetListWithoutPathExpansion(kKeySecondary, &secondary_list))
139 base::DictionaryValue* entry_dict = GetEntryDict(query); local
140 entry_dict->SetWithoutPathExpansion(kKeyPrimary,
152 base::DictionaryValue* entry_dict = GetEntryDict(query); local
153 entry_dict->SetWithoutPathExpansion(kKeySecondary, results_list.release());
159 base::DictionaryValue* entry_dict = GetEntryDict(query) local
187 base::DictionaryValue* entry_dict = NULL; local
    [all...]
  /external/chromium_org/chrome/browser/chromeos/settings/
device_settings_provider.cc 258 const base::DictionaryValue* entry_dict = NULL; local
259 if ((*entry)->GetAsDictionary(&entry_dict)) {
263 if (entry_dict->GetStringWithoutPathExpansion(
268 if (entry_dict->GetIntegerWithoutPathExpansion(
275 if (entry_dict->GetStringWithoutPathExpansion(
523 scoped_ptr<base::DictionaryValue> entry_dict(new base::DictionaryValue());
526 entry_dict->SetStringWithoutPathExpansion(
529 entry_dict->SetIntegerWithoutPathExpansion(
532 entry_dict->SetStringWithoutPathExpansion(
538 entry_dict->SetStringWithoutPathExpansion
    [all...]
  /external/chromium/chrome/browser/ui/webui/
net_internals_ui.cc 981 DictionaryValue* entry_dict = new DictionaryValue(); local
    [all...]
  /external/chromium_org/google_apis/drive/
gdata_wapi_parser.cc 635 const base::DictionaryValue* entry_dict = NULL; local
637 as_dict->GetDictionary(kEntryField, &entry_dict)) {
638 return ResourceEntry::CreateFrom(*entry_dict);
  /external/chromium_org/chrome/browser/ui/webui/net_internals/
net_internals_ui.cc 1136 DictionaryValue* entry_dict = new DictionaryValue(); local
    [all...]

Completed in 280 milliseconds