Searched defs:first_match (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/components/omnibox/
H A Dautocomplete_result_unittest.cc409 const AutocompleteMatch* first_match = result.match_at(0); local
411 first_match->duplicate_matches.at(1).destination_url);
413 first_match->duplicate_matches.at(2).destination_url);
415 first_match->duplicate_matches.at(3).destination_url);
H A Dsearch_provider.cc500 ACMatches::const_iterator first_match = FindTopMatch(); local
501 if ((first_match != matches_.end()) &&
502 !first_match->inline_autocompletion.empty()) {
506 if (AutocompleteMatch::IsSearchType(first_match->type))
507 top_query_suggestion_match_contents_ = first_match->contents;
509 top_navigation_suggestion_ = first_match->destination_url;
963 ACMatches::const_iterator first_match = FindTopMatch(); local
965 (first_match != matches_.end()) &&
966 (first_match->relevance > CalculateRelevanceForVerbatim()) &&
967 (first_match
[all...]
/external/chromium_org/chrome/browser/autocomplete/
H A Dhistory_url_provider.cc873 const size_t first_match = local
877 for (size_t i = first_match; i < params->matches.size(); ++i) {
/external/chromium_org/ui/views/controls/menu/
H A Dmenu_controller.cc244 : first_match(-1),
251 int first_match; member in struct:views::MenuController::SelectByCharDetails
1970 if (details.first_match == -1)
1971 details.first_match = i;
1986 DCHECK(details.first_match != -1);
1992 if (submenu->GetMenuItemAt(details.first_match)->HasSubmenu()) {
1993 SetSelection(submenu->GetMenuItemAt(details.first_match),
1996 Accept(submenu->GetMenuItemAt(details.first_match), 0);
2000 SetSelection(submenu->GetMenuItemAt(details.first_match),
2024 if (details.first_match !
[all...]

Completed in 126 milliseconds