HomeSort by relevance Sort by last modified time
    Searched refs:match_at (Results 1 - 25 of 28) sorted by null

1 2

  /external/chromium_org/chrome/browser/extensions/api/omnibox/
omnibox_api_browsertest.cc 46 AutocompleteMatch match = result.match_at(0);
50 match = result.match_at(1);
70 EXPECT_EQ(ASCIIToUTF16("keyword"), result.match_at(0).keyword);
72 result.match_at(0).fill_into_edit);
74 result.match_at(0).type);
76 result.match_at(0).provider->type());
77 EXPECT_EQ(ASCIIToUTF16("keyword"), result.match_at(1).keyword);
79 result.match_at(1).fill_into_edit);
81 result.match_at(1).provider->type());
82 EXPECT_EQ(ASCIIToUTF16("keyword"), result.match_at(2).keyword)
    [all...]
omnibox_api_testbase.h 49 AutocompleteMatch match = result.match_at(i);
  /external/chromium/chrome/browser/extensions/
extension_omnibox_apitest.cc 42 AutocompleteMatch match = result.match_at(i);
118 AutocompleteMatch match = result.match_at(0);
122 match = result.match_at(1);
143 ASSERT_TRUE(result.match_at(0).template_url);
145 result.match_at(0).fill_into_edit);
147 result.match_at(1).fill_into_edit);
149 result.match_at(2).fill_into_edit);
151 result.match_at(3).fill_into_edit);
155 EXPECT_EQ(description, result.match_at(1).contents);
156 ASSERT_EQ(6u, result.match_at(1).contents_class.size())
    [all...]
  /external/chromium_org/chrome/browser/autocomplete/
autocomplete_result_unittest.cc 260 EXPECT_TRUE(result.match_at(0)->destination_url.is_empty());
261 EXPECT_EQ(1300, result.match_at(0)->relevance);
262 EXPECT_TRUE(result.match_at(1)->destination_url.is_empty());
263 EXPECT_EQ(1200, result.match_at(1)->relevance);
264 EXPECT_TRUE(result.match_at(2)->destination_url.is_empty());
265 EXPECT_EQ(1100, result.match_at(2)->relevance);
266 EXPECT_EQ("http://b/", result.match_at(3)->destination_url.spec());
267 EXPECT_EQ(1000, result.match_at(3)->relevance);
304 result.match_at(0)->destination_url.spec());
305 EXPECT_EQ(1300, result.match_at(0)->relevance)
    [all...]
autocomplete_result.h 96 const AutocompleteMatch& match_at(size_t index) const;
97 AutocompleteMatch* match_at(size_t index);
autocomplete_result.cc 177 (comparing_object.GetDemotedRelevance(*match_at(num_matches)) > 0);
223 const AutocompleteMatch& AutocompleteResult::match_at(size_t index) const { function in class:AutocompleteResult
228 AutocompleteMatch* AutocompleteResult::match_at(size_t index) { function in class:AutocompleteResult
239 if (empty() || !match_at(0).IsVerbatimType())
244 if ((size() > 1) && match_at(1).IsVerbatimType())
search_provider_unittest.cc 724 EXPECT_EQ(AutocompleteMatchType::SEARCH_HISTORY, result.match_at(0).type);
726 result.match_at(1).type);
728 result.match_at(2).type);
729 EXPECT_GT(result.match_at(0).relevance, result.match_at(1).relevance);
730 EXPECT_GT(result.match_at(1).relevance, result.match_at(2).relevance);
731 EXPECT_TRUE(result.match_at(0).allowed_to_be_default_match);
732 EXPECT_TRUE(result.match_at(1).allowed_to_be_default_match);
733 EXPECT_TRUE(result.match_at(2).allowed_to_be_default_match)
    [all...]
autocomplete_provider_unittest.cc 363 result.match_at(j)->associated_keyword.get() != NULL);
391 result_.match_at(i)->search_terms_args->assisted_query_stats);
468 result_.match_at(i)->search_terms_args->assisted_query_stats.empty());
473 result_.match_at(i)->search_terms_args->assisted_query_stats.empty());
507 result_.match_at(0)->destination_url.possibly_invalid_spec());
509 result_.match_at(1)->destination_url.possibly_invalid_spec());
autocomplete_browsertest.cc 42 AutocompleteMatch match = result.match_at(i);
153 AutocompleteMatch match = result.match_at(0);
  /external/chromium_org/chrome/browser/ui/omnibox/
omnibox_popup_model.cc 75 const AutocompleteMatch& match = result.match_at(line);
99 GURL current_destination(result.match_at(selected_line_).destination_url);
152 const AutocompleteMatch& match = result().match_at(selected_line_);
169 const AutocompleteMatch& match = result().match_at(selected_line_);
omnibox_view_browsertest.cc     [all...]
omnibox_edit_model.cc 678 CurrentMatch(NULL) : result().match_at(index);
    [all...]
  /external/chromium/chrome/browser/autocomplete/
autocomplete_popup_model.cc 73 const AutocompleteMatch& match = result.match_at(line);
95 GURL current_destination(result.match_at(selected_line_).destination_url);
203 const AutocompleteMatch& match = result().match_at(selected_line_);
autocomplete_browsertest.cc 39 AutocompleteMatch match = result.match_at(i);
122 AutocompleteMatch match = result.match_at(0);
autocomplete_edit_view_browsertest.cc     [all...]
autocomplete.h 537 const AutocompleteMatch& match_at(size_t index) const;
    [all...]
autocomplete_popup_view_gtk.cc 475 const AutocompleteMatch& match = model_->result().match_at(line);
610 const AutocompleteMatch& match = result.match_at(i);
autocomplete_edit.cc 515 current_match : result().match_at(index);
    [all...]
  /external/chromium/chrome/browser/
omnibox_search_hint.cc 193 log->result.match_at(log->selected_index).type;
  /external/chromium_org/chrome/browser/ui/gtk/omnibox/
omnibox_popup_view_gtk.cc 479 AutocompleteMatch match = model_->result().match_at(line);
531 if (result.match_at(index).associated_keyword.get() &&
534 *match = result.match_at(index).associated_keyword.get();
539 *match = &result.match_at(index);
  /external/chromium_org/chrome/browser/ui/views/omnibox/
omnibox_popup_contents_view.cc 462 return model_->result().match_at(index);
512 AutocompleteMatch match = model_->result().match_at(index);
  /external/chromium/chrome/browser/ui/views/autocomplete/
autocomplete_popup_contents_view.cc 562 return model_->result().match_at(index);
622 const AutocompleteMatch& match = model_->result().match_at(index);
  /external/chromium_org/chrome/browser/history/
shortcuts_backend.cc 251 const AutocompleteMatch& match(log->result.match_at(log->selected_index));
  /external/chromium_org/chrome/browser/ui/webui/options/
options_ui.cc 364 const AutocompleteMatch& match = result.match_at(i);
  /external/chromium/chrome/browser/ui/webui/options/
browser_options_handler.cc 438 const AutocompleteMatch& match = result.match_at(i);

Completed in 455 milliseconds

1 2