HomeSort by relevance Sort by last modified time
    Searched full:css_name_to_enum (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/WebKit/Source/build/scripts/
css_properties.py 59 property['property_id'] = css_name_to_enum(property['name'])
77 def css_name_to_enum(css_name): function
make_style_shorthands.py 53 property['longhand_property_ids'] = map(css_properties.css_name_to_enum, property['longhands'].split(';'))
make_css_property_names.py 211 css_name_and_enum_pairs.append((name, css_properties.css_name_to_enum(aliased_name)))

Completed in 205 milliseconds