HomeSort by relevance Sort by last modified time
    Searched refs:m_update (Results 1 - 2 of 2) sorted by null

  /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

Completed in 59 milliseconds