Home | History | Annotate | Download | only in network

Lines Matching refs:LogEntry

29 struct LogEntry {
30 LogEntry(const std::string& file,
46 bool ContentEquals(const LogEntry& other) const;
57 LogEntry::LogEntry(const std::string& file,
71 std::string LogEntry::ToString(bool show_time,
88 std::string LogEntry::GetNormalText(bool show_desc) const {
95 std::string LogEntry::GetHtmlText(bool show_desc) const {
117 void LogEntry::SendToVLogOrErrorLog() const {
129 bool LogEntry::ContentEquals(const LogEntry& other) const {
159 typedef std::list<LogEntry> LogEntryList;
166 void AddLogEntry(const LogEntry& entry);
181 void NetworkEventLog::AddLogEntry(const LogEntry& entry) {
183 LogEntry& last = entries_.back();
310 LogEntry entry(filestr, file_line, log_level, event, description);