Home
last modified time | relevance | path

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

/external/chromium_org/base/debug/
Dtrace_event_impl.h137 void AppendPrettyPrinted(std::ostringstream* out) const;
Dtrace_event_impl.cc779 void TraceEvent::AppendPrettyPrinted(std::ostringstream* out) const { in AppendPrettyPrinted() function in base::debug::TraceEvent
2078 trace_event->AppendPrettyPrinted(&log); in EventToConsoleMessage()