Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/svg/properties/
DSVGStaticPropertyTearOff.h37 typedef void (ContextElement::*UpdateMethod)(); typedef
41 …c PassRefPtr<Self> create(ContextElement* contextElement, PropertyType& value, UpdateMethod update) in create()
50 … SVGStaticPropertyTearOff(ContextElement* contextElement, PropertyType& value, UpdateMethod update) in SVGStaticPropertyTearOff()
57 UpdateMethod m_update;
DSVGStaticPropertyWithParentTearOff.h37 typedef void (ParentType::*UpdateMethod)(); typedef
42 static PassRefPtr<Self> create(SVGProperty* parent, PropertyType& value, UpdateMethod update) in create()
55 … SVGStaticPropertyWithParentTearOff(SVGProperty* parent, PropertyType& value, UpdateMethod update) in SVGStaticPropertyWithParentTearOff()
62 UpdateMethod m_update;