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();
SVGPathSeg.cpp 44 void SVGPathSeg::commitChange()
SVGPathSegCurvetoCubicSmooth.h 43 commitChange();
50 commitChange();
57 commitChange();
64 commitChange();
SVGPathSegCurvetoQuadratic.h 43 commitChange();
50 commitChange();
57 commitChange();
64 commitChange();
SVGPathSegArc.h 46 commitChange();
53 commitChange();
60 commitChange();
67 commitChange();
74 commitChange();
81 commitChange();
88 commitChange();
SVGRectTearOff.cpp 53 commitChange();
64 commitChange();
75 commitChange();
86 commitChange();
SVGPathSegWithContext.h 42 commitChange();
49 commitChange();
SVGTransformTearOff.cpp 65 commitChange();
76 commitChange();
87 commitChange();
98 commitChange();
109 commitChange();
120 commitChange();
SVGStringListTearOff.h 64 commitChange();
75 commitChange();
93 commitChange();
106 commitChange();
125 commitChange();
138 commitChange();
SVGNumberTearOff.cpp 53 commitChange();
SVGPathSegLinetoHorizontal.h 40 commitChange();
SVGPathSegLinetoVertical.h 40 commitChange();
SVGAngleTearOff.cpp 57 commitChange();
68 commitChange();
84 commitChange();
101 commitChange();
121 commitChange();
SVGLengthTearOff.cpp 75 commitChange();
90 commitChange();
106 commitChange();
122 commitChange();
139 commitChange();
SVGPointTearOff.cpp 54 commitChange();
65 commitChange();
SVGMatrixTearOff.cpp 66 void SVGMatrixTearOff::commitChange()
72 m_contextTransform->commitChange();
83 commitChange(); \
SVGMatrixTearOff.h 96 void commitChange();
SVGPathSeg.h 125 void commitChange();
  /external/chromium_org/third_party/WebKit/Source/core/svg/properties/
SVGPropertyTearOff.cpp 38 void SVGPropertyTearOffBase::commitChange()
SVGListPropertyTearOffHelper.h 115 toDerived()->commitChange();
141 toDerived()->commitChange();
161 toDerived()->commitChange();
175 toDerived()->commitChange();
195 toDerived()->commitChange();
SVGPropertyTearOff.h 74 virtual void 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) {
  /frameworks/base/core/java/android/widget/
Switch.java 804 final boolean commitChange = ev.getAction() == MotionEvent.ACTION_UP && isEnabled();
807 if (commitChange) {
    [all...]
  /frameworks/support/v7/appcompat/src/android/support/v7/widget/
SwitchCompat.java 686 final boolean commitChange = ev.getAction() == MotionEvent.ACTION_UP && isEnabled();
689 if (commitChange) {
    [all...]

Completed in 3210 milliseconds

1 2