Home
last modified time | relevance | path

Searched refs:show_desc (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/chromeos/network/
Dnetwork_event_log.cc82 bool show_desc,
86 std::string GetNormalText(bool show_desc) const;
87 std::string GetHtmlText(bool show_desc) const;
119 bool show_desc, in ToString() argument
137 line += format_html ? GetHtmlText(show_desc) : GetNormalText(show_desc); in ToString()
164 std::string LogEntry::GetNormalText(bool show_desc) const { in GetNormalText()
166 if (show_desc && !description.empty()) in GetNormalText()
171 std::string LogEntry::GetHtmlText(bool show_desc) const { in GetHtmlText()
181 if (show_desc && !description.empty()) in GetHtmlText()
197 const bool show_desc = true; in SendToVLogOrErrorLog() local
[all …]