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

  /external/chromium_org/chrome/browser/ui/webui/
components_ui.cc 127 ListValue* component_list = new ListValue(); local
136 component_list->Append(component_entry);
140 results.Set("components", component_list);
  /external/chromium_org/chrome/browser/chromeos/input_method/
component_extension_ime_manager_impl.cc 283 const ListValue* component_list; local
285 &component_list))
288 for (size_t i = 0; i < component_list->GetSize(); ++i) {
290 if (!component_list->GetDictionary(i, &dictionary))
  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-ot-shape-complex-arabic-fallback.hh 117 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);
hb-ot-layout-gsub-table.hh 732 Supplier<GlyphID> &component_list /* Starting from second for each ligature */)
740 component_list,
815 Supplier<GlyphID> &component_list /* Starting from second for each ligature */)
825 component_list))) return TRACE_RETURN (false);
856 Supplier<GlyphID> &component_list /* Starting from second for each ligature */)
864 ligatures_list, component_count_list, component_list));
    [all...]
  /external/harfbuzz_ng/src/
hb-ot-shape-complex-arabic-fallback.hh 117 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);
hb-ot-layout-gsub-table.hh 726 Supplier<GlyphID> &component_list /* Starting from second for each ligature */)
734 component_list,
809 Supplier<GlyphID> &component_list /* Starting from second for each ligature */)
819 component_list))) return TRACE_RETURN (false);
850 Supplier<GlyphID> &component_list /* Starting from second for each ligature */)
858 ligatures_list, component_count_list, component_list));
    [all...]

Completed in 206 milliseconds