Home | History | Annotate | Download | only in views

Lines Matching refs:choice

176   SearchEngineChoice* choice = static_cast<SearchEngineChoice*>(sender);
179 template_url_model->SetSearchEngineDialogSlot(choice->slot());
180 const TemplateURL* default_search = choice->GetSearchEngine();
222 // If the user's default choice is not in the first three search engines
250 SearchEngineChoice* choice = new SearchEngineChoice(this,
252 search_engine_choices_.push_back(choice);
253 AddChildView(choice->GetView()); // The logo or text view.
254 AddChildView(choice); // The button associated with the choice.
256 // Push the default choice to the fourth position.
260 AddChildView(default_choice); // The button associated with the choice.
268 // Assign to each choice the position in which it is shown on the screen.