Searched refs:CurrentMatch (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/chrome/browser/ui/omnibox/
H A Domnibox_edit_model.cc286 AutocompleteMatch OmniboxEditModel::CurrentMatch( function in class:OmniboxEditModel
366 // Don't call CurrentMatch() when there's no editing, as in this case we'll
370 CurrentMatch(NULL) : AutocompleteMatch();
429 *url = CurrentMatch(NULL).destination_url;
449 return !AutocompleteMatch::IsSearchType(CurrentMatch(NULL).type);
453 return CurrentMatch(NULL).type;
633 AutocompleteMatch match = CurrentMatch(&alternate_nav_url);
879 DisplayTextFromUserText(CurrentMatch(NULL).fill_into_edit),
982 const AutocompleteMatch& match = CurrentMatch(NULL);
H A Domnibox_edit_model.h117 AutocompleteMatch CurrentMatch(GURL* alternate_nav_url) const;
/external/chromium_org/chrome/browser/ui/blocked_content/
H A Dpopup_blocker_browsertest.cc378 EXPECT_EQ(GURL(search_string), model->CurrentMatch(NULL).destination_url);
380 model->CurrentMatch(NULL).contents);
/external/chromium_org/chrome/browser/policy/
H A Dpolicy_browsertest.cc987 EXPECT_TRUE(model->CurrentMatch(NULL).destination_url.is_valid());
1005 EXPECT_FALSE(model->CurrentMatch(NULL).destination_url.is_valid());
1061 EXPECT_TRUE(model->CurrentMatch(NULL).destination_url.is_valid());
1090 EXPECT_TRUE(model->CurrentMatch(NULL).destination_url.is_valid());

Completed in 401 milliseconds