HomeSort by relevance Sort by last modified time
    Searched refs:ShouldHideTopMatch (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/chrome/browser/autocomplete/
autocomplete_result.h 126 bool ShouldHideTopMatch() const;
autocomplete_result.cc 233 bool AutocompleteResult::ShouldHideTopMatch() const {
  /external/chromium_org/chrome/browser/ui/views/omnibox/
omnibox_popup_contents_view.cc 162 const size_t hidden_matches = model_->result().ShouldHideTopMatch() ? 1 : 0;
391 for (size_t i = model_->result().ShouldHideTopMatch() ? 1 : 0;
  /external/chromium_org/chrome/browser/metrics/
metrics_log.cc     [all...]

Completed in 297 milliseconds