Home
last modified time | relevance | path

Searched refs:CurrentMatch (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/chrome/browser/ui/omnibox/
Domnibox_edit_model.cc271 AutocompleteMatch OmniboxEditModel::CurrentMatch( in CurrentMatch() function in OmniboxEditModel
355 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()
Domnibox_edit_model.h113 AutocompleteMatch CurrentMatch(GURL* alternate_nav_url) const;
/external/chromium_org/chrome/browser/ui/blocked_content/
Dpopup_blocker_browsertest.cc334 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()
/external/chromium/chrome/browser/autocomplete/
Dautocomplete_edit.cc130 AutocompleteMatch AutocompleteEditModel::CurrentMatch() { in CurrentMatch() function in AutocompleteEditModel
216 AutocompleteMatch current_match = CurrentMatch(); in OnChanged()
223 instant->Update(tab, CurrentMatch(), view_->GetText(), in OnChanged()
Dautocomplete_edit.h134 AutocompleteMatch CurrentMatch();
/external/chromium_org/chrome/browser/policy/
Dpolicy_browsertest.cc920 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()