Searched refs:num_choices (Results 1 - 8 of 8) sorted by relevance

/external/chromium/chrome/browser/
H A Dabout_flags.h82 int num_choices; member in struct:about_flags::Experiment
H A Dabout_flags.cc364 DCHECK_LT(index, e.num_choices);
375 for (int i = 0; i < e.num_choices; ++i)
385 DCHECK_EQ(0, e.num_choices);
389 DCHECK_GT(e.num_choices, 0);
458 for (int i = 0; i < experiment.num_choices; ++i) {
583 for (int j = 0; j < e.num_choices; ++j)
669 for (int i = 0; i < e->num_choices; ++i) {
/external/chromium/chrome/browser/ui/views/
H A Dfirst_run_search_engine_view.cc362 int num_choices = search_engine_choices_.size(); local
384 if (num_choices > 0) {
408 (label_width - (num_choices * logo_width)) / (num_choices + 1);
421 if (num_choices > 2) {
426 if (num_choices > 3) {
447 if (num_choices > 2) {
452 if (num_choices > 3) {
/external/chromium_org/chrome/browser/
H A Dabout_flags.h99 int num_choices; member in struct:about_flags::Experiment
H A Dabout_flags.cc1650 for (int i = 0; i < e.num_choices; ++i)
1660 DCHECK_EQ(0, e.num_choices);
1664 DCHECK_GT(e.num_choices, 0);
1670 DCHECK_EQ(3, e.num_choices);
1746 for (int i = 0; i < experiment.num_choices; ++i) {
1762 DCHECK_LT(index, num_choices);
1770 DCHECK_LT(index, num_choices);
1941 for (int j = 0; j < e.num_choices; ++j) {
2035 for (int i = 0; i < e->num_choices; ++i) {
/external/srec/srec/ca/
H A Dcnfd_scr.c142 int num_choices,num_choices_left; local
145 num_choices_left = num_choices = srec_nbest_get_num_choices(nbestlist);
147 for(current_choice=0;current_choice<num_choices;current_choice++)
/external/chromium_org/win8/metro_driver/
H A Dfile_picker.cc517 uint32 num_choices = 0; local
518 hr = choices->get_Size(&num_choices);
522 if (num_choices == 0) {
H A Dfile_picker_ash.cc466 uint32 num_choices = 0; local
467 hr = choices->get_Size(&num_choices);
471 if (num_choices == 0) {

Completed in 206 milliseconds