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

  /external/chromium_org/chrome/browser/tab_contents/
render_view_context_menu.cc 137 // Never change mapping or reuse |enum_id|. Always push back new items.
141 int enum_id; member in struct:__anon8312::UmaEnumCommandIdPair
202 // Add new items here and use |enum_id| from the next line.
203 { 58, 0 }, // Must be the last. Increment |enum_id| when new IDC was added.
237 return kUmaEnumToControlId[i].enum_id;
245 int enum_id = FindUMAEnumValueForCommand(id); local
246 if (enum_id != -1) {
248 UMA_HISTOGRAM_ENUMERATION("RenderViewContextMenu.Used", enum_id,
249 kUmaEnumToControlId[kMappingSize - 1].enum_id);
257 int enum_id = FindUMAEnumValueForCommand(id) local
    [all...]
  /external/tinyalsa/
mixer.c 464 unsigned int enum_id)
467 (enum_id >= ctl->info->value.enumerated.items))
470 return (const char *)ctl->ename[enum_id];
  /external/webrtc/src/system_wrappers/source/
cpu_win.cc 294 long enum_id = 0; local
297 0, NULL, &wbem_enum_, &enum_id);
  /external/tinyalsa/include/tinyalsa/
asoundlib.h 240 unsigned int enum_id);

Completed in 108 milliseconds