Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/svg/properties/
DSVGStaticPropertyTearOff.h47 virtual void commitChange() { (m_contextElement.get()->*m_update)(); } in commitChange()
52 , m_update(update) in SVGStaticPropertyTearOff()
57 UpdateMethod m_update; variable
DSVGStaticPropertyWithParentTearOff.h50 … (static_cast<SVGPropertyTearOff<ParentType>*>(m_parent.get())->propertyReference().*m_update)(); in commitChange()
57 , m_update(update) in SVGStaticPropertyWithParentTearOff()
62 UpdateMethod m_update; variable