HomeSort by relevance Sort by last modified time
    Searched defs:prevValue (Results 1 - 18 of 18) sorted by null

  /external/chromium_org/third_party/WebKit/Source/web/
WebDOMMutationEvent.cpp 45 WebString WebDOMMutationEvent::prevValue() const
47 return WebString(constUnwrap<MutationEvent>()->prevValue());
WebMutationEvent.cpp 45 WebString WebMutationEvent::prevValue() const
47 return WebString(constUnwrap<MutationEvent>()->prevValue());
  /external/chromium_org/third_party/WebKit/Source/core/dom/
MutationEvent.h 48 const String& prevValue = String(), const String& newValue = String(), const String& attrName = String(), unsigned short attrChange = 0)
50 return adoptRef(new MutationEvent(type, canBubble, false, relatedNode, prevValue, newValue, attrName, attrChange));
54 const String& prevValue, const String& newValue,
58 String prevValue() const { return m_prevValue; }
68 const String& prevValue, const String& newValue,
  /external/jmonkeyengine/engine/src/core/com/jme3/math/
CurveAndSurfaceMath.java 96 float prevValue = knots.get(0).floatValue();
99 if(value<=prevValue) {
107 prevValue = value;
  /frameworks/base/core/java/android/animation/
FloatKeyframeSet.java 80 float prevValue = prevKeyframe.getFloatValue();
90 prevValue + intervalFraction * (nextValue - prevValue) :
91 ((Number)mEvaluator.evaluate(intervalFraction, prevValue, nextValue)).
96 float prevValue = prevKeyframe.getFloatValue();
106 prevValue + intervalFraction * (nextValue - prevValue) :
107 ((Number)mEvaluator.evaluate(intervalFraction, prevValue, nextValue)).
120 float prevValue = prevKeyframe.getFloatValue();
123 prevValue + intervalFraction * (nextValue - prevValue)
    [all...]
IntKeyframeSet.java 80 int prevValue = prevKeyframe.getIntValue();
90 prevValue + (int)(intervalFraction * (nextValue - prevValue)) :
91 ((Number)mEvaluator.evaluate(intervalFraction, prevValue, nextValue)).
96 int prevValue = prevKeyframe.getIntValue();
106 prevValue + (int)(intervalFraction * (nextValue - prevValue)) :
107 ((Number)mEvaluator.evaluate(intervalFraction, prevValue, nextValue)).intValue();
119 int prevValue = prevKeyframe.getIntValue();
122 prevValue + (int)(intervalFraction * (nextValue - prevValue))
    [all...]
  /external/chromium_org/third_party/icu/source/common/
utrie2.cpp 518 uint32_t value, prevValue, initialValue;
554 prevValue=0;
591 * The index-2 block is the same as the previous one, and filled with prevValue.
602 if(prevValue!=initialValue) {
603 if(prev<c && !enumRange(context, prev, c-1, prevValue)) {
608 prevValue=initialValue;
627 /* the block is the same as the previous one, and filled with prevValue */
634 if(prevValue!=initialValue) {
635 if(prev<c && !enumRange(context, prev, c-1, prevValue)) {
639 prevValue=initialValue
    [all...]
utrie.c 1062 uint32_t value, prevValue, initialValue;
    [all...]
  /external/icu4c/common/
utrie2.cpp 522 uint32_t value, prevValue, initialValue;
560 prevValue=0;
597 * The index-2 block is the same as the previous one, and filled with prevValue.
608 if(prevValue!=initialValue) {
609 if(prev<c && !enumRange(context, prev, c-1, prevValue)) {
614 prevValue=initialValue;
633 /* the block is the same as the previous one, and filled with prevValue */
640 if(prevValue!=initialValue) {
641 if(prev<c && !enumRange(context, prev, c-1, prevValue)) {
645 prevValue=initialValue
    [all...]
utrie.cpp 1062 uint32_t value, prevValue, initialValue;
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jdt.launching_3.5.100.v20100526.jar 
  /prebuilts/tools/common/m2/internal/xerces/xercesImpl/2.6.2/
xercesImpl-2.6.2.jar 
  /external/jdiff/
xerces.jar 
  /prebuilts/sdk/tools/lib/
lombok-ast-0.2.jar 
  /prebuilts/tools/common/lombok-ast/
lombok-ast-0.2.1.jar 
lombok-ast-0.2.jar 
  /prebuilts/tools/common/m2/repository/com/android/tools/external/lombok/lombok-ast/0.2.1/
lombok-ast-0.2.1.jar 
  /external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
compiler.jar 

Completed in 188 milliseconds