Searched refs:match_at (Results 1 – 12 of 12) sorted by relevance
42 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 …]
73 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()
39 AutocompleteMatch match = result.match_at(i); in AutocompleteResultAsString()122 AutocompleteMatch match = result.match_at(0); in IN_PROC_BROWSER_TEST_F()
944 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()
475 const AutocompleteMatch& match = model_->result().match_at(line); in AcceptLine()610 const AutocompleteMatch& match = result.match_at(i); in HandleExpose()
537 const AutocompleteMatch& match_at(size_t index) const;
515 current_match : result().match_at(index); in OpenURL()922 *match = result.match_at(popup_->selected_line()); in InfoForCurrentSelection()
472 const AutocompleteMatch& match = model_->result().match_at(ii);545 const AutocompleteMatch& match = model_->result().match_at(row);
704 const AutocompleteMatch& AutocompleteResult::match_at(size_t index) const { in match_at() function in AutocompleteResult
193 log->result.match_at(log->selected_index).type; in Observe()
562 return model_->result().match_at(index); in GetMatchAtIndex()622 const AutocompleteMatch& match = model_->result().match_at(index); in OpenIndex()
438 const AutocompleteMatch& match = result.match_at(i); in OnResultChanged()