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

  /external/chromium_org/components/tracing/
child_trace_message_filter.cc 142 std::vector<std::string> category_groups; local
143 TraceLog::GetInstance()->GetKnownCategoryGroups(&category_groups);
144 channel_->Send(new TracingHostMsg_EndTracingAck(category_groups));
  /external/chromium_org/content/browser/tracing/
tracing_controller_impl.cc 221 std::vector<std::string> category_groups; local
222 TraceLog::GetInstance()->GetKnownCategoryGroups(&category_groups);
225 base::Unretained(this), category_groups));
586 std::vector<std::string> category_groups;
587 TraceLog::GetInstance()->GetKnownCategoryGroups(&category_groups);
588 OnDisableRecordingAcked(category_groups);
  /external/chromium_org/base/debug/
trace_event_impl.h 389 // reached. The known category groups are inserted into |category_groups|.
390 void GetKnownCategoryGroups(std::vector<std::string>* category_groups);
trace_event_impl.cc     [all...]

Completed in 474 milliseconds