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

1 2

  /external/webkit/Source/WebCore/dom/
MutationEvent.cpp 34 const String& prevValue, const String& newValue,
38 , m_prevValue(prevValue)
50 const String& prevValue, const String& newValue,
59 m_prevValue = prevValue;
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,
MutationEvent.idl 31 readonly attribute DOMString prevValue;
40 in DOMString prevValue,
  /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());
  /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/webkit/Source/WebKit/chromium/public/
WebDOMMutationEvent.h 50 WEBKIT_API WebString prevValue() const;
  /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/jmonkeyengine/engine/src/core/com/jme3/math/
CurveAndSurfaceMath.java 96 float prevValue = knots.get(0).floatValue();
99 if(value<=prevValue) {
107 prevValue = value;
  /external/webkit/Source/WebKit/win/Interfaces/
DOMEvents.idl 320 //readonly attribute DOMString prevValue;
321 HRESULT prevValue([out, retval] BSTR* result);
336 // in DOMString prevValue,
340 HRESULT initMutationEvent([in] BSTR type, [in] BOOL canBubble, [in] BOOL cancelable, [in] IDOMNode* relatedNode, [in] BSTR prevValue, [in] BSTR newValue, [in] BSTR attrName, [in] unsigned short attrChange);
  /external/v8/benchmarks/
navier-stokes.js 245 var prevValue = row - 1;
250 div[++currentRow] = h * (u[++nextValue] - u[++prevValue] + v[++nextRow] - v[++previousRow]);
  /external/webkit/Source/WebKit/win/
DOMEventsClasses.cpp 540 HRESULT STDMETHODCALLTYPE DOMMutationEvent::prevValue(
569 /* [in] */ BSTR /*prevValue*/,
DOMEventsClasses.h 682 virtual HRESULT STDMETHODCALLTYPE prevValue(
699 /* [in] */ BSTR prevValue,
    [all...]
  /external/webkit/Source/WebCore/bindings/objc/
PublicDOMInterfaces.h     [all...]
  /packages/apps/Calendar/src/com/android/calendar/
EventInfoFragment.java 695 Integer prevValue = (Integer) parent.getTag();
696 if (prevValue == null || prevValue != position) {
    [all...]
  /external/webkit/Tools/DumpRenderTree/mac/
EventSendingController.mm 791 printf(" prevValue: %s\n", [[(DOMMutationEvent*)event prevValue] UTF8String]);
    [all...]
  /external/webkit/PerformanceTests/SunSpider/tests/parse-only/
jquery-1.3.2.js     [all...]
concat-jquery-mootools-prototype.js     [all...]
  /build/tools/droiddoc/templates-pdk/assets/
jquery-resizable.min.js     [all...]
  /external/doclava/res/assets/templates/assets/
jquery-resizable.min.js     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jdt.launching_3.5.100.v20100526.jar 
  /prebuilts/sdk/tools/lib/
lombok-ast-0.2.jar 
  /prebuilts/tools/common/lombok-ast/
lombok-ast-0.2.1.jar 

Completed in 613 milliseconds

1 2