Lines Matching refs:property_
1395 for property_ in json5_properties.shorthands:
1396 - property_['longhand_enum_keys'] = map(enum_key_for_css_property,
1397 - property_['longhands'])
1398 - property_['longhand_property_ids'] = map(id_for_css_property,
1399 - property_['longhands'])
1403 - property_['longhands'])
1404 + property_['longhand_enum_keys'] = list(
1405 + map(enum_key_for_css_property, property_['longhands']))
1406 + property_['longhand_property_ids'] = list(
1407 + map(id_for_css_property, property_['longhands']))
1411 + property_['longhands']))
1412 property_['expansions'] = create_expansions(longhands)
1413 for longhand_enum_key in property_['longhand_enum_keys']:
1414 self._longhand_dictionary[longhand_enum_key].append(property_)