OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:default_choice
(Results
1 - 1
of
1
) sorted by null
/external/chromium/chrome/browser/ui/views/
first_run_search_engine_view.cc
223
// in template_urls, store it in |
default_choice
| and provide it as a
225
SearchEngineChoice*
default_choice
= NULL;
local
235
default_choice
= new SearchEngineChoice(this, *search_engine_iter,
251
*search_engine_iter,
default_choice
!= NULL);
257
if (
default_choice
) {
258
search_engine_choices_.push_back(
default_choice
);
259
AddChildView(
default_choice
->GetView()); // The logo or text view.
260
AddChildView(
default_choice
); // The button associated with the choice.
Completed in 41 milliseconds