Home
last modified time | relevance | path

Searched defs:LogData (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/ipc/
Dipc_message_utils.h67 struct IPC_EXPORT LogData { struct
71 std::string channel;
72 int32 routing_id;
73 uint32 type; // "User-defined" message type, from ipc_message.h.
74 std::string flags;
75 int64 sent; // Time that the message was sent (i.e. at Send()).
76 int64 receive; // Time before it was dispatched (i.e. before calling
78 int64 dispatch; // Time after it was dispatched (i.e. after calling
80 std::string message_name;
81 std::string params;
Dipc_message_utils.cc241 LogData::LogData() in LogData() function in IPC::LogData
/external/chromium_org/tools/cygprofile/
Dcygprofile.cc297 struct LogData { struct
298 LogData(ThreadLog* thread_log) : thread_log(thread_log) {} in LogData() function
300 ThreadLog* const thread_log;
301 std::vector<LogEntry> entries;
/external/chromium_org/sync/engine/
Dtraffic_logger.cc20 void LogData(const T& data, in LogData() function
/external/chromium_org/chrome/browser/ui/cocoa/
Dabout_ipc_controller.mm18 - (id)initWithLogData:(const IPC::LogData&)data {