Home
last modified time | relevance | path

Searched refs:AppendPrettyPrinted (Results 1 – 3 of 3) sorted by relevance

/external/libchrome/base/trace_event/
Dtrace_event_impl.h117 void AppendPrettyPrinted(std::ostringstream* out) const;
Dtrace_event_impl.cc426 void TraceEvent::AppendPrettyPrinted(std::ostringstream* out) const { in AppendPrettyPrinted() function in base::trace_event::TraceEvent
Dtrace_log.cc1406 trace_event->AppendPrettyPrinted(&log); in EventToConsoleMessage()