Home | Sort by relevance Sort by last modified time |
/external/webkit/Source/WebCore/svg/properties/ | |
SVGStaticPropertyTearOff.h | 47 virtual void commitChange() { (m_contextElement.get()->*m_update)(); } 52 , m_update(update) 57 UpdateMethod m_update; member in class:WebCore::SVGStaticPropertyTearOff |
SVGStaticPropertyWithParentTearOff.h | 50 (static_cast<SVGPropertyTearOff<ParentType>*>(m_parent.get())->propertyReference().*m_update)(); 57 , m_update(update) 62 UpdateMethod m_update; member in class:WebCore::SVGStaticPropertyWithParentTearOff |