Home
last modified time | relevance | path

Searched refs:commitChange (Results 1 – 25 of 30) sorted by relevance

12

/external/webkit/Source/WebCore/svg/properties/
DSVGListProperty.h62 commitChange(); in clearValues()
73 commitChange(); in clearValuesAndWrappers()
101 commitChange(); in initializeValues()
133 commitChange(); in initializeValuesAndWrappers()
198 commitChange(); in insertItemBeforeValues()
234 commitChange(); in insertItemBeforeValuesAndWrappers()
270 commitChange(); in replaceItemValues()
311 commitChange(); in replaceItemValuesAndWrappers()
337 commitChange(); in removeItemValues()
360 commitChange(); in removeItemValuesAndWrappers()
[all …]
DSVGPathSegListPropertyTearOff.h57 commitChange(); in removeItemFromList()
140 virtual void commitChange() in commitChange() function
143 values.commitChange(m_animatedProperty->contextElement()); in commitChange()
DSVGStaticPropertyWithParentTearOff.h48 virtual void commitChange() in commitChange() function
51 m_parent->commitChange(); in commitChange()
DSVGListPropertyTearOff.h63 commitChange(); in removeItemFromList()
119 virtual void commitChange() in commitChange() function
135 m_animatedProperty->commitChange(); in commitChange()
DSVGPropertyTearOff.h87 virtual void commitChange() in commitChange() function
91 m_animatedProperty->commitChange(); in commitChange()
DSVGStaticListPropertyTearOff.h91 virtual void commitChange() in commitChange() function
93 m_values.commitChange(m_contextElement.get()); in commitChange()
DSVGProperty.h39 virtual void commitChange() = 0;
DSVGAnimatedStaticPropertyTearOff.h45 commitChange(); in setBaseVal()
DSVGStaticPropertyTearOff.h47 virtual void commitChange() { (m_contextElement.get()->*m_update)(); } in commitChange() function
DSVGAnimatedProperty.h39 void commitChange() in commitChange() function
/external/webkit/Source/WebCore/svg/
DSVGPathSegArc.h47 commitChange(); in setX()
54 commitChange(); in setY()
61 commitChange(); in setR1()
68 commitChange(); in setR2()
75 commitChange(); in setAngle()
82 commitChange(); in setLargeArcFlag()
89 commitChange(); in setSweepFlag()
DSVGPathSegCurvetoCubic.h46 commitChange(); in setX()
53 commitChange(); in setY()
60 commitChange(); in setX1()
67 commitChange(); in setY1()
74 commitChange(); in setX2()
81 commitChange(); in setY2()
DSVGPathSegCurvetoCubicSmooth.h44 commitChange(); in setX()
51 commitChange(); in setY()
58 commitChange(); in setX2()
65 commitChange(); in setY2()
DSVGPathSegCurvetoQuadratic.h44 commitChange(); in setX()
51 commitChange(); in setY()
58 commitChange(); in setX1()
65 commitChange(); in setY1()
DSVGPathSegWithContext.h61 void commitChange() in commitChange() function
83 commitChange(); in setX()
90 commitChange(); in setY()
DSVGPathSegList.cpp41 void SVGPathSegList::commitChange(SVGElement* contextElement) in commitChange() function in WebCore::SVGPathSegList
DSVGPathSegList.h44 void commitChange(SVGElement* contextElement);
DSVGStringList.h44 void commitChange(SVGElement* contextElement);
DSVGStringList.cpp32 void SVGStringList::commitChange(SVGElement* contextElement) in commitChange() function in WebCore::SVGStringList
DSVGPathSegLinetoHorizontal.h41 commitChange(); in setX()
DSVGPathSegLinetoVertical.h41 commitChange(); in setY()
/external/webkit/Source/WebCore/bindings/js/
DJSSVGLengthCustom.cpp67 impl()->commitChange(); in setValue()
94 impl()->commitChange(); in convertToSpecifiedUnits()
/external/webkit/Source/WebCore/bindings/v8/custom/
DV8SVGLengthCustom.cpp76 wrapper->commitChange(); in valueAccessorSetter()
98 wrapper->commitChange(); in convertToSpecifiedUnitsCallback()
/external/webkit/Source/WebCore/inspector/front-end/
DElementsTreeOutline.js1442 function commitChange(value) function
1447 node.getOuterHTML(this._startEditingAsHTML.bind(this, commitChange));
/external/webkit/Source/WebCore/
DChangeLog-2010-12-068973 * svg/SVGPathSegArc.h: All setters now call the commitChange() method.
8979 * svg/SVGPathSegCurvetoCubic.h: All setters now call the commitChange() method.
8983 * svg/SVGPathSegCurvetoCubicSmooth.h: All setters now call the commitChange() method.
8987 * svg/SVGPathSegCurvetoQuadratic.h: All setters now call the commitChange() method.
8991 * svg/SVGPathSegCurvetoQuadraticSmooth.h: All setters now call the commitChange() method.
8995 * svg/SVGPathSegLineto.h: All setters now call the commitChange() method.
8998 * svg/SVGPathSegLinetoHorizontal.h: All setters now call the commitChange() method.
9003 * svg/SVGPathSegLinetoVertical.h: All setters now call the commitChange() method.
9008 (WebCore::SVGPathSegList::commitChange): Call SVGPathElement::pathSegListChanged().
9039 * svg/SVGPathSegMoveto.h: All setters now call the commitChange() method.
[all …]

12