Searched refs:label_id (Results 1 – 5 of 5) sorted by relevance
34 void set_undo_label_id(int label_id) { undo_label_id_ = label_id; } in set_undo_label_id() argument37 void set_redo_label_id(int label_id) { redo_label_id_ = label_id; } in set_redo_label_id() argument
21 unsigned int label_id; field83 return l10n_util::GetNSStringFWithFixup(val->label_id, label_arg);86 return l10n_util::GetNSStringWithFixup(val->label_id);
86 label_id = parts[0]92 ( item, label_id[1:], label_arg_id)
582 void UpdateProcessLabel(int label_id, const std::string& current_label);583 void RemoveProcessLabel(int label_id);
2175 int label_id, const std::string& current_label) { in UpdateProcessLabel() argument2177 return RemoveProcessLabel(label_id); in UpdateProcessLabel()2180 process_labels_[label_id] = current_label; in UpdateProcessLabel()2183 void TraceLog::RemoveProcessLabel(int label_id) { in RemoveProcessLabel() argument2186 label_id); in RemoveProcessLabel()