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

  /external/chromium_org/third_party/WebKit/Source/web/
WebMutationEvent.cpp 43 WebString WebMutationEvent::prevValue() const
45 return WebString(constUnwrap<MutationEvent>()->prevValue());
  /external/chromium_org/third_party/WebKit/Source/core/events/
MutationEvent.h 50 const String& prevValue = String(), const String& newValue = String(), const String& attrName = String(), unsigned short attrChange = 0)
52 return adoptRefWillBeNoop(new MutationEvent(type, canBubble, false, relatedNode, prevValue, newValue, attrName, attrChange));
55 void initMutationEvent(const AtomicString& type, bool canBubble, bool cancelable, PassRefPtrWillBeRawPtr<Node> relatedNode, const String& prevValue, const String& newValue, const String& attrName, unsigned short attrChange);
58 String prevValue() const { return m_prevValue; }
69 MutationEvent(const AtomicString& type, bool canBubble, bool cancelable, PassRefPtrWillBeRawPtr<Node> relatedNode, const String& prevValue, const String& newValue, const String& attrName, unsigned short attrChange);
  /frameworks/base/core/java/android/animation/
FloatKeyframeSet.java 87 float prevValue = prevKeyframe.getFloatValue();
97 prevValue + intervalFraction * (nextValue - prevValue) :
98 ((Number)mEvaluator.evaluate(intervalFraction, prevValue, nextValue)).
103 float prevValue = prevKeyframe.getFloatValue();
113 prevValue + intervalFraction * (nextValue - prevValue) :
114 ((Number)mEvaluator.evaluate(intervalFraction, prevValue, nextValue)).
127 float prevValue = prevKeyframe.getFloatValue();
130 prevValue + intervalFraction * (nextValue - prevValue)
    [all...]
IntKeyframeSet.java 87 int prevValue = prevKeyframe.getIntValue();
97 prevValue + (int)(intervalFraction * (nextValue - prevValue)) :
98 ((Number)mEvaluator.evaluate(intervalFraction, prevValue, nextValue)).
103 int prevValue = prevKeyframe.getIntValue();
113 prevValue + (int)(intervalFraction * (nextValue - prevValue)) :
114 ((Number)mEvaluator.evaluate(intervalFraction, prevValue, nextValue)).intValue();
126 int prevValue = prevKeyframe.getIntValue();
129 prevValue + (int)(intervalFraction * (nextValue - prevValue))
    [all...]
  /external/chromium_org/third_party/icu/source/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/icu/icu4c/source/common/
utrie2.cpp 551 uint32_t value, prevValue, initialValue;
589 prevValue=0;
626 * The index-2 block is the same as the previous one, and filled with prevValue.
637 if(prevValue!=initialValue) {
638 if(prev<c && !enumRange(context, prev, c-1, prevValue)) {
643 prevValue=initialValue;
662 /* the block is the same as the previous one, and filled with prevValue */
669 if(prevValue!=initialValue) {
670 if(prev<c && !enumRange(context, prev, c-1, prevValue)) {
674 prevValue=initialValue
    [all...]
utrie.cpp 1062 uint32_t value, prevValue, initialValue;
    [all...]
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
plexus-utils-3.0.17.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/codehaus/plexus/plexus-utils/2.0.5/
plexus-utils-2.0.5.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/codehaus/plexus/plexus-utils/3.0/
plexus-utils-3.0.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/codehaus/plexus/plexus-utils/3.0.7/
plexus-utils-3.0.7.jar 
  /prebuilts/tools/common/m2/repository/org/codehaus/plexus/plexus-utils/1.5.1/
plexus-utils-1.5.1.jar 
  /prebuilts/tools/common/m2/repository/org/codehaus/plexus/plexus-utils/3.0.7/
plexus-utils-3.0.7.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jdt.launching_3.5.100.v20100526.jar 
  /external/owasp/sanitizer/lib/htmlparser-1.3/
htmlparser-1.3-with-transitions.jar 
htmlparser-1.3.jar 
  /external/chromium_org/third_party/android_platform/webview/
frameworks.jar 
  /prebuilts/tools/common/m2/repository/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/closure_compiler/compiler/
compiler.jar 

Completed in 541 milliseconds