HomeSort by relevance Sort by last modified time
    Searched refs:result_file_ (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/content/browser/tracing/
tracing_controller_impl.h 76 return is_recording_ && !result_file_;
182 scoped_ptr<ResultFile> result_file_; member in class:content::TracingControllerImpl
tracing_controller_impl.cc 329 result_file_.reset(new ResultFile(result_file_path));
707 } else if (result_file_) {
708 result_file_->Close(
717 if (!result_file_)
721 pending_disable_recording_done_callback_.Run(result_file_->path());
724 result_file_.reset();
732 if (result_file_)
733 result_file_->WriteSystemTrace(events_str_ptr);
805 if (result_file_)
806 result_file_->Write(events_str_ptr)
    [all...]

Completed in 140 milliseconds