Searched refs:thread_names_ (Results 1 – 4 of 4) sorted by relevance
1225 thread_names_.find(thread_id); in AddTraceEventWithThreadIdAndTimestamp()1226 if (existing_name == thread_names_.end()) { in AddTraceEventWithThreadIdAndTimestamp()1228 thread_names_[thread_id] = new_name; in AddTraceEventWithThreadIdAndTimestamp()1377 std::string thread_name = thread_names_[thread_id]; in EventToConsoleMessage()1542 for (hash_map<int, std::string>::iterator it = thread_names_.begin(); in AddMetadataEventsWhileLocked()1543 it != thread_names_.end(); it++) { in AddMetadataEventsWhileLocked()
447 base::hash_map<int, std::string> thread_names_;
817 return thread_names_[thread]; in GetThreadName()830 thread_names_[this_event.thread] = string_it->second; in ParseMetadata()
638 std::map<TraceEvent::ProcessThreadID, std::string> thread_names_; variable