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/tab_contents/
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...]

Completed in 241 milliseconds