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

  /external/chromium_org/third_party/WebKit/Source/build/scripts/templates/
StylePropertyShorthand.cpp.tmpl 30 {% for property_id, property in properties.items() %}
39 DEFINE_STATIC_LOCAL(StylePropertyShorthand, {{property.lower_camel_name}}Longhands, ({{property_id}}, {{property.lower_camel_name}}Properties, WTF_ARRAY_LENGTH({{property.lower_camel_name}}Properties)));
51 {% for property_id, property in properties.items() if property.camel_case_name != "marker" %}
52 case {{property_id}}:
StylePropertyShorthand.h.tmpl 69 {% for property_id, property in properties.items() %}
  /external/chromium_org/third_party/WebKit/Source/build/scripts/
make_css_property_names.py 189 return " %(property_id)s = %(enum_value)s," % property
209 css_name_and_enum_pairs = [(property['name'], property_id) for property_id, property in self._properties.items()]
219 'internal_properties': '\n'.join("case %s:" % property_id for property_id, property in self._properties.items() if property['is_internal']),
make_style_shorthands.py 50 self._properties = {property_id: property for property_id, property in self._properties.items() if property['longhands']}
  /external/chromium_org/tools/metrics/histograms/
update_use_counter_css.py 50 property_id = int(enum_match.group(2))
51 properties[property_id] = EnumToCssProperty(enum_name)
  /external/chromium_org/ui/ozone/platform/dri/
dri_wrapper.h 98 // Sets the value of property with ID |property_id| to |value|. The property
101 uint32_t property_id,
dri_wrapper.cc 230 uint32_t property_id,
233 return !drmModeConnectorSetProperty(fd_, connector_id, property_id, value);
  /external/chromium_org/ui/ozone/platform/dri/test/
mock_dri_wrapper.h 80 uint32_t property_id,
mock_dri_wrapper.cc 109 uint32_t property_id,
  /external/opencv/otherlibs/highgui/
highgui.h 209 CVAPI(double) cvGetCaptureProperty( CvCapture* capture, int property_id );
210 CVAPI(int) cvSetCaptureProperty( CvCapture* capture, int property_id, double value );
  /hardware/intel/img/libdrm/libdrm/
xf86drmMode.c 475 drmModePropertyPtr drmModeGetProperty(int fd, uint32_t property_id)
480 prop.prop_id = property_id;
584 int drmModeConnectorSetProperty(int fd, uint32_t connector_id, uint32_t property_id,
591 osp.prop_id = property_id;
xf86drmMode.h 366 extern int drmModeConnectorSetProperty(int fd, uint32_t connector_id, uint32_t property_id,
  /external/chromium_org/device/bluetooth/
bluetooth_low_energy_win.cc 210 DWORD property_id,
216 property_id,
229 property_id,
  /external/chromium_org/chrome/browser/themes/
browser_theme_pack.cc 1152 int property_id = GetIntForString(iter.key(), kDisplayProperties, local
    [all...]

Completed in 788 milliseconds