HomeSort by relevance Sort by last modified time
    Searched defs:enum_id (Results 1 - 2 of 2) sorted by null

  /external/webrtc/src/system_wrappers/source/
cpu_win.cc 294 long enum_id = 0; local
297 0, NULL, &wbem_enum_, &enum_id);
  /external/chromium_org/chrome/browser/renderer_context_menu/
render_view_context_menu.cc 146 // Never change mapping or reuse |enum_id|. Always push back new items.
150 int enum_id; member in struct:__anon9167::UmaEnumCommandIdPair
214 // Add new items here and use |enum_id| from the next line.
215 {61, 0}, // Must be the last. Increment |enum_id| when new IDC was added.
253 return kUmaEnumToControlId[i].enum_id;
581 int enum_id = FindUMAEnumValueForCommand(id); local
582 if (enum_id != -1) {
584 UMA_HISTOGRAM_ENUMERATION("RenderViewContextMenu.Used", enum_id,
585 kUmaEnumToControlId[kMappingSize - 1].enum_id);
592 int enum_id = FindUMAEnumValueForCommand(id) local
    [all...]

Completed in 149 milliseconds