Lines Matching refs:AutocompleteMatch
130 AutocompleteMatch AutocompleteEditModel::CurrentMatch() { in CurrentMatch()
131 AutocompleteMatch match; in CurrentMatch()
216 AutocompleteMatch current_match = CurrentMatch(); in OnChanged()
248 AutocompleteMatch match; in GetDataForURLExport()
309 AutocompleteMatch match; in CurrentTextIsURL()
314 AutocompleteMatch::Type AutocompleteEditModel::CurrentTextType() const { in CurrentTextType()
315 AutocompleteMatch match; in CurrentTextType()
413 AutocompleteMatch match; in CanPasteAndGo()
434 AutocompleteMatch match; in AcceptInput()
461 if (match.type == AutocompleteMatch::SEARCH_WHAT_YOU_TYPED || in AcceptInput()
462 match.type == AutocompleteMatch::SEARCH_HISTORY || in AcceptInput()
463 match.type == AutocompleteMatch::SEARCH_SUGGEST) { in AcceptInput()
510 AutocompleteMatch current_match; in OpenURL()
513 const AutocompleteMatch& match = in OpenURL()
605 AutocompleteMatch match; in OnEscapeKeyPressed()
813 static bool IsPreconnectable(AutocompleteMatch::Type type) { in IsPreconnectable()
815 AutocompleteMatch::NUM_TYPES); in IsPreconnectable()
818 case AutocompleteMatch::SEARCH_WHAT_YOU_TYPED: in IsPreconnectable()
819 case AutocompleteMatch::SEARCH_HISTORY: in IsPreconnectable()
820 case AutocompleteMatch::SEARCH_SUGGEST: in IsPreconnectable()
822 case AutocompleteMatch::SEARCH_OTHER_ENGINE: in IsPreconnectable()
902 AutocompleteMatch* match, in InfoForCurrentSelection()
929 AutocompleteMatch* match, in GetInfoForCurrentText()