Searched refs:log_entries (Results 1 – 2 of 2) sorted by relevance
63 std::vector<std::string> log_entries; in LoadCrashList() local64 base::SplitStringAlongWhitespace(contents, &log_entries); in LoadCrashList()65 ParseLogEntries(log_entries); in LoadCrashList()70 const std::vector<std::string>& log_entries) { in ParseLogEntries() argument72 for (i = log_entries.rbegin(); i != log_entries.rend(); ++i) { in ParseLogEntries()
75 void ParseLogEntries(const std::vector<std::string>& log_entries);