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

/external/chromium_org/chromeos/network/
H A Dnetwork_event_log.cc39 bool format_html) const;
74 bool format_html) const {
79 std::string filestr = format_html ? net::EscapeForHTML(file) : file;
82 line += format_html ? GetHtmlText(show_desc) : GetNormalText(show_desc);
121 const bool format_html = false; local
122 std::string output = ToString(show_time, show_file, show_desc, format_html);
140 bool* format_html) {
145 *format_html = false;
155 *format_html = true;
221 bool show_time, show_file, show_desc, format_html;
136 GetFormat(const std::string& format_string, bool* show_time, bool* show_file, bool* show_desc, bool* format_html) argument
[all...]

Completed in 64 milliseconds