Searched refs:system_trace_ (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/content/browser/tracing/
H A Dtracing_controller_impl.cc75 scoped_refptr<base::RefCountedString> system_trace_; member in class:content::TracingControllerImpl::ResultFile
122 system_trace_ = events_str_ptr;
134 if (system_trace_) {
138 std::string json_string = system_trace_->data();
140 std::string json_string = base::GetQuotedJSONString(system_trace_->data());
150 system_trace_ = NULL;

Completed in 418 milliseconds