Searched refs:property_id (Results 1 – 16 of 16) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/build/scripts/templates/ |
D | StyleBuilderFunctions.cpp.tmpl | 18 {% macro declare_initial_function(property_id) %} 19 void StyleBuilderFunctions::applyInitial{{property_id}}(StyleResolverState& state) 21 {% macro declare_inherit_function(property_id) %} 22 void StyleBuilderFunctions::applyInherit{{property_id}}(StyleResolverState& state) 24 {% macro declare_value_function(property_id) %} 25 void StyleBuilderFunctions::applyValue{{property_id}}(StyleResolverState& state, CSSValue* value) 46 {% for property_id, property in properties.items() if property.should_declare_functions %} 49 {{declare_initial_function(property_id)}} 62 {{declare_inherit_function(property_id)}} 75 {{declare_value_function(property_id)}} [all …]
|
D | StyleBuilder.cpp.tmpl | 18 {% for property_id, property in properties.items() 21 {% set used_property_id = used_property.property_id %} 22 case {{property_id}}: 32 {% for property_id, property in properties.items() if property.direction_aware %} 33 case {{property_id}}: 41 {% for property_id, property in properties.items() if property.builder_skip %} 42 case {{property_id}}:
|
D | CSSPropertyMetadata.cpp.tmpl | 19 {% for property_id, property in properties.items() if property[flag] %} 20 case {{property_id}}: 34 {% for property_id, property in properties.items() if property.runtime_flag %} 36 enabledProperties->clear({{property_id}} - {{first_enum_value}}); 38 {% for property_id, property in properties.items() if property.is_internal %} 39 enabledProperties->clear({{property_id}} - {{first_enum_value}});
|
D | StyleBuilderFunctions.h.tmpl | 17 {% for property_id, property in properties.items() 19 static void applyInitial{{property_id}}(StyleResolverState&); 20 static void applyInherit{{property_id}}(StyleResolverState&); 21 static void applyValue{{property_id}}(StyleResolverState&, CSSValue*);
|
D | StylePropertyShorthand.cpp.tmpl | 30 {% for property_id, property in properties.items() %} 39 …CAL(StylePropertyShorthand, {{property.lower_camel_name}}Longhands, ({{property_id}}, {{property.l… 51 … {% for property_id, property in properties.items() if property.camel_case_name != "marker" %} 52 case {{property_id}}:
|
D | StylePropertyShorthand.h.tmpl | 69 {% for property_id, property in properties.items() %}
|
/external/chromium_org/third_party/WebKit/Source/build/scripts/ |
D | make_css_property_names.py | 209 …css_name_and_enum_pairs = [(property['name'], property_id) for property_id, property in self._prop… 219 …'internal_properties': '\n'.join("case %s:" % property_id for property_id, property in self._prope…
|
D | make_style_shorthands.py | 50 …self._properties = {property_id: property for property_id, property in self._properties.items() if…
|
/external/chromium_org/tools/metrics/histograms/ |
D | update_use_counter_css.py | 50 property_id = int(enum_match.group(2)) 51 properties[property_id] = EnumToCssProperty(enum_name)
|
/external/opencv/otherlibs/highgui/ |
D | highgui.h | 209 CVAPI(double) cvGetCaptureProperty( CvCapture* capture, int property_id ); in LOAD_CHDL() 210 CVAPI(int) cvSetCaptureProperty( CvCapture* capture, int property_id, double value ); in LOAD_CHDL()
|
/external/chromium_org/ui/ozone/platform/dri/ |
D | dri_wrapper.cc | 230 uint32_t property_id, in SetProperty() argument 233 return !drmModeConnectorSetProperty(fd_, connector_id, property_id, value); in SetProperty()
|
D | dri_wrapper.h | 101 uint32_t property_id,
|
/external/chromium_org/device/bluetooth/ |
D | bluetooth_low_energy_win.cc | 210 DWORD property_id, in CollectBluetoothLowEnergyDeviceRegistryProperty() argument 216 property_id, in CollectBluetoothLowEnergyDeviceRegistryProperty() 229 property_id, in CollectBluetoothLowEnergyDeviceRegistryProperty()
|
/external/chromium_org/ui/ozone/platform/dri/test/ |
D | mock_dri_wrapper.h | 80 uint32_t property_id,
|
D | mock_dri_wrapper.cc | 109 uint32_t property_id, in SetProperty() argument
|
/external/chromium_org/chrome/browser/themes/ |
D | browser_theme_pack.cc | 1152 int property_id = GetIntForString(iter.key(), kDisplayProperties, in BuildDisplayPropertiesFromJSON() local 1154 switch (property_id) { in BuildDisplayPropertiesFromJSON()
|