Home
last modified time | relevance | path

Searched refs:match_at (Results 1 – 12 of 12) sorted by relevance

/external/chromium/chrome/browser/extensions/
Dextension_omnibox_apitest.cc42 AutocompleteMatch match = result.match_at(i); in AutocompleteResultAsString()
118 AutocompleteMatch match = result.match_at(0); in IN_PROC_BROWSER_TEST_F()
122 match = result.match_at(1); in IN_PROC_BROWSER_TEST_F()
143 ASSERT_TRUE(result.match_at(0).template_url); in IN_PROC_BROWSER_TEST_F()
145 result.match_at(0).fill_into_edit); in IN_PROC_BROWSER_TEST_F()
147 result.match_at(1).fill_into_edit); in IN_PROC_BROWSER_TEST_F()
149 result.match_at(2).fill_into_edit); in IN_PROC_BROWSER_TEST_F()
151 result.match_at(3).fill_into_edit); in IN_PROC_BROWSER_TEST_F()
155 EXPECT_EQ(description, result.match_at(1).contents); in IN_PROC_BROWSER_TEST_F()
156 ASSERT_EQ(6u, result.match_at(1).contents_class.size()); in IN_PROC_BROWSER_TEST_F()
[all …]
/external/chromium/chrome/browser/autocomplete/
Dautocomplete_popup_model.cc73 const AutocompleteMatch& match = result.match_at(line); in SetSelectedLine()
95 GURL current_destination(result.match_at(selected_line_).destination_url); in SetSelectedLine()
203 const AutocompleteMatch& match = result().match_at(selected_line_); in TryDeletingCurrentItem()
Dautocomplete_browsertest.cc39 AutocompleteMatch match = result.match_at(i); in AutocompleteResultAsString()
122 AutocompleteMatch match = result.match_at(0); in IN_PROC_BROWSER_TEST_F()
Dautocomplete_edit_view_browsertest.cc944 popup_model->result().match_at(default_line).destination_url.spec(); in DeleteItemTest()
950 popup_model->result().match_at(default_line + 1).fill_into_edit; in DeleteItemTest()
963 popup_model->result().match_at(default_line + 1).fill_into_edit); in DeleteItemTest()
965 popup_model->result().match_at(default_line + 1).fill_into_edit; in DeleteItemTest()
981 selected_text = popup_model->result().match_at(default_line).fill_into_edit; in DeleteItemTest()
994 popup_model->result().match_at(default_line).fill_into_edit); in DeleteItemTest()
996 popup_model->result().match_at(default_line).fill_into_edit; in DeleteItemTest()
Dautocomplete_popup_view_gtk.cc475 const AutocompleteMatch& match = model_->result().match_at(line); in AcceptLine()
610 const AutocompleteMatch& match = result.match_at(i); in HandleExpose()
Dautocomplete.h537 const AutocompleteMatch& match_at(size_t index) const;
Dautocomplete_edit.cc515 current_match : result().match_at(index); in OpenURL()
922 *match = result.match_at(popup_->selected_line()); in InfoForCurrentSelection()
Dautocomplete_popup_view_mac.mm472 const AutocompleteMatch& match = model_->result().match_at(ii);
545 const AutocompleteMatch& match = model_->result().match_at(row);
Dautocomplete.cc704 const AutocompleteMatch& AutocompleteResult::match_at(size_t index) const { in match_at() function in AutocompleteResult
/external/chromium/chrome/browser/
Domnibox_search_hint.cc193 log->result.match_at(log->selected_index).type; in Observe()
/external/chromium/chrome/browser/ui/views/autocomplete/
Dautocomplete_popup_contents_view.cc562 return model_->result().match_at(index); in GetMatchAtIndex()
622 const AutocompleteMatch& match = model_->result().match_at(index); in OpenIndex()
/external/chromium/chrome/browser/ui/webui/options/
Dbrowser_options_handler.cc438 const AutocompleteMatch& match = result.match_at(i); in OnResultChanged()