HomeSort by relevance Sort by last modified time
    Searched full:trace_options_ (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/content/browser/tracing/
trace_controller_impl.h 96 base::debug::TraceLog::Options trace_options_; member in class:content::TraceControllerImpl
trace_controller_impl.cc 255 filter->SendBeginTracing(cf_str, trace_options_);
278 trace_options_ = TraceLog::GetInstance()->trace_options();
282 it->get()->SendBeginTracing(category_filter_.ToString(), trace_options_);
  /external/chromium_org/base/debug/
trace_event_impl.cc 804 trace_options_(RECORD_UNTIL_FULL),
952 if (options != trace_options_) {
962 if (options != trace_options_) {
963 trace_options_ = options;
    [all...]
trace_event_impl.h 311 Options trace_options() const { return trace_options_; }
581 Options trace_options_; member in class:base::debug::TraceLog

Completed in 2805 milliseconds