Searched refs:AddCategoryToDict (Results 1 - 2 of 2) sorted by relevance

/external/libchrome/base/trace_event/
H A Dtrace_config.h203 void AddCategoryToDict(base::DictionaryValue& dict,
H A Dtrace_config.cc464 void TraceConfig::AddCategoryToDict(base::DictionaryValue& dict, function in class:base::trace_event::TraceConfig
554 AddCategoryToDict(dict, kIncludedCategoriesParam, categories);
555 AddCategoryToDict(dict, kExcludedCategoriesParam, excluded_categories_);
556 AddCategoryToDict(dict, kSyntheticDelaysParam, synthetic_delays_);

Completed in 75 milliseconds