Searched refs:UpdateMethod (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/svg/properties/
H A DSVGStaticPropertyTearOff.h29 // UpdateMethod is 12 bytes. We have to pack to a size greater than or equal to that to avoid an
37 typedef void (ContextElement::*UpdateMethod)(); typedef in class:WebCore::SVGStaticPropertyTearOff
41 static PassRefPtr<Self> create(ContextElement* contextElement, PropertyType& value, UpdateMethod update)
50 SVGStaticPropertyTearOff(ContextElement* contextElement, PropertyType& value, UpdateMethod update)
57 UpdateMethod m_update;
H A DSVGStaticPropertyWithParentTearOff.h29 // UpdateMethod is 12 bytes. We have to pack to a size greater than or equal to that to avoid an
37 typedef void (ParentType::*UpdateMethod)(); typedef in class:WebCore::SVGStaticPropertyWithParentTearOff
42 static PassRefPtr<Self> create(SVGProperty* parent, PropertyType& value, UpdateMethod update)
55 SVGStaticPropertyWithParentTearOff(SVGProperty* parent, PropertyType& value, UpdateMethod update)
62 UpdateMethod m_update;

Completed in 115 milliseconds