Home
last modified time | relevance | path

Searched refs:num_choices (Results 1 – 4 of 4) sorted by relevance

/external/chromium/chrome/browser/ui/views/
Dfirst_run_search_engine_view.cc362 int num_choices = search_engine_choices_.size(); in Layout() local
384 if (num_choices > 0) { in Layout()
408 (label_width - (num_choices * logo_width)) / (num_choices + 1); in Layout()
421 if (num_choices > 2) { in Layout()
426 if (num_choices > 3) { in Layout()
447 if (num_choices > 2) { in Layout()
452 if (num_choices > 3) { in Layout()
/external/chromium/chrome/browser/
Dabout_flags.cc364 DCHECK_LT(index, e.num_choices); in NameForChoice()
375 for (int i = 0; i < e.num_choices; ++i) in AddInternalName()
385 DCHECK_EQ(0, e.num_choices); in ValidateExperiment()
389 DCHECK_GT(e.num_choices, 0); in ValidateExperiment()
458 for (int i = 0; i < experiment.num_choices; ++i) { in CreateChoiceData()
583 for (int j = 0; j < e.num_choices; ++j) in ConvertFlagsToSwitches()
669 for (int i = 0; i < e->num_choices; ++i) { in SetExperimentEnabled()
Dabout_flags.h82 int num_choices; member
/external/srec/srec/ca/
Dcnfd_scr.c142 int num_choices,num_choices_left; in CA_ComputeConfidenceValues() local
145 num_choices_left = num_choices = srec_nbest_get_num_choices(nbestlist); in CA_ComputeConfidenceValues()
147 for(current_choice=0;current_choice<num_choices;current_choice++) in CA_ComputeConfidenceValues()