render_view_context_menu.cc | 138 // Never change mapping or reuse |enum_id|. Always push back new items. 142 int enum_id; member in struct:__anon5809::UmaEnumCommandIdPair 203 // Add new items here and use |enum_id| from the next line. 204 { 58, 0 }, // Must be the last. Increment |enum_id| when new IDC was added. 238 return kUmaEnumToControlId[i].enum_id; 246 int enum_id = FindUMAEnumValueForCommand(id); local 247 if (enum_id != -1) { 249 UMA_HISTOGRAM_ENUMERATION("RenderViewContextMenu.Used", enum_id, 250 kUmaEnumToControlId[kMappingSize - 1].enum_id); 258 int enum_id = FindUMAEnumValueForCommand(id) local [all...] |