HomeSort by relevance Sort by last modified time
    Searched full:match_at (Results 1 - 12 of 12) sorted by null

  /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/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_popup_view_gtk.cc 475 const AutocompleteMatch& match = model_->result().match_at(line);
610 const AutocompleteMatch& match = result.match_at(i);
autocomplete_popup_view_mac.mm 472 const AutocompleteMatch& match = model_->result().match_at(ii);
545 const AutocompleteMatch& match = model_->result().match_at(row);
autocomplete_edit.cc 515 current_match : result().match_at(index);
    [all...]
autocomplete.h 537 const AutocompleteMatch& match_at(size_t index) const;
    [all...]
autocomplete.cc 704 const AutocompleteMatch& AutocompleteResult::match_at(size_t index) const { function in class:AutocompleteResult
    [all...]
  /external/chromium/chrome/browser/
omnibox_search_hint.cc 193 log->result.match_at(log->selected_index).type;
  /external/chromium/chrome/browser/ui/webui/options/
browser_options_handler.cc 438 const AutocompleteMatch& match = result.match_at(i);
  /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);

Completed in 131 milliseconds