Searched refs:ownerType (Results 1 - 15 of 15) sorted by relevance

/macosx-10.9.5/WebCore-7537.78.1/svg/
H A DSVGViewSpec.cpp173 PassRefPtr<SVGAnimatedProperty> SVGViewSpec::lookupOrCreateViewBoxWrapper(SVGViewSpec* ownerType) argument
175 ASSERT(ownerType);
176 ASSERT(ownerType->contextElement());
177 return SVGAnimatedProperty::lookupOrCreateWrapper<SVGElement, SVGAnimatedRect, FloatRect>(ownerType->contextElement(), viewBoxPropertyInfo(), ownerType->m_viewBox);
180 PassRefPtr<SVGAnimatedProperty> SVGViewSpec::lookupOrCreatePreserveAspectRatioWrapper(SVGViewSpec* ownerType) argument
182 ASSERT(ownerType);
183 ASSERT(ownerType->contextElement());
184 return SVGAnimatedProperty::lookupOrCreateWrapper<SVGElement, SVGAnimatedPreserveAspectRatio, SVGPreserveAspectRatio>(ownerType->contextElement(), preserveAspectRatioPropertyInfo(), ownerType
187 lookupOrCreateTransformWrapper(SVGViewSpec* ownerType) argument
[all...]
H A DSVGPolyElement.cpp143 SVGPolyElement* ownerType = toSVGPolyElement(contextElement); local
144 if (!ownerType->m_points.shouldSynchronize)
146 ownerType->m_points.synchronize(ownerType, pointsPropertyInfo()->attributeName, ownerType->m_points.value.valueAsString());
152 SVGPolyElement* ownerType = toSVGPolyElement(contextElement); local
154 (ownerType, pointsPropertyInfo(), ownerType->m_points.value);
H A DSVGMarkerElement.cpp233 SVGMarkerElement* ownerType = toSVGMarkerElement(contextElement); local
234 if (!ownerType->m_orientType.shouldSynchronize)
238 if (ownerType->m_orientType.value != SVGMarkerOrientAuto)
242 ownerType->m_orientType.synchronize(ownerType, orientTypePropertyInfo()->attributeName, autoString);
248 SVGMarkerElement* ownerType = toSVGMarkerElement(contextElement); local
250 (ownerType, orientTypePropertyInfo(), ownerType->m_orientType.value);
H A DSVGTextContentElement.cpp80 SVGTextContentElement* ownerType = toSVGTextContentElement(contextElement); local
81 if (!ownerType->m_textLength.shouldSynchronize)
83 AtomicString value(SVGPropertyTraits<SVGLength>::toString(ownerType->m_specifiedTextLength));
84 ownerType->m_textLength.synchronize(ownerType, textLengthPropertyInfo()->attributeName, value);
90 SVGTextContentElement* ownerType = toSVGTextContentElement(contextElement); local
92 (ownerType, textLengthPropertyInfo(), ownerType->m_textLength.value);
H A DSVGPathElement.cpp320 SVGPathElement* ownerType = toSVGPathElement(contextElement); local
322 if (SVGAnimatedProperty* property = SVGAnimatedProperty::lookupWrapper<SVGPathElement, SVGAnimatedPathSegListPropertyTearOff>(ownerType, dPropertyInfo()))
326 buildSVGPathSegListFromByteStream(ownerType->m_pathByteStream.get(), ownerType, ownerType->m_pathSegList.value, UnalteredParsing);
329 (ownerType, dPropertyInfo(), ownerType->m_pathSegList.value);
335 SVGPathElement* ownerType = toSVGPathElement(contextElement); local
336 if (!ownerType->m_pathSegList.shouldSynchronize)
338 ownerType
[all...]
/macosx-10.9.5/WebCore-7537.78.1/svg/properties/
H A DSVGAnimatedPropertyMacros.h161 UseOwnerType* ownerType = static_cast<UseOwnerType*>(maskedOwnerType); \
162 return SVGAnimatedProperty::lookupOrCreateWrapper<UseOwnerType, TearOffType, PropertyType>(ownerType, LowerProperty##PropertyInfo(), ownerType->m_##LowerProperty.value); \
168 UseOwnerType* ownerType = static_cast<UseOwnerType*>(maskedOwnerType); \
169 ownerType->synchronize##UpperProperty(); \
H A DSVGAttributeToPropertyMap.cpp61 void SVGAttributeToPropertyMap::animatedPropertiesForAttribute(SVGElement* ownerType, const QualifiedName& attributeName, Vector<RefPtr<SVGAnimatedProperty> >& properties) argument
63 ASSERT(ownerType);
70 properties.append(animatedProperty(ownerType, attributeName, *vectorIt));
/macosx-10.9.5/Security-55471.14.18/include/security_keychain/
H A DSecAccess.h146 @param ownerType Specifies the how the ownership of the new SecAccessRef is defined.
151 SecAccessRef SecAccessCreateWithOwnerAndACL(uid_t userId, gid_t groupId, SecAccessOwnerType ownerType, CFArrayRef acls, CFErrorRef *error)
173 @param ownerType On return, the type of owner for this AccessRef
178 OSStatus SecAccessCopyOwnerAndACL(SecAccessRef accessRef, uid_t* userId, gid_t* groupId, SecAccessOwnerType* ownerType, CFArrayRef* aclList)
H A DSecAccess.cpp283 SecAccessRef SecAccessCreateWithOwnerAndACL(uid_t userId, gid_t groupId, SecAccessOwnerType ownerType, CFArrayRef acls, CFErrorRef *error) argument
290 ownerType,
411 OSStatus SecAccessCopyOwnerAndACL(SecAccessRef accessRef, uid_t* userId, gid_t* groupId, SecAccessOwnerType* ownerType, CFArrayRef* aclList) argument
444 if (NULL != ownerType)
446 *ownerType = (SecAccessOwnerType)selectorPtr->mask;
/macosx-10.9.5/Security-55471.14.18/libsecurity_keychain/Security/
H A DSecAccess.h146 @param ownerType Specifies the how the ownership of the new SecAccessRef is defined.
151 SecAccessRef SecAccessCreateWithOwnerAndACL(uid_t userId, gid_t groupId, SecAccessOwnerType ownerType, CFArrayRef acls, CFErrorRef *error)
173 @param ownerType On return, the type of owner for this AccessRef
178 OSStatus SecAccessCopyOwnerAndACL(SecAccessRef accessRef, uid_t* userId, gid_t* groupId, SecAccessOwnerType* ownerType, CFArrayRef* aclList)
H A DSecAccess.cpp283 SecAccessRef SecAccessCreateWithOwnerAndACL(uid_t userId, gid_t groupId, SecAccessOwnerType ownerType, CFArrayRef acls, CFErrorRef *error) argument
290 ownerType,
411 OSStatus SecAccessCopyOwnerAndACL(SecAccessRef accessRef, uid_t* userId, gid_t* groupId, SecAccessOwnerType* ownerType, CFArrayRef* aclList) argument
444 if (NULL != ownerType)
446 *ownerType = (SecAccessOwnerType)selectorPtr->mask;
/macosx-10.9.5/Security-55471.14.18/libsecurity_keychain/lib/
H A DSecAccess.h146 @param ownerType Specifies the how the ownership of the new SecAccessRef is defined.
151 SecAccessRef SecAccessCreateWithOwnerAndACL(uid_t userId, gid_t groupId, SecAccessOwnerType ownerType, CFArrayRef acls, CFErrorRef *error)
173 @param ownerType On return, the type of owner for this AccessRef
178 OSStatus SecAccessCopyOwnerAndACL(SecAccessRef accessRef, uid_t* userId, gid_t* groupId, SecAccessOwnerType* ownerType, CFArrayRef* aclList)
H A DSecAccess.cpp283 SecAccessRef SecAccessCreateWithOwnerAndACL(uid_t userId, gid_t groupId, SecAccessOwnerType ownerType, CFArrayRef acls, CFErrorRef *error) argument
290 ownerType,
411 OSStatus SecAccessCopyOwnerAndACL(SecAccessRef accessRef, uid_t* userId, gid_t* groupId, SecAccessOwnerType* ownerType, CFArrayRef* aclList) argument
444 if (NULL != ownerType)
446 *ownerType = (SecAccessOwnerType)selectorPtr->mask;
/macosx-10.9.5/configd-596.15/SystemConfiguration.fproj/
H A Ddy_framework.h245 SecAccessOwnerType ownerType,
H A Ddy_framework.c382 _SecAccessCreateWithOwnerAndACL(uid_t userId, gid_t groupId, SecAccessOwnerType ownerType, CFArrayRef acls, CFErrorRef *error) argument
390 return dyfunc ? dyfunc(userId, groupId, ownerType, acls, error) : NULL;

Completed in 86 milliseconds