Searched refs:stop_description (Results 1 – 2 of 2) sorted by relevance
1268 std::string stop_description = thread->GetStopDescription(); in Format() local1269 if (!stop_description.empty()) { in Format()1270 s.PutCString(stop_description); in Format()1280 std::string stop_description = thread->GetStopDescriptionRaw(); in Format() local1281 if (!stop_description.empty()) { in Format()1282 s.PutCString(stop_description); in Format()
5524 const char *stop_description = stop_info_sp->GetDescription(); in WindowDelegateDraw() local5525 if (stop_description && stop_description[0]) { in WindowDelegateDraw()5526 size_t stop_description_len = strlen(stop_description); in WindowDelegateDraw()5535 thread->GetIndexID(), stop_description); in WindowDelegateDraw()5677 const char *stop_description = stop_info_sp->GetDescription(); in WindowDelegateDraw() local5678 if (stop_description && stop_description[0]) { in WindowDelegateDraw()5679 size_t stop_description_len = strlen(stop_description); in WindowDelegateDraw()5686 thread->GetIndexID(), stop_description); in WindowDelegateDraw()