Searched refs:mutable_process_track_table (Results 1 – 3 of 3) sorted by relevance
56 auto id = context_->storage->mutable_process_track_table()->Insert(row).id; in InternProcessTrack()123 context_->storage->mutable_process_track_table()->Insert(track).id; in InternLegacyChromeAsyncTrack()145 auto id = context_->storage->mutable_process_track_table()->Insert(row).id; in CreateAndroidAsyncTrack()155 return context_->storage->mutable_process_track_table()->Insert(row).id; in CreateFrameTimelineAsyncTrack()165 auto id = context_->storage->mutable_process_track_table()->Insert(row).id; in InternLegacyChromeProcessInstantTrack()
270 auto* process_tracks = context_->storage->mutable_process_track_table(); in CreateTrackFromResolved()
316 tables::ProcessTrackTable* mutable_process_track_table() { in mutable_process_track_table() function