Home
last modified time | relevance | path

Searched refs:ShouldHideTopMatch (Results 1 – 7 of 7) sorted by relevance

/external/chromium_org/components/omnibox/
Dautocomplete_result_unittest.cc733 TEST_F(AutocompleteResultTest, ShouldHideTopMatch) { in TEST_F() argument
742 EXPECT_TRUE(result.ShouldHideTopMatch()); in TEST_F()
752 EXPECT_FALSE(result.ShouldHideTopMatch()); in TEST_F()
762 EXPECT_FALSE(result.ShouldHideTopMatch()); in TEST_F()
778 EXPECT_TRUE(result.ShouldHideTopMatch()); in TEST_F()
784 EXPECT_TRUE(result.ShouldHideTopMatch()); in TEST_F()
791 EXPECT_FALSE(result.ShouldHideTopMatch()); in TEST_F()
804 EXPECT_FALSE(result.ShouldHideTopMatch()); in TEST_F()
842 EXPECT_FALSE(result.ShouldHideTopMatch()); in TEST_F()
Dautocomplete_result.h123 bool ShouldHideTopMatch() const;
Dautocomplete_result.cc329 bool AutocompleteResult::ShouldHideTopMatch() const { in ShouldHideTopMatch() function in AutocompleteResult
/external/chromium_org/chrome/browser/ui/cocoa/omnibox/
Domnibox_popup_view_mac.mm78 const size_t start_match = result.ShouldHideTopMatch() ? 1 : 0;
158 size_t start_match = model_->result().ShouldHideTopMatch() ? 1 : 0;
169 size_t start_match = model_->result().ShouldHideTopMatch() ? 1 : 0;
333 size_t start_match = model_->result().ShouldHideTopMatch() ? 1 : 0;
/external/chromium_org/chrome/browser/ui/omnibox/
Domnibox_controller.cc62 if ((result.ShouldHideTopMatch() || in GetMatchToPrefetch()
/external/chromium_org/chrome/browser/ui/views/omnibox/
Domnibox_popup_contents_view.cc148 const size_t hidden_matches = model_->result().ShouldHideTopMatch() ? 1 : 0; in UpdatePopupAppearance()
381 for (size_t i = model_->result().ShouldHideTopMatch() ? 1 : 0; in CalculatePopupHeight()
/external/chromium_org/chrome/browser/metrics/
Domnibox_metrics_provider.cc152 log.result.ShouldHideTopMatch()); in RecordOmniboxOpenedURL()