Searched refs:property_id (Results 1 - 13 of 13) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/build/scripts/templates/
H A DStylePropertyShorthand.cpp.tmpl31 {%- 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 }}:
H A DStylePropertyShorthand.h.tmpl69 {% for property_id, property in properties.items() %}
/external/chromium/chrome/browser/ui/gtk/
H A Dgtk_floating_container.cc58 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);
252 gtk_floating_container_set_child_property(GtkContainer* container, GtkWidget* child, guint property_id, const GValue* value, GParamSpec* pspec) argument
277 gtk_floating_container_get_child_property(GtkContainer* container, GtkWidget* child, guint property_id, GValue* value, GParamSpec* pspec) argument
/external/chromium_org/ui/base/gtk/
H A Dgtk_floating_container.cc61 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);
254 gtk_floating_container_set_child_property(GtkContainer* container, GtkWidget* child, guint property_id, const GValue* value, GParamSpec* pspec) argument
279 gtk_floating_container_get_child_property(GtkContainer* container, GtkWidget* child, guint property_id, GValue* value, GParamSpec* pspec) argument
/external/chromium_org/ui/gfx/ozone/dri/
H A Ddri_wrapper.cc87 uint32_t property_id,
90 return !drmModeConnectorSetProperty(fd_, connector_id, property_id, value);
86 ConnectorSetProperty(uint32_t connector_id, uint32_t property_id, uint64_t value) argument
H A Ddri_wrapper.h67 // Sets the value of property with ID |property_id| to |value|. The property
70 uint32_t property_id,
H A Ddri_surface_unittest.cc61 uint32_t property_id,
H A Ddri_surface_factory_unittest.cc83 uint32_t property_id,
H A Dhardware_display_controller_unittest.cc89 uint32_t property_id,
/external/chromium_org/third_party/WebKit/Source/build/scripts/
H A Dmake_css_property_names.py206 property_id = self._first_property_id
/external/opencv/otherlibs/highgui/
H A Dhighgui.h209 CVAPI(double) cvGetCaptureProperty( CvCapture* capture, int property_id );
210 CVAPI(int) cvSetCaptureProperty( CvCapture* capture, int property_id, double value );
/external/chromium/chrome/browser/themes/
H A Dbrowser_theme_pack.cc776 int property_id = GetIntForString(*iter, kDisplayProperties); local
777 switch (property_id) {
/external/chromium_org/chrome/browser/themes/
H A Dbrowser_theme_pack.cc1130 int property_id = GetIntForString(iter.key(), kDisplayProperties, local
1132 switch (property_id) {

Completed in 250 milliseconds