Searched refs:classType (Results 1 - 9 of 9) sorted by last modified time

/macosx-10.9.5/CF-855.17/
H A DCFCharacterSet.c146 CF_INLINE void __CFCSetPutClassType(CFMutableCharacterSetRef cset, UInt32 classType) {cset->_base._cfinfo[CF_INFO_BITS] &= ~__kCFCharSetClassTypeMask; cset->_base._cfinfo[CF_INFO_BITS] |= classType;} argument
/macosx-10.9.5/Security-55471.14.18/utilities/src/
H A DSecCFWrappers.h99 #define CFTypeAllocate(classType, internalType, allocator) \
100 (classType##Ref) _CFRuntimeCreateInstance(allocator, classType##GetTypeID(), \
/macosx-10.9.5/Security-55471.14.18/utilities/utilities/
H A DSecCFWrappers.h99 #define CFTypeAllocate(classType, internalType, allocator) \
100 (classType##Ref) _CFRuntimeCreateInstance(allocator, classType##GetTypeID(), \
/macosx-10.9.5/WebCore-7537.78.1/css/
H A DCSSValueList.cpp30 CSSValueList::CSSValueList(ClassType classType, ValueListSeparator listSeparator) argument
31 : CSSValue(classType)
187 : CSSValue(cloneFrom.classType(), /* isCSSOMSafe */ true)
H A DCSSImageGeneratorValue.cpp40 CSSImageGeneratorValue::CSSImageGeneratorValue(ClassType classType) argument
41 : CSSValue(classType)
105 switch (classType()) {
122 switch (classType()) {
139 switch (classType()) {
156 switch (classType()) {
173 switch (classType()) {
190 switch (classType()) {
H A DCSSGradientValue.h77 bool isLinearGradient() const { return classType() == LinearGradientClass; }
78 bool isRadialGradient() const { return classType() == RadialGradientClass; }
94 CSSGradientValue(ClassType classType, CSSGradientRepeat repeat, CSSGradientType gradientType) argument
95 : CSSImageGeneratorValue(classType)
102 CSSGradientValue(const CSSGradientValue& other, ClassType classType, CSSGradientType gradientType) argument
103 : CSSImageGeneratorValue(classType)
H A DCSSValue.cpp79 static PassRefPtr<TextCloneCSSValue> create(ClassType classType, const String& text) { return adoptRef(new TextCloneCSSValue(classType, text)); } argument
84 TextCloneCSSValue(ClassType classType, const String& text) argument
85 : CSSValue(classType, /*isCSSOMSafe*/ true)
121 else if (classType() == FontFaceSrcClass)
123 else if (classType() == ReflectClass)
134 if (classType() == FontFaceSrcClass)
136 if (classType() == ImageClass)
138 if (classType() == CrossfadeClass)
141 if (classType()
[all...]
H A DCSSValue.h203 ClassType classType() const { return static_cast<ClassType>(m_classType); } function in class:WebCore::CSSValue
205 explicit CSSValue(ClassType classType, bool isCSSOMSafe = false) argument
212 , m_classType(classType)
/macosx-10.9.5/WebCore-7537.78.1/svg/
H A DSVGColor.cpp39 SVGColor::SVGColor(ClassType classType, const SVGColorType& colorType) argument
40 : CSSValue(classType)
95 SVGColor::SVGColor(ClassType classType, const SVGColor& cloneFrom) argument
96 : CSSValue(classType, /*isCSSOMSafe*/ true)

Completed in 122 milliseconds