HomeSort by relevance Sort by last modified time
    Searched refs:commitChange (Results 1 - 25 of 28) 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()
81 commitChange();
88 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 55 virtual void commitChange()
60 m_parent->commitChange();
63 SVGPropertyTearOff<SVGMatrix>::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 68 commitChange();
138 virtual void commitChange()
141 m_values->commitChange(m_animatedProperty->contextElement(), ListModificationUnknown);
144 virtual void commitChange(ListModification listModification)
147 m_values->commitChange(m_animatedProperty->contextElement(), listModification);
SVGStaticPropertyTearOff.h 46 virtual void commitChange() { (m_contextElement.get()->*m_update)(); }
SVGStaticListPropertyTearOff.h 97 virtual void commitChange()
101 m_values->commitChange(m_contextElement);
SVGListPropertyTearOff.h 79 commitChange();
149 virtual void commitChange()
166 m_animatedProperty->commitChange();
SVGPropertyTearOff.h 112 virtual void commitChange()
116 m_animatedProperty->commitChange();
SVGAnimatedProperty.cpp 68 void SVGAnimatedProperty::commitChange()
SVGAnimatedStaticPropertyTearOff.h 49 commitChange();
SVGAnimatedProperty.h 42 void commitChange();
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/custom/
V8SVGLengthCustom.cpp 74 wrapper->commitChange();
99 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 97 milliseconds

1 2