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

  /external/chromium_org/net/base/
net_log_logger.cc 70 base::DictionaryValue* constants_dict = new base::DictionaryValue(); local
73 constants_dict->SetInteger("logFormatVersion", kLogFormatVersion);
77 constants_dict->Set("logEventTypes", net::NetLog::GetEventTypesAsValue());
88 constants_dict->Set("certStatusFlag", dict);
101 constants_dict->Set("loadFlag", dict);
114 constants_dict->Set("loadState", dict);
127 constants_dict->Set("netError", dict);
142 constants_dict->Set("quicError", dict);
157 constants_dict->Set("quicRstStreamError", dict);
169 constants_dict->Set("logEventPhase", dict)
    [all...]
  /external/chromium_org/content/shell/browser/
shell_net_log.cc 20 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/
net_internals_ui.cc 1742 base::DictionaryValue* constants_dict = net::NetLogLogger::GetConstants(); local
    [all...]

Completed in 1254 milliseconds