Searched refs:GetNormalText (Results 1 – 1 of 1) sorted by relevance
86 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