Searched defs:LogEntry (Results 1 – 8 of 8) sorted by relevance
67 struct LogEntry { struct68 const base::Time timestamp;69 const Log::Level level;70 const std::string source;71 const std::string message;73 LogEntry(const base::Time& timestamp, in LogEntry() argument
68 struct LogEntry { struct69 const base::Time timestamp;70 const Log::Level level;71 const std::string source;72 const std::string message;74 LogEntry(const base::Time& timestamp, in LogEntry() argument
25 struct NET_EXPORT LogEntry { struct32 LogEntry(); argument36 Type type;39 std::string leaf_certificate;42 SHA256HashValue issuer_key_hash;43 std::string tbs_certificate;
78 LogEntry::LogEntry() {} in LogEntry() function in net::ct::LogEntry
31 struct LogEntry { struct52 std::string file;53 int file_line;54 LogLevel log_level;55 std::string event;56 std::string description;57 base::Time time;58 int count;61 LogEntry::LogEntry(const std::string& file, in LogEntry() function in chromeos::network_event_log::__anon4ebf53bd0111::LogEntry
27 struct LogEntry { struct in fileapi::__anon280a79d00111::LoggingRecursiveOperation28 enum Type {33 Type type;34 FileSystemURL url;
54 class LogEntry(ndb.Model): class
381 typedef std::pair<ViewObserver::DispositionChangePhase, bool> LogEntry; typedef in v2::VisibilityObserver