Searched defs:keyword_match (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/autocomplete/
H A Dautocomplete_provider_unittest.cc578 KeywordTestData keyword_match[] = { local
585 RunKeywordTest(base::ASCIIToUTF16("fo"), keyword_match,
586 ARRAYSIZE_UNSAFE(keyword_match));
611 KeywordTestData keyword_match[] = { local
617 RunKeywordTest(base::ASCIIToUTF16("fo"), keyword_match,
618 ARRAYSIZE_UNSAFE(keyword_match));
626 KeywordTestData keyword_match[] = { local
632 RunKeywordTest(base::ASCIIToUTF16("f"), keyword_match,
633 ARRAYSIZE_UNSAFE(keyword_match));
/external/chromium_org/chrome/browser/ui/views/omnibox/
H A Domnibox_result_view.cc540 AutocompleteMatch* keyword_match = match_.associated_keyword.get(); local
541 if (keyword_match) {
546 CreateClassifiedRenderText(keyword_match->contents,
547 keyword_match->contents_class,
551 !keyword_match->description.empty()) {
553 CreateClassifiedRenderText(keyword_match->description,
554 keyword_match->description_class,
557 PaintMatch(*keyword_match, keyword_contents_rendertext_.get(),

Completed in 1029 milliseconds