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

  /external/chromium_org/chrome/browser/autocomplete/
autocomplete_provider_unittest.cc 578 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/
omnibox_result_view.cc 540 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 53 milliseconds