Home
last modified time | relevance | path

Searched refs:label_id (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/chrome/browser/undo/
Dundo_manager.h34 void set_undo_label_id(int label_id) { undo_label_id_ = label_id; } in set_undo_label_id() argument
37 void set_redo_label_id(int label_id) { redo_label_id_ = label_id; } in set_redo_label_id() argument
/external/chromium_org/chrome/browser/ui/cocoa/
Dui_localizer.mm21 unsigned int label_id; field
83 return l10n_util::GetNSStringFWithFixup(val->label_id, label_arg);
86 return l10n_util::GetNSStringWithFixup(val->label_id);
/external/chromium_org/chrome/tools/build/mac/
Dgenerate_localizer86 label_id = parts[0]
92 ( item, label_id[1:], label_arg_id)
/external/chromium_org/base/debug/
Dtrace_event_impl.h582 void UpdateProcessLabel(int label_id, const std::string& current_label);
583 void RemoveProcessLabel(int label_id);
Dtrace_event_impl.cc2175 int label_id, const std::string& current_label) { in UpdateProcessLabel() argument
2177 return RemoveProcessLabel(label_id); in UpdateProcessLabel()
2180 process_labels_[label_id] = current_label; in UpdateProcessLabel()
2183 void TraceLog::RemoveProcessLabel(int label_id) { in RemoveProcessLabel() argument
2186 label_id); in RemoveProcessLabel()