Home
last modified time | relevance | path

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

/external/chromium_org/chromeos/network/
Dnetwork_event_log.cc86 std::string GetNormalText(bool show_desc) const;
137 line += format_html ? GetHtmlText(show_desc) : GetNormalText(show_desc); in ToString()
164 std::string LogEntry::GetNormalText(bool show_desc) const { in GetNormalText() function in chromeos::network_event_log::__anona17623f70111::LogEntry