Searched refs:constants_dict (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/net/base/
H A Dnet_log_logger.cc65 DictionaryValue* constants_dict = new DictionaryValue(); local
68 constants_dict->SetInteger("logFormatVersion", kLogFormatVersion);
72 constants_dict->Set("logEventTypes", net::NetLog::GetEventTypesAsValue());
84 constants_dict->Set("loadFlag", dict);
97 constants_dict->Set("loadState", dict);
110 constants_dict->Set("netError", dict);
125 constants_dict->Set("quicError", dict);
140 constants_dict->Set("quicRstStreamError", dict);
152 constants_dict->Set("logEventPhase", dict);
157 constants_dict
[all...]
/external/chromium_org/content/shell/
H A Dshell_net_log.cc20 base::DictionaryValue* constants_dict = net::NetLogLogger::GetConstants(); local
29 constants_dict->Set("clientInfo", dict);
31 return constants_dict;
/external/chromium_org/chrome/browser/ui/webui/net_internals/
H A Dnet_internals_ui.cc1837 DictionaryValue* constants_dict = net::NetLogLogger::GetConstants(); local
1838 DCHECK(constants_dict);
1864 constants_dict->Set("clientInfo", dict);
1867 return constants_dict;

Completed in 868 milliseconds