Searched refs:first_match (Results 1 – 7 of 7) sorted by relevance
53 first_match = matches[0]54 return (first_match[0], first_match[1])
1741 first_match = absurd_match1764 if n >= 0 and n < first_match:1765 first_match = n1767 if first_match == absurd_match:1770 self.start = first_match1842 first_match = absurd_match1854 if n < first_match:1855 first_match = n1858 if first_match == absurd_match:1860 self.start = first_match
256 : first_match(-1), in SelectByCharDetails()263 int first_match; member2062 if (details.first_match == -1) in FindChildForMnemonic()2063 details.first_match = i; in FindChildForMnemonic()2078 DCHECK(details.first_match != -1); in AcceptOrSelect()2084 if (submenu->GetMenuItemAt(details.first_match)->HasSubmenu()) { in AcceptOrSelect()2085 SetSelection(submenu->GetMenuItemAt(details.first_match), in AcceptOrSelect()2088 Accept(submenu->GetMenuItemAt(details.first_match), 0); in AcceptOrSelect()2092 SetSelection(submenu->GetMenuItemAt(details.first_match), in AcceptOrSelect()2116 if (details.first_match != -1) in SelectByChar()[all …]
354 bool first_match = true; in FindMatchingFlags() local360 if (first_match) { in FindMatchingFlags()361 first_match = false; in FindMatchingFlags()
234 size_t first_match = 1; in DoAutocomplete() local251 first_match = 0; in DoAutocomplete()266 for (size_t i = first_match; i < history_matches.size(); ++i) { in DoAutocomplete()
1359 ACMatches::const_iterator first_match = in IsTopMatchNavigationInKeywordMode() local1362 (first_match != matches_.end()) && in IsTopMatchNavigationInKeywordMode()1363 (first_match->type == AutocompleteMatchType::NAVSUGGEST); in IsTopMatchNavigationInKeywordMode()1402 ACMatches::const_iterator first_match = in IsTopMatchSearchWithURLInput() local1405 (first_match != matches_.end()) && in IsTopMatchSearchWithURLInput()1406 (first_match->relevance > CalculateRelevanceForVerbatim()) && in IsTopMatchSearchWithURLInput()1407 (first_match->type != AutocompleteMatchType::NAVSUGGEST); in IsTopMatchSearchWithURLInput()
550 size_t first_match = 1; in DoAutocomplete() local567 first_match = 0; in DoAutocomplete()598 for (size_t i = first_match; i < history_matches.size(); ++i) { in DoAutocomplete()