Searched refs:AddCategoryToDict (Results 1 – 2 of 2) sorted by relevance
464 void TraceConfig::AddCategoryToDict(base::DictionaryValue& dict, in AddCategoryToDict() function in base::trace_event::TraceConfig554 AddCategoryToDict(dict, kIncludedCategoriesParam, categories); in ToDict()555 AddCategoryToDict(dict, kExcludedCategoriesParam, excluded_categories_); in ToDict()556 AddCategoryToDict(dict, kSyntheticDelaysParam, synthetic_delays_); in ToDict()
203 void AddCategoryToDict(base::DictionaryValue& dict,