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

  /external/chromium_org/chrome/browser/extensions/api/omnibox/
omnibox_api.cc 70 scoped_ptr<omnibox::SuggestResult> GetOmniboxDefaultSuggestion(
76 scoped_ptr<omnibox::SuggestResult> suggestion;
81 suggestion.reset(new omnibox::SuggestResult);
82 omnibox::SuggestResult::Populate(*dict, suggestion.get());
100 // omnibox::SuggestResult.
317 const omnibox::SuggestResult &suggestion) {
323 for (std::vector<linked_ptr<omnibox::SuggestResult::DescriptionStylesType> >
326 omnibox::SuggestResult::DescriptionStylesType* style = i->get();
337 case omnibox::SuggestResult::DescriptionStylesType::TYPE_URL:
340 case omnibox::SuggestResult::DescriptionStylesType::TYPE_MATCH
    [all...]
omnibox_api.h 162 const api::omnibox::SuggestResult &suggestion);
  /external/chromium_org/chrome/browser/autocomplete/
search_provider.h 211 class SuggestResult : public Result {
213 SuggestResult(const string16& suggestion,
217 virtual ~SuggestResult();
268 typedef std::vector<SuggestResult> SuggestResults;
search_provider.cc 134 // SearchProvider::SuggestResult ----------------------------------------------
136 SearchProvider::SuggestResult::SuggestResult(const string16& suggestion,
144 SearchProvider::SuggestResult::~SuggestResult() {
147 bool SearchProvider::SuggestResult::IsInlineable(const string16& input) const {
151 int SearchProvider::SuggestResult::CalculateRelevance(
813 SuggestResult& result = (*list)[i];
    [all...]
zero_suggest_provider.cc 300 suggest_results->push_back(SearchProvider::SuggestResult(
keyword_provider.cc 572 const omnibox_api::SuggestResult& suggestion =
search_provider_unittest.cc     [all...]

Completed in 1359 milliseconds