Searched refs:format_html (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/chromeos/network/
H A Dnetwork_event_log.cc83 bool format_html) const;
120 bool format_html) const {
134 std::string filestr = format_html ? net::EscapeForHTML(file) : file;
137 line += format_html ? GetHtmlText(show_desc) : GetNormalText(show_desc);
198 const bool format_html = false; local
200 ToString(show_time, show_file, show_level, show_desc, format_html);
219 bool* format_html,
226 *format_html = false;
239 *format_html = true;
307 bool show_time, show_file, show_level, show_desc, format_html, format_jso
214 GetFormat(const std::string& format_string, bool* show_time, bool* show_file, bool* show_level, bool* show_desc, bool* format_html, bool* format_json) argument
[all...]

Completed in 136 milliseconds