OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:choices_
(Results
1 - 2
of
2
) sorted by null
/external/chromium/chrome/browser/ui/cocoa/
search_engine_dialog_controller.mm
133
choices_
.push_back(*engineIter);
136
choices_
.push_back(*engineIter);
144
std::random_shuffle(
choices_
.begin(),
choices_
.end());
151
searchEnginesModel_->SetDefaultSearchProvider(
choices_
.at(choice));
158
for (size_t i = 0; i <
choices_
.size(); ++i)
159
[searchEngineViews addObject:[self viewForSearchEngine:
choices_
.at(i)
search_engine_dialog_controller.h
34
std::vector<const TemplateURL*>
choices_
;
variable
Completed in 196 milliseconds