Searched defs:match_data (Results 1 - 15 of 15) sorted by relevance

/external/chromium_org/chrome/browser/extensions/api/declarative_content/
H A Dcontent_condition_unittest.cc101 RendererContentMatchData match_data; local
102 match_data.css_selectors.insert("input");
106 match_data.page_url_matches = matcher.MatchURL(
108 EXPECT_THAT(match_data.page_url_matches,
111 EXPECT_TRUE(result->IsFulfilled(match_data));
113 match_data.css_selectors.clear();
114 match_data.css_selectors.insert("body");
115 EXPECT_FALSE(result->IsFulfilled(match_data));
/external/chromium_org/third_party/mesa/src/src/gallium/targets/xorg-i915/
H A Dintel_xorg.c37 intptr_t match_data);
128 int entity_num, struct pci_device *device, intptr_t match_data)
127 intel_xorg_pci_probe(DriverPtr driver, int entity_num, struct pci_device *device, intptr_t match_data) argument
/external/chromium_org/third_party/mesa/src/src/gallium/targets/xorg-nouveau/
H A Dnouveau_xorg.c39 intptr_t match_data);
125 int entity_num, struct pci_device *device, intptr_t match_data)
124 nouveau_xorg_pci_probe(DriverPtr driver, int entity_num, struct pci_device *device, intptr_t match_data) argument
/external/chromium_org/third_party/mesa/src/src/gallium/targets/xorg-r300/
H A Dxorg.c38 intptr_t match_data);
129 int entity_num, struct pci_device *device, intptr_t match_data)
128 r300_xorg_pci_probe(DriverPtr driver, int entity_num, struct pci_device *device, intptr_t match_data) argument
/external/chromium_org/third_party/mesa/src/src/gallium/targets/xorg-r600/
H A Dxorg.c38 intptr_t match_data);
129 int entity_num, struct pci_device *device, intptr_t match_data)
128 r600_xorg_pci_probe(DriverPtr driver, int entity_num, struct pci_device *device, intptr_t match_data) argument
/external/chromium_org/third_party/mesa/src/src/gallium/targets/xorg-radeonsi/
H A Dxorg.c38 intptr_t match_data);
129 int entity_num, struct pci_device *device, intptr_t match_data)
128 radeonsi_xorg_pci_probe(DriverPtr driver, int entity_num, struct pci_device *device, intptr_t match_data) argument
/external/mesa3d/src/gallium/targets/xorg-i915/
H A Dintel_xorg.c37 intptr_t match_data);
128 int entity_num, struct pci_device *device, intptr_t match_data)
127 intel_xorg_pci_probe(DriverPtr driver, int entity_num, struct pci_device *device, intptr_t match_data) argument
/external/mesa3d/src/gallium/targets/xorg-nouveau/
H A Dnouveau_xorg.c39 intptr_t match_data);
125 int entity_num, struct pci_device *device, intptr_t match_data)
124 nouveau_xorg_pci_probe(DriverPtr driver, int entity_num, struct pci_device *device, intptr_t match_data) argument
/external/mesa3d/src/gallium/targets/xorg-r300/
H A Dxorg.c38 intptr_t match_data);
129 int entity_num, struct pci_device *device, intptr_t match_data)
128 r300_xorg_pci_probe(DriverPtr driver, int entity_num, struct pci_device *device, intptr_t match_data) argument
/external/mesa3d/src/gallium/targets/xorg-r600/
H A Dxorg.c38 intptr_t match_data);
129 int entity_num, struct pci_device *device, intptr_t match_data)
128 r600_xorg_pci_probe(DriverPtr driver, int entity_num, struct pci_device *device, intptr_t match_data) argument
/external/mesa3d/src/gallium/targets/xorg-radeonsi/
H A Dxorg.c38 intptr_t match_data);
129 int entity_num, struct pci_device *device, intptr_t match_data)
128 radeonsi_xorg_pci_probe(DriverPtr driver, int entity_num, struct pci_device *device, intptr_t match_data) argument
/external/chromium_org/chrome/browser/extensions/api/declarative/
H A Ddeclarative_rule_unittest.cc126 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/chromium_org/chrome/browser/autocomplete/
H A Dautocomplete_provider_unittest.cc180 void RunRedundantKeywordTest(const KeywordTestData* match_data, size_t size);
350 const KeywordTestData* match_data,
357 match.fill_into_edit = match_data[i].fill_into_edit;
359 match.keyword = match_data[i].keyword;
368 EXPECT_EQ(match_data[j].expected_keyword_result,
349 RunRedundantKeywordTest( const KeywordTestData* match_data, size_t size) argument
/external/chromium_org/third_party/harfbuzz-ng/src/
H A Dhb-ot-layout-gsubgpos-private.hh310 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;
375 const void *match_data; member in struct:OT::hb_apply_context_t::matcher_t
402 const void *match_data,
405 matcher.set_match_func (match_func, match_data);
472 const void *match_data,
475 matcher.set_match_func (match_func, match_data);
700 const void *match_data)
706 if (likely (!match_func (c->glyphs[i], input[i - 1], match_data)))
401 set_match_func(matcher_t::match_func_t match_func, const void *match_data, const USHORT glyph_data[]) argument
471 set_match_func(matcher_t::match_func_t match_func, const void *match_data, const USHORT glyph_data[]) argument
696 would_match_input(hb_would_apply_context_t *c, unsigned int count, const USHORT input[], match_func_t match_func, const void *match_data) argument
711 match_input(hb_apply_context_t *c, unsigned int count, const USHORT input[], match_func_t match_func, const void *match_data, unsigned int *end_offset, unsigned int match_positions[MAX_CONTEXT_LENGTH], bool *p_is_mark_ligature = NULL, unsigned int *p_total_component_count = NULL) argument
887 match_backtrack(hb_apply_context_t *c, unsigned int count, const USHORT backtrack[], match_func_t match_func, const void *match_data) argument
906 match_lookahead(hb_apply_context_t *c, unsigned int count, const USHORT lookahead[], match_func_t match_func, const void *match_data, unsigned int offset) argument
1053 const void *match_data; member in struct:OT::ContextApplyLookupContext
1554 const void *match_data[3]; member in struct:OT::ChainContextApplyLookupContext
[all...]
/external/harfbuzz_ng/src/
H A Dhb-ot-layout-gsubgpos-private.hh305 match_data (NULL) {};
316 { match_func = match_func_; match_data = match_data_; }
332 return match_func (info.codepoint, *glyph_data, match_data) ? MATCH_YES : MATCH_NO;
370 const void *match_data; member in struct:OT::hb_apply_context_t::matcher_t
397 const void *match_data,
400 matcher.set_match_func (match_func, match_data);
467 const void *match_data,
470 matcher.set_match_func (match_func, match_data);
684 const void *match_data)
690 if (likely (!match_func (c->glyphs[i], input[i - 1], match_data)))
396 set_match_func(matcher_t::match_func_t match_func, const void *match_data, const USHORT glyph_data[]) argument
466 set_match_func(matcher_t::match_func_t match_func, const void *match_data, const USHORT glyph_data[]) argument
680 would_match_input(hb_would_apply_context_t *c, unsigned int count, const USHORT input[], match_func_t match_func, const void *match_data) argument
695 match_input(hb_apply_context_t *c, unsigned int count, const USHORT input[], match_func_t match_func, const void *match_data, unsigned int *end_offset = NULL, bool *p_is_mark_ligature = NULL, unsigned int *p_total_component_count = NULL) argument
772 ligate_input(hb_apply_context_t *c, unsigned int count, const USHORT input[], match_func_t match_func, const void *match_data, hb_codepoint_t lig_glyph, bool is_mark_ligature, unsigned int total_component_count) argument
858 match_backtrack(hb_apply_context_t *c, unsigned int count, const USHORT backtrack[], match_func_t match_func, const void *match_data) argument
877 match_lookahead(hb_apply_context_t *c, unsigned int count, const USHORT lookahead[], match_func_t match_func, const void *match_data, unsigned int offset) argument
924 apply_lookup(hb_apply_context_t *c, unsigned int count, const USHORT input[], match_func_t match_func, const void *match_data, unsigned int lookupCount, const LookupRecord lookupRecord[] ) argument
1039 const void *match_data; member in struct:OT::ContextApplyLookupContext
1537 const void *match_data[3]; member in struct:OT::ChainContextApplyLookupContext
[all...]

Completed in 899 milliseconds