HomeSort by relevance Sort by last modified time
    Searched refs:commitChange (Results 1 - 25 of 27) sorted by null

1 2

  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGPathSegCurvetoCubic.h 45 commitChange();
52 commitChange();
59 commitChange();
66 commitChange();
73 commitChange();
80 commitChange();
SVGPathSegArc.h 46 commitChange();
53 commitChange();
60 commitChange();
67 commitChange();
74 commitChange();
81 commitChange();
88 commitChange();
SVGPathSegCurvetoCubicSmooth.h 43 commitChange();
50 commitChange();
57 commitChange();
64 commitChange();
SVGPathSegCurvetoQuadratic.h 43 commitChange();
50 commitChange();
57 commitChange();
64 commitChange();
SVGPathSegLinetoHorizontal.h 40 commitChange();
SVGPathSegLinetoVertical.h 40 commitChange();
SVGPathSegList.cpp 40 void SVGPathSegList::commitChange(SVGElement* contextElement, ListModification listModification)
SVGPathSegList.h 43 void commitChange(SVGElement* contextElement, ListModification);
SVGStringList.h 43 void commitChange(SVGElement* contextElement);
SVGPathSegWithContext.h 60 void commitChange()
82 commitChange();
89 commitChange();
SVGStringList.cpp 30 void SVGStringList::commitChange(SVGElement* contextElement)
  /external/chromium_org/third_party/WebKit/Source/core/svg/properties/
SVGProperty.h 38 virtual void commitChange() = 0;
SVGMatrixTearOff.h 41 virtual void commitChange()
44 m_parent->commitChange();
SVGListProperty.h 106 commitChange();
116 commitChange();
138 commitChange();
167 commitChange();
232 commitChange();
266 commitChange();
305 commitChange();
345 commitChange();
371 commitChange();
392 commitChange();
    [all...]
SVGPathSegListPropertyTearOff.h 65 commitChange();
137 virtual void commitChange()
140 m_values->commitChange(m_animatedProperty->contextElement(), ListModificationUnknown);
143 virtual void commitChange(ListModification listModification)
146 m_values->commitChange(m_animatedProperty->contextElement(), listModification);
SVGAnimatedProperty.cpp 53 void SVGAnimatedProperty::commitChange()
SVGStaticPropertyTearOff.h 46 virtual void commitChange() { (m_contextElement.get()->*m_update)(); }
SVGPropertyTearOff.h 104 virtual void commitChange()
108 m_animatedProperty->commitChange();
SVGStaticListPropertyTearOff.h 94 virtual void commitChange()
97 m_values->commitChange(m_contextElement.get());
SVGListPropertyTearOff.h 79 commitChange();
134 virtual void commitChange()
150 m_animatedProperty->commitChange();
SVGAnimatedStaticPropertyTearOff.h 49 commitChange();
SVGAnimatedProperty.h 41 void commitChange();
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/custom/
V8SVGLengthCustom.cpp 73 wrapper->commitChange();
96 wrapper->commitChange();
  /packages/apps/Camera/src/com/android/camera/ui/
Switch.java 304 boolean commitChange = ev.getAction() == MotionEvent.ACTION_UP && isEnabled();
308 if (commitChange) {
  /packages/apps/Camera2/src/com/android/camera/ui/
Switch.java 295 boolean commitChange = ev.getAction() == MotionEvent.ACTION_UP && isEnabled();
299 if (commitChange) {

Completed in 397 milliseconds

1 2