OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:constants_dict
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/net/base/
net_log_logger.cc
65
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
->Set("logSourceType", net::NetLog::GetSourceTypesAsValue())
[
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
1805
DictionaryValue*
constants_dict
= net::NetLogLogger::GetConstants();
local
[
all
...]
Completed in 1044 milliseconds