/external/chromium_org/third_party/WebKit/Source/core/svg/properties/ |
SVGAnimatedStaticPropertyTearOff.h | 29 template<typename PropertyType> 32 typedef PropertyType ContentType; 34 PropertyType& baseVal() 39 PropertyType& animVal() 46 virtual void setBaseVal(const PropertyType& property, ExceptionState&) 52 static PassRefPtr<SVGAnimatedStaticPropertyTearOff<PropertyType> > create(SVGElement* contextElement, const QualifiedName& attributeName, AnimatedPropertyType animatedPropertyType, PropertyType& property) 55 return adoptRef(new SVGAnimatedStaticPropertyTearOff<PropertyType>(contextElement, attributeName, animatedPropertyType, property)); 58 PropertyType& currentAnimatedValue() 65 const PropertyType& currentBaseValue() cons [all...] |
SVGStaticPropertyTearOff.h | 32 template<typename ContextElement, typename PropertyType> 33 class SVGStaticPropertyTearOff : public SVGPropertyTearOff<PropertyType> { 35 typedef SVGStaticPropertyTearOff<ContextElement, PropertyType> Self; 40 static PassRefPtr<Self> create(ContextElement* contextElement, PropertyType& value, UpdateMethod update) 49 SVGStaticPropertyTearOff(ContextElement* contextElement, PropertyType& value, UpdateMethod update) 50 : SVGPropertyTearOff<PropertyType>(0, UndefinedRole, value)
|
SVGAnimatedPropertyTearOff.h | 29 template<typename PropertyType> 32 typedef SVGPropertyTearOff<PropertyType> PropertyTearOff; 33 typedef PropertyType ContentType; 61 static PassRefPtr<SVGAnimatedPropertyTearOff<PropertyType> > create(SVGElement* contextElement, const QualifiedName& attributeName, AnimatedPropertyType animatedPropertyType, PropertyType& property) 64 return adoptRef(new SVGAnimatedPropertyTearOff<PropertyType>(contextElement, attributeName, animatedPropertyType, property)); 67 PropertyType& currentAnimatedValue() 74 const PropertyType& currentBaseValue() const 79 void animationStarted(PropertyType* newAnimVal) 110 SVGAnimatedPropertyTearOff(SVGElement* contextElement, const QualifiedName& attributeName, AnimatedPropertyType animatedPropertyType, PropertyType& property [all...] |
SVGStaticListPropertyTearOff.h | 29 template<typename PropertyType> 30 class SVGStaticListPropertyTearOff : public SVGListProperty<PropertyType> { 32 typedef SVGListProperty<PropertyType> Base; 34 typedef typename SVGPropertyTraits<PropertyType>::ListItemType ListItemType; 40 static PassRefPtr<SVGStaticListPropertyTearOff<PropertyType> > create(SVGElement* contextElement, PropertyType& values) 43 return adoptRef(new SVGStaticListPropertyTearOff<PropertyType>(contextElement, values)); 85 SVGStaticListPropertyTearOff(SVGElement* contextElement, PropertyType& values) 86 : SVGListProperty<PropertyType>(UndefinedRole, values, 0)
|
SVGAnimatedPropertyMacros.h | 34 template<typename PropertyType> 37 : value(SVGPropertyTraits<PropertyType>::initialValue()) 61 PropertyType value; 95 #define DEFINE_ANIMATED_PROPERTY(AnimatedPropertyTypeEnum, OwnerType, DOMAttribute, SVGDOMAttributeIdentifier, UpperProperty, LowerProperty, TearOffType, PropertyType) \ 106 PropertyType& OwnerType::LowerProperty##CurrentValue() const \ 115 PropertyType& OwnerType::LowerProperty##BaseValue() const \ 120 void OwnerType::set##UpperProperty##BaseValue(const PropertyType& type) \ 135 AtomicString value(SVGPropertyTraits<PropertyType>::toString(m_##LowerProperty.value)); \ 143 return SVGAnimatedProperty::lookupOrCreateWrapper<UseOwnerType, TearOffType, PropertyType>(ownerType, LowerProperty##PropertyInfo(), ownerType->m_##LowerProperty.value); \ 161 #define DECLARE_ANIMATED_PROPERTY(TearOffType, PropertyType, UpperProperty, LowerProperty) [all...] |
SVGPropertyTearOff.h | 37 template<typename PropertyType> 40 typedef SVGPropertyTearOff<PropertyType> Self; 44 static PassRefPtr<Self> create(SVGAnimatedProperty* animatedProperty, SVGPropertyRole role, PropertyType& value) 51 static PassRefPtr<Self> create(const PropertyType& initialValue) 56 PropertyType& propertyReference() { return *m_value; } 59 void setValue(PropertyType& value) 107 m_value = new PropertyType(*m_value); 129 SVGPropertyTearOff(SVGAnimatedProperty* animatedProperty, SVGPropertyRole role, PropertyType& value) 142 SVGPropertyTearOff(const PropertyType& initialValue) 145 , m_value(new PropertyType(initialValue) [all...] |
SVGAnimatedListPropertyTearOff.h | 29 template<typename PropertyType> 32 template<typename PropertyType> 35 typedef typename SVGPropertyTraits<PropertyType>::ListItemType ListItemType; 38 typedef SVGListProperty<PropertyType> ListProperty; 39 typedef SVGListPropertyTearOff<PropertyType> ListPropertyTearOff; 40 typedef PropertyType ContentType; 70 typedef SVGPropertyTearOff<typename SVGPropertyTraits<PropertyType>::ListItemType> ListItemTearOff; 86 PropertyType& currentAnimatedValue() 93 const PropertyType& currentBaseValue() const 98 void animationStarted(PropertyType* newAnimVal, bool shouldOwnValues = false [all...] |
SVGListPropertyTearOff.h | 29 template<typename PropertyType> 30 class SVGListPropertyTearOff : public SVGListProperty<PropertyType> { 32 typedef SVGListProperty<PropertyType> Base; 33 typedef SVGListPropertyTearOff<PropertyType> Self; 35 typedef typename SVGPropertyTraits<PropertyType>::ListItemType ListItemType; 38 typedef SVGAnimatedListPropertyTearOff<PropertyType> AnimatedListPropertyTearOff; 39 typedef typename SVGAnimatedListPropertyTearOff<PropertyType>::ListWrapperCache ListWrapperCache; 45 static PassRefPtr<Self> create(AnimatedListPropertyTearOff* animatedProperty, SVGPropertyRole role, PropertyType& values, ListWrapperCache& wrappers) 133 SVGListPropertyTearOff(AnimatedListPropertyTearOff* animatedProperty, SVGPropertyRole role, PropertyType& values, ListWrapperCache& wrappers) 134 : SVGListProperty<PropertyType>(role, values, &wrappers [all...] |
SVGPropertyTraits.h | 28 template<typename PropertyType>
|
SVGListProperty.h | 38 template<typename PropertyType> 41 template<typename PropertyType> 44 typedef SVGListProperty<PropertyType> Self; 46 typedef typename SVGPropertyTraits<PropertyType>::ListItemType ListItemType; 49 typedef SVGAnimatedListPropertyTearOff<PropertyType> AnimatedListPropertyTearOff; 50 typedef typename SVGAnimatedListPropertyTearOff<PropertyType>::ListWrapperCache ListWrapperCache; 84 void setValuesAndWrappers(PropertyType* values, ListWrapperCache* wrappers, bool shouldOwnValues) 438 PropertyType& values() 451 SVGListProperty(SVGPropertyRole role, PropertyType& values, ListWrapperCache* wrappers) 476 PropertyType* m_values [all...] |
SVGAnimatedProperty.h | 51 template<typename OwnerType, typename TearOffType, typename PropertyType> 52 static PassRefPtr<TearOffType> lookupOrCreateWrapper(OwnerType* element, const SVGPropertyInfo* info, PropertyType& property)
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/ |
class_properties.hpp | 46 template<class PropertyType> 49 typedef typename call_traits<PropertyType>::const_reference read_access_t; 50 typedef typename call_traits<PropertyType>::param_type write_param_t; 51 typedef typename add_pointer<typename add_const<PropertyType>::type>::type address_res_t; 54 class_property() : value( PropertyType() ) {} 68 PropertyType value; 75 template<class PropertyType> 77 operator<<( std::ostream& os, class_property<PropertyType> const& p ) 81 template<typename CharT1, typename Tr,class PropertyType> 83 operator<<( std::basic_ostream<CharT1,Tr>& os, class_property<PropertyType> const& p [all...] |
/external/chromium_org/tools/json_schema_compiler/ |
cpp_util.py | 10 from model import PropertyType 50 PropertyType.BOOLEAN: '%s->GetAsBoolean(%s)', 51 PropertyType.DOUBLE: '%s->GetAsDouble(%s)', 52 PropertyType.INTEGER: '%s->GetAsInteger(%s)', 53 PropertyType.STRING: '%s->GetAsString(%s)', 61 PropertyType.ARRAY: 'base::Value::TYPE_LIST', 62 PropertyType.BINARY: 'base::Value::TYPE_BINARY', 63 PropertyType.BOOLEAN: 'base::Value::TYPE_BOOLEAN', 64 # PropertyType.CHOICES can be any combination of types. 65 PropertyType.DOUBLE: 'base::Value::TYPE_DOUBLE' [all...] |
cpp_type_generator.py | 6 from model import PropertyType 88 if type_.property_type == PropertyType.REF: 96 elif type_.property_type == PropertyType.BOOLEAN: 98 elif type_.property_type == PropertyType.INTEGER: 100 elif type_.property_type == PropertyType.INT64: 102 elif type_.property_type == PropertyType.DOUBLE: 104 elif type_.property_type == PropertyType.STRING: 106 elif type_.property_type == PropertyType.ENUM: 108 elif type_.property_type == PropertyType.ANY: 110 elif (type_.property_type == PropertyType.OBJECT o [all...] |
ppapi_generator.py | 114 model.PropertyType.ENUM): 138 if type_.property_type == model.PropertyType.ARRAY: 140 elif type_.property_type == model.PropertyType.REF: 143 elif type_.property_type in (model.PropertyType.OBJECT, 144 model.PropertyType.ENUM): 163 entity.property_type != model.PropertyType.ARRAY): 176 model.PropertyType.OBJECT, model.PropertyType.ENUM): 181 elif type_.property_type == model.PropertyType.REF: 184 elif type_.property_type == model.PropertyType.ARRAY [all...] |
cc_generator.py | 6 from model import PropertyType 109 elif type_.property_type == PropertyType.ARRAY: 111 elif type_.property_type in (PropertyType.CHOICES, 112 PropertyType.OBJECT): 118 if type_.property_type == PropertyType.OBJECT: 135 elif type_.property_type == PropertyType.ENUM: 149 if t.property_type == PropertyType.INTEGER: 151 elif t.property_type == PropertyType.DOUBLE: 153 elif t.property_type == PropertyType.BOOLEAN: 155 elif (t.property_type == PropertyType.ANY o [all...] |
dart_generator.py | 9 from model import Function, PropertyType 109 if type_.property_type is PropertyType.ENUM: 317 elif p.type_.property_type is PropertyType.ARRAY: 645 return type_.property_type == PropertyType.FUNCTION 656 if type_.property_type is PropertyType.CHOICES: 658 if type_.property_type is PropertyType.REF: 662 if (type_.property_type == PropertyType.OBJECT 671 or type_.property_type in [PropertyType.OBJECT, PropertyType.ANY]) 681 if type_.property_type is PropertyType.CHOICES [all...] |
h_generator.py | 6 from model import PropertyType 130 if (prop.type_ == PropertyType.REF and 163 is_ptr = prop.optional or prop.type_.property_type == PropertyType.ANY 191 elif type_.property_type == PropertyType.ARRAY: 200 elif type_.property_type == PropertyType.STRING: 205 elif type_.property_type == PropertyType.ENUM: 222 elif type_.property_type in (PropertyType.CHOICES, 223 PropertyType.OBJECT): 246 if type_.property_type is PropertyType.CHOICES else 253 if type_.property_type == PropertyType.CHOICES [all...] |
model_test.py | 65 self.assertEquals(model.PropertyType.STRING, 68 self.assertEquals(model.PropertyType.INTEGER, 71 self.assertEquals(model.PropertyType.ARRAY, 73 self.assertEquals(model.PropertyType.REF, 77 self.assertEquals(model.PropertyType.OBJECT, 85 self.assertEquals(model.PropertyType.CHOICES,
|
model.py | 152 - |property_type| the PropertyType of this Type 181 self.property_type = PropertyType.ARRAY 185 self.property_type = PropertyType.REF 188 self.property_type = PropertyType.ENUM 191 self.property_type = PropertyType.ANY 193 self.property_type = PropertyType.BINARY 195 self.property_type = PropertyType.BOOLEAN 197 self.property_type = PropertyType.INTEGER 200 self.property_type = PropertyType.DOUBLE 202 self.property_type = PropertyType.STRIN [all...] |
/external/v8/src/ |
property-details.h | 57 enum PropertyType { 81 PropertyType type, 100 PropertyType type() { return TypeField::decode(value_); } 119 class TypeField: public BitField<PropertyType, 0, 4> {};
|
/external/chromium_org/win8/metro_driver/ |
winrt_utils.cc | 102 winfoundtn::PropertyType lhs_property_type; 108 winfoundtn::PropertyType rhs_property_type; 116 case winfoundtn::PropertyType::PropertyType_String: { 129 case winfoundtn::PropertyType::PropertyType_Char16: { 133 case winfoundtn::PropertyType::PropertyType_Double: { 137 case winfoundtn::PropertyType::PropertyType_Int16: { 141 case winfoundtn::PropertyType::PropertyType_Int32: { 145 case winfoundtn::PropertyType::PropertyType_Int64: { 149 case winfoundtn::PropertyType::PropertyType_UInt8: { 153 case winfoundtn::PropertyType::PropertyType_UInt16: [all...] |
/external/chromium_org/v8/src/ |
property-details.h | 65 enum PropertyType { 215 PropertyType type, 226 PropertyType type, 260 PropertyType type() { return TypeField::decode(value_); } 292 class TypeField: public BitField<PropertyType, 0, 3> {};
|
/external/chromium_org/chrome/common/extensions/docs/server2/ |
api_data_source.py | 259 if type_.property_type == model.PropertyType.ARRAY: 276 if type_.property_type == model.PropertyType.FUNCTION: 308 dst_dict['is_object'] = type_.property_type == model.PropertyType.OBJECT 309 if type_.property_type == model.PropertyType.CHOICES: 315 elif type_.property_type == model.PropertyType.REF: 317 elif type_.property_type == model.PropertyType.ARRAY: 319 elif type_.property_type == model.PropertyType.ENUM:
|
/external/chromium_org/third_party/libjingle/source/talk/base/ |
linuxwindowpicker.cc | 46 template <class PropertyType> 62 } else if (sizeof(PropertyType) * kBitsPerByte != actual_format) { 81 const PropertyType* data() const { 82 return reinterpret_cast<PropertyType*>(data_); 84 PropertyType* data() { 85 return reinterpret_cast<PropertyType*>(data_);
|