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

  /external/chromium/chrome/browser/autocomplete/
extension_app_provider.h 58 // |input| is the input we got from the user, |match_class| is the
63 ACMatchClassifications* match_class,
extension_app_provider.cc 119 ACMatchClassifications* match_class,
125 match_class->push_back(
129 match_class->push_back(
132 match_class->push_back(ACMatchClassification(pos + input.text().length(),
  /external/chromium_org/chrome/browser/autocomplete/
shortcuts_provider.cc 324 ACMatchClassifications match_class; local
327 match_class.push_back(
334 match_class.push_back(
338 // |match_class| should start at position 0. If the first matching word is
340 match_class.push_back(
350 // |match_class|, moving |last_position| to be after the matching word. If we
362 if (match_class.back().offset == last_position)
363 match_class.pop_back();
365 AutocompleteMatch::AddLastClassificationIfNecessary(&match_class,
368 match_class.push_back
    [all...]
  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-ot-layout-gsubgpos-private.hh 685 static inline bool match_class (hb_codepoint_t glyph_id, const USHORT &value, const void *data) function in namespace:OT
    [all...]
  /external/harfbuzz_ng/src/
hb-ot-layout-gsubgpos-private.hh 669 static inline bool match_class (hb_codepoint_t glyph_id, const USHORT &value, const void *data) function in namespace:OT
    [all...]

Completed in 1097 milliseconds