Searched refs:associated_keyword (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/components/omnibox/
H A Dautocomplete_match.cc85 associated_keyword(match.associated_keyword.get() ?
86 new AutocompleteMatch(*match.associated_keyword) : NULL),
122 associated_keyword.reset(match.associated_keyword.get() ?
123 new AutocompleteMatch(*match.associated_keyword) : NULL);
431 *is_keyword_hint = associated_keyword.get() != NULL;
432 keyword->assign(*is_keyword_hint ? associated_keyword->keyword :
H A Dautocomplete_match.h206 // |associated_keyword|, i.e. we should show a "Press [tab] to search ___"
338 // |associated_keyword| could be a KeywordProvider match for "amazon.com".
339 scoped_ptr<AutocompleteMatch> associated_keyword; member in struct:AutocompleteMatch
/external/chromium_org/chrome/browser/ui/webui/omnibox/
H A Domnibox_ui_handler.cc80 if (input.associated_keyword.get() != NULL) {
81 result->associated_keyword =
82 mojo::String::From(input.associated_keyword->keyword);
/external/chromium_org/chrome/browser/autocomplete/
H A Dautocomplete_controller.cc449 if (result_.default_match()->associated_keyword != NULL)
451 result_.default_match()->associated_keyword->keyword;
488 (result_.default_match()->associated_keyword != NULL)) {
490 result_.default_match()->associated_keyword->keyword;
493 // updated if fill_into_edit, associated_keyword, or keyword differ. (The
541 match->associated_keyword.reset(new AutocompleteMatch(
555 match->associated_keyword.reset(new AutocompleteMatch(
559 match->associated_keyword.reset();
H A Dautocomplete_provider_unittest.cc400 result.match_at(j)->associated_keyword.get() ?
401 result.match_at(j)->associated_keyword->keyword :
/external/chromium_org/chrome/browser/ui/views/omnibox/
H A Domnibox_result_view.cc177 AutocompleteMatch* associated_keyword_match = match_.associated_keyword.get();
464 return match_.associated_keyword &&
495 if (match_.associated_keyword.get()) {
540 AutocompleteMatch* keyword_match = match_.associated_keyword.get();
H A Domnibox_popup_contents_view.cc141 if (HasMatchAt(line) && GetMatchAtIndex(line).associated_keyword.get()) {
/external/chromium_org/chrome/browser/ui/omnibox/
H A Domnibox_popup_model.cc208 DCHECK(match.associated_keyword.get());

Completed in 274 milliseconds