Searched refs:CurrentMatch (Results 1 – 6 of 6) sorted by relevance
271 AutocompleteMatch OmniboxEditModel::CurrentMatch( in CurrentMatch() function in OmniboxEditModel355 CurrentMatch(NULL) : AutocompleteMatch(); in OnChanged()414 *url = CurrentMatch(NULL).destination_url; in GetDataForURLExport()435 return !AutocompleteMatch::IsSearchType(CurrentMatch(NULL).type); in CurrentTextIsURL()439 return CurrentMatch(NULL).type; in CurrentTextType()611 AutocompleteMatch match = CurrentMatch(&alternate_nav_url); in AcceptInput()854 DisplayTextFromUserText(CurrentMatch(NULL).fill_into_edit), in AcceptKeyword()960 const AutocompleteMatch& match = CurrentMatch(NULL); in OnEscapeKeyPressed()
113 AutocompleteMatch CurrentMatch(GURL* alternate_nav_url) const;
334 EXPECT_EQ(GURL(search_string), model->CurrentMatch(NULL).destination_url); in IN_PROC_BROWSER_TEST_F()335 EXPECT_EQ(ASCIIToUTF16(search_string), model->CurrentMatch(NULL).contents); in IN_PROC_BROWSER_TEST_F()
130 AutocompleteMatch AutocompleteEditModel::CurrentMatch() { in CurrentMatch() function in AutocompleteEditModel216 AutocompleteMatch current_match = CurrentMatch(); in OnChanged()223 instant->Update(tab, CurrentMatch(), view_->GetText(), in OnChanged()
134 AutocompleteMatch CurrentMatch();
920 EXPECT_TRUE(model->CurrentMatch(NULL).destination_url.is_valid()); in IN_PROC_BROWSER_TEST_F()935 EXPECT_FALSE(model->CurrentMatch(NULL).destination_url.is_valid()); in IN_PROC_BROWSER_TEST_F()991 EXPECT_TRUE(model->CurrentMatch(NULL).destination_url.is_valid()); in IN_PROC_BROWSER_TEST_F()1017 EXPECT_TRUE(model->CurrentMatch(NULL).destination_url.is_valid()); in IN_PROC_BROWSER_TEST_F()