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

  /external/chromium_org/chrome/browser/autocomplete/
shortcuts_provider.cc 307 ACMatchClassifications match_class; local
310 match_class.push_back(
317 match_class.push_back(
321 // |match_class| should start at position 0. If the first matching word is
323 match_class.push_back(
333 // |match_class|, moving |last_position| to be after the matching word. If we
345 if (match_class.back().offset == last_position)
346 match_class.pop_back();
348 AutocompleteMatch::AddLastClassificationIfNecessary(&match_class,
351 match_class.push_back
    [all...]
  /external/chromium_org/third_party/skia/third_party/lua/src/
lstrlib.c 266 static int match_class (int c, int cl) { function
295 if (match_class(c, uchar(*p)))
317 case L_ESC: return match_class(c, uchar(*(p+1)));
  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-ot-layout-gsubgpos-private.hh 683 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 683 static inline bool match_class (hb_codepoint_t glyph_id, const USHORT &value, const void *data) function in namespace:OT
    [all...]

Completed in 131 milliseconds