Searched refs:component_list (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/chrome/browser/ui/webui/
H A Dcomponents_ui.cc169 base::ListValue* component_list = new base::ListValue(); local
178 component_list->Append(component_entry);
182 return component_list;
/external/harfbuzz_ng/src/
H A Dhb-ot-shape-complex-arabic-fallback.hh117 OT::GlyphID component_list[ARRAY_LENGTH_CONST (ligature_list) * 1/* One extra component per ligature */]; local
155 component_list[num_ligatures].set (second_glyph);
164 OT::Supplier<OT::GlyphID> component_supplier (component_list, num_ligatures);
H A Dhb-ot-layout-gsub-table.hh752 Supplier<GlyphID> &component_list /* Starting from second for each ligature */)
760 component_list,
835 Supplier<GlyphID> &component_list /* Starting from second for each ligature */)
845 component_list))) return TRACE_RETURN (false);
876 Supplier<GlyphID> &component_list /* Starting from second for each ligature */)
884 ligatures_list, component_count_list, component_list));
1264 Supplier<GlyphID> &component_list /* Starting from second for each ligature */)
1269 ligatures_list, component_count_list, component_list));
/external/chromium_org/third_party/harfbuzz-ng/src/
H A Dhb-ot-shape-complex-arabic-fallback.hh112 OT::GlyphID component_list[ARRAY_LENGTH_CONST (ligature_list) * 1/* One extra component per ligature */]; local
150 component_list[num_ligatures].set (second_glyph);
162 OT::Supplier<OT::GlyphID> component_supplier (component_list, num_ligatures);
H A Dhb-ot-layout-gsub-table.hh752 Supplier<GlyphID> &component_list /* Starting from second for each ligature */)
760 component_list,
835 Supplier<GlyphID> &component_list /* Starting from second for each ligature */)
845 component_list))) return TRACE_RETURN (false);
876 Supplier<GlyphID> &component_list /* Starting from second for each ligature */)
884 ligatures_list, component_count_list, component_list));
1264 Supplier<GlyphID> &component_list /* Starting from second for each ligature */)
1269 ligatures_list, component_count_list, component_list));
/external/chromium_org/chrome/browser/chromeos/input_method/
H A Dcomponent_extension_ime_manager_impl.cc478 const base::ListValue* component_list; local
480 &component_list))
483 for (size_t i = 0; i < component_list->GetSize(); ++i) {
485 if (!component_list->GetDictionary(i, &dictionary))

Completed in 1418 milliseconds