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

  /external/webkit/Source/WebKit/chromium/src/
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/webkit/Source/WebCore/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,
  /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/icu4c/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/webkit/Source/WebKit/win/
DOMEventsClasses.cpp 540 HRESULT STDMETHODCALLTYPE DOMMutationEvent::prevValue(
569 /* [in] */ BSTR /*prevValue*/,
  /external/webkit/Source/WebCore/bindings/objc/
PublicDOMInterfaces.h     [all...]
  /external/jdiff/
xerces.jar 

Completed in 297 milliseconds