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

  /external/chromium_org/third_party/WebKit/Source/build/scripts/templates/
StylePropertyShorthand.cpp.tmpl 31 {%- for property_id, property in properties.items() %}
40 DEFINE_STATIC_LOCAL(StylePropertyShorthand, {{ property.camel_case_name }}Longhands, ({{ property_id }}, {{ property.camel_case_name }}Properties, WTF_ARRAY_LENGTH({{ property.camel_case_name }}Properties)));
50 {%- for property_id, property in properties.items() %}
52 case {{ property_id }}:
StylePropertyShorthand.h.tmpl 69 {% for property_id, property in properties.items() %}
  /external/chromium_org/ui/gfx/ozone/dri/
dri_wrapper.h 67 // Sets the value of property with ID |property_id| to |value|. The property
70 uint32_t property_id,
dri_wrapper.cc 87 uint32_t property_id,
90 return !drmModeConnectorSetProperty(fd_, connector_id, property_id, value);
dri_surface_unittest.cc 61 uint32_t property_id,
dri_surface_factory_unittest.cc 83 uint32_t property_id,
hardware_display_controller_unittest.cc 89 uint32_t property_id,
  /external/chromium/chrome/browser/ui/gtk/
gtk_floating_container.cc 58 guint property_id,
63 guint property_id,
254 guint property_id,
261 switch (property_id) {
272 container, property_id, pspec);
279 guint property_id,
286 switch (property_id) {
295 container, property_id, pspec);
  /external/chromium_org/ui/base/gtk/
gtk_floating_container.cc 61 guint property_id,
66 guint property_id,
256 guint property_id,
263 switch (property_id) {
274 container, property_id, pspec);
281 guint property_id,
288 switch (property_id) {
297 container, property_id, pspec);
  /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 );
  /external/chromium_org/third_party/WebKit/Source/build/scripts/
make_css_property_names.py 206 property_id = self._first_property_id
  /external/chromium/chrome/browser/themes/
browser_theme_pack.cc 776 int property_id = GetIntForString(*iter, kDisplayProperties); local
777 switch (property_id) {
    [all...]
  /external/chromium_org/chrome/browser/themes/
browser_theme_pack.cc 1130 int property_id = GetIntForString(iter.key(), kDisplayProperties, local
    [all...]

Completed in 226 milliseconds