CurrentMatch 946 chrome/browser/policy/policy_browsertest.cc EXPECT_TRUE(model->CurrentMatch(NULL).destination_url.is_valid()); CurrentMatch 961 chrome/browser/policy/policy_browsertest.cc EXPECT_FALSE(model->CurrentMatch(NULL).destination_url.is_valid()); CurrentMatch 1017 chrome/browser/policy/policy_browsertest.cc EXPECT_TRUE(model->CurrentMatch(NULL).destination_url.is_valid()); CurrentMatch 1043 chrome/browser/policy/policy_browsertest.cc EXPECT_TRUE(model->CurrentMatch(NULL).destination_url.is_valid()); CurrentMatch 336 chrome/browser/ui/blocked_content/popup_blocker_browsertest.cc EXPECT_EQ(GURL(search_string), model->CurrentMatch(NULL).destination_url); CurrentMatch 338 chrome/browser/ui/blocked_content/popup_blocker_browsertest.cc model->CurrentMatch(NULL).contents); CurrentMatch 355 chrome/browser/ui/omnibox/omnibox_edit_model.cc CurrentMatch(NULL) : AutocompleteMatch(); CurrentMatch 414 chrome/browser/ui/omnibox/omnibox_edit_model.cc *url = CurrentMatch(NULL).destination_url; CurrentMatch 434 chrome/browser/ui/omnibox/omnibox_edit_model.cc return !AutocompleteMatch::IsSearchType(CurrentMatch(NULL).type); CurrentMatch 438 chrome/browser/ui/omnibox/omnibox_edit_model.cc return CurrentMatch(NULL).type; CurrentMatch 615 chrome/browser/ui/omnibox/omnibox_edit_model.cc AutocompleteMatch match = CurrentMatch(&alternate_nav_url); CurrentMatch 850 chrome/browser/ui/omnibox/omnibox_edit_model.cc DisplayTextFromUserText(CurrentMatch(NULL).fill_into_edit), CurrentMatch 949 chrome/browser/ui/omnibox/omnibox_edit_model.cc const AutocompleteMatch& match = CurrentMatch(NULL); CurrentMatch 114 chrome/browser/ui/omnibox/omnibox_edit_model.h AutocompleteMatch CurrentMatch(GURL* alternate_nav_url) const;