Searched refs:hidden_matches (Results 1 - 1 of 1) sorted by last modified time

/external/chromium_org/chrome/browser/ui/views/omnibox/
H A Domnibox_popup_contents_view.cc148 const size_t hidden_matches = model_->result().ShouldHideTopMatch() ? 1 : 0; local
149 if (model_->result().size() <= hidden_matches ||
174 view->SetVisible(i >= hidden_matches);

Completed in 114 milliseconds