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

/external/chromium_org/chromeos/network/
H A Dnetwork_event_log.cc79 std::string ToString(bool show_time,
116 std::string LogEntry::ToString(bool show_time, argument
122 if (show_time)
194 const bool show_time = true; local
200 ToString(show_time, show_file, show_level, show_desc, format_html);
215 bool* show_time,
222 *show_time = false;
231 *show_time = true;
307 bool show_time, show_file, show_level, show_desc, format_html, format_json;
309 &show_time,
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 1007 milliseconds