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 75 std::vector<std::string> category_groups; local
76 TraceLog::GetInstance()->GetKnownCategoryGroups(&category_groups);
77 channel_->Send(new TracingHostMsg_EndTracingAck(category_groups));
  /external/chromium_org/content/browser/tracing/
trace_controller_impl.cc 159 std::vector<std::string> category_groups; local
160 TraceLog::GetInstance()->GetKnownCategoryGroups(&category_groups);
163 base::Unretained(this), category_groups));
333 std::vector<std::string> category_groups; local
334 TraceLog::GetInstance()->GetKnownCategoryGroups(&category_groups);
337 base::Unretained(this), category_groups));
  /external/chromium_org/base/debug/
trace_event_impl.h 305 // reached. The known category groups are inserted into |category_groups|.
306 void GetKnownCategoryGroups(std::vector<std::string>* category_groups);
trace_event_impl.cc 939 std::vector<std::string>* category_groups) {
942 category_groups->push_back(g_category_groups[i]);
    [all...]

Completed in 182 milliseconds