HomeSort by relevance Sort by last modified time
    Searched full:contents_class (Results 1 - 25 of 29) sorted by null

1 2

  /external/chromium_org/chrome/browser/extensions/api/omnibox/
omnibox_api_browsertest.cc 100 ASSERT_EQ(6u, result.match_at(1).contents_class.size());
103 result.match_at(1).contents_class[0].offset);
105 result.match_at(1).contents_class[0].style);
108 result.match_at(1).contents_class[1].offset);
110 result.match_at(1).contents_class[1].style);
113 result.match_at(1).contents_class[2].offset);
115 result.match_at(1).contents_class[2].style);
118 result.match_at(1).contents_class[3].offset);
120 result.match_at(1).contents_class[3].style);
123 result.match_at(1).contents_class[4].offset)
    [all...]
omnibox_api.cc 368 ACMatchClassifications& description_styles = match->contents_class;