Home | History | Annotate | Download | only in trace_event

Lines Matching refs:existing_names

1245         std::vector<StringPiece> existing_names = base::SplitStringPiece(
1248 bool found = std::find(existing_names.begin(), existing_names.end(),
1249 new_name) != existing_names.end();
1251 if (!existing_names.empty())