Home
last modified time | relevance | path

Searched defs:LogEntry (Results 1 – 8 of 8) sorted by relevance

/external/chromium_org/chrome/test/chromedriver/chrome/
Dconsole_logger_unittest.cc67 struct LogEntry { struct
68 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
Dperformance_logger_unittest.cc68 struct LogEntry { struct
69 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
/external/chromium_org/net/cert/
Dsigned_certificate_timestamp.h25 struct NET_EXPORT LogEntry { struct
32 LogEntry(); argument
36 Type type;
39 std::string leaf_certificate;
42 SHA256HashValue issuer_key_hash;
43 std::string tbs_certificate;
Dsigned_certificate_timestamp.cc78 LogEntry::LogEntry() {} in LogEntry() function in net::ct::LogEntry
/external/chromium_org/chromeos/network/
Dnetwork_event_log.cc31 struct LogEntry { struct
52 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
/external/chromium_org/content/browser/fileapi/
Drecursive_operation_delegate_unittest.cc27 struct LogEntry { struct in fileapi::__anon280a79d00111::LoggingRecursiveOperation
28 enum Type {
33 Type type;
34 FileSystemURL url;
/external/chromium_org/third_party/WebKit/Tools/RebaselineLogServer/
Dmain.py54 class LogEntry(ndb.Model): class
/external/chromium_org/ui/v2/src/
Dview_unittest.cc381 typedef std::pair<ViewObserver::DispositionChangePhase, bool> LogEntry; typedef in v2::VisibilityObserver