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 148 std::vector<std::string> category_groups; local
149 TraceLog::GetInstance()->GetKnownCategoryGroups(&category_groups);
150 sender_->Send(new TracingHostMsg_EndTracingAck(category_groups));
  /external/chromium_org/content/browser/tracing/
tracing_controller_impl.cc 719 std::vector<std::string> category_groups; local
720 OnDisableRecordingAcked(NULL, category_groups);
800 std::vector<std::string> category_groups;
801 TraceLog::GetInstance()->GetKnownCategoryGroups(&category_groups);
802 OnDisableRecordingAcked(NULL, category_groups);
  /external/chromium_org/base/debug/
trace_event_impl.h 460 // reached. The known category groups are inserted into |category_groups|.
461 void GetKnownCategoryGroups(std::vector<std::string>* category_groups);
trace_event_impl.cc     [all...]

Completed in 746 milliseconds