HomeSort by relevance Sort by last modified time
    Searched defs:match_data (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/chrome/browser/extensions/api/declarative_content/
content_condition_unittest.cc 102 RendererContentMatchData match_data; local
103 match_data.css_selectors.insert("input");
107 match_data.page_url_matches = matcher.MatchURL(
109 EXPECT_THAT(match_data.page_url_matches,
112 EXPECT_TRUE(result->IsFulfilled(match_data));
114 match_data.css_selectors.clear();
115 match_data.css_selectors.insert("body");
116 EXPECT_FALSE(result->IsFulfilled(match_data));
  /external/chromium_org/extensions/browser/api/declarative/
declarative_rule_unittest.cc 126 bool IsFulfilled(const MatchData& match_data) const {
128 !ContainsKey(match_data.url_matches, condition_set_id))
130 return match_data.value <= max_value;
178 FulfillableCondition::MatchData match_data = { 0, url_matches }; local
179 EXPECT_FALSE(result->IsFulfilled(1, match_data))
182 EXPECT_FALSE(result->IsFulfilled(-1, match_data))
185 match_data.value = -5;
186 EXPECT_TRUE(result->IsFulfilled(-1, match_data))
191 match_data.value = 3;
192 EXPECT_TRUE(result->IsFulfilled(1, match_data))
    [all...]
  /external/elfutils/0.153/libcpu/
i386_dis.h 898 static const uint8_t match_data[] = variable
    [all...]
x86_64_dis.h 886 static const uint8_t match_data[] = variable
    [all...]
  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-ot-layout-gsubgpos-private.hh 310 match_data (NULL) {};
321 { match_func = match_func_; match_data = match_data_; }
337 return match_func (info.codepoint, *glyph_data, match_data) ? MATCH_YES : MATCH_NO;
371 const void *match_data; member in struct:OT::hb_apply_context_t::matcher_t
398 const void *match_data,
401 matcher.set_match_func (match_func, match_data);
468 const void *match_data,
471 matcher.set_match_func (match_func, match_data);
698 const void *match_data)
704 if (likely (!match_func (c->glyphs[i], input[i - 1], match_data)))
1054 const void *match_data; member in struct:OT::ContextApplyLookupContext
1555 const void *match_data[3]; member in struct:OT::ChainContextApplyLookupContext
    [all...]
  /external/harfbuzz_ng/src/
hb-ot-layout-gsubgpos-private.hh 310 match_data (NULL) {};
321 { match_func = match_func_; match_data = match_data_; }
337 return match_func (info.codepoint, *glyph_data, match_data) ? MATCH_YES : MATCH_NO;
371 const void *match_data; member in struct:OT::hb_apply_context_t::matcher_t
398 const void *match_data,
401 matcher.set_match_func (match_func, match_data);
468 const void *match_data,
471 matcher.set_match_func (match_func, match_data);
698 const void *match_data)
704 if (likely (!match_func (c->glyphs[i], input[i - 1], match_data)))
1054 const void *match_data; member in struct:OT::ContextApplyLookupContext
1556 const void *match_data[3]; member in struct:OT::ChainContextApplyLookupContext
    [all...]
  /external/pcre/dist/
pcre_internal.h 2496 typedef struct match_data { struct
2546 } match_data; typedef in typeref:struct:match_data
    [all...]

Completed in 134 milliseconds