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

1 2 3

  /external/chromium_org/third_party/WebKit/Source/core/animation/
LegacyStyleInterpolation.h 22 AnimatedStyleBuilder::applyProperty(m_id, state, currentValue().get());
26 PassRefPtrWillBeRawPtr<AnimatableValue> currentValue() const
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGAnimatedEnumeration.h 56 SVGEnumeration<Enum>* currentValue()
58 return static_cast<SVGEnumeration<Enum>*>(SVGAnimatedEnumerationBase::currentValue());
61 const SVGEnumeration<Enum>* currentValue() const
63 return static_cast<const SVGEnumeration<Enum>*>(SVGAnimatedEnumerationBase::currentValue());
SVGPathBlender.cpp 66 float currentValue = blend(fromValue, toValue, m_progress);
67 return m_toMode == AbsoluteCoordinates ? animValue + currentValue : animValue - currentValue;
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/Events/
FieldWithLocationDebuggee.java 37 int currentValue = testIntField; // field access
38 System.out.println("testIntField = " + currentValue);
39 testIntField = currentValue + 1; // field modification
44 int currentValue = testIntField; // field access
45 System.out.println("testIntField = " + currentValue);
46 testIntField = currentValue + 1; // field modification
  /external/chromium_org/third_party/WebKit/public/web/
WebDateTimeChooserParams.h 46 WebString currentValue;
  /external/chromium_org/third_party/WebKit/Source/core/html/forms/
DateTimeChooser.h 56 String currentValue;
InputType.cpp 152 String currentValue = element().value();
153 if (currentValue == element().defaultValue())
155 return FormControlState(currentValue);
  /external/chromium_org/third_party/WebKit/Source/core/svg/properties/
SVGAnimatedProperty.h 113 Property* currentValue()
118 const Property* currentValue() const
120 return const_cast<SVGAnimatedPropertyCommon*>(this)->currentValue();
125 return currentValue();
196 // Use currentValue() from C++ code.
219 return this->currentValue()->value();
266 // Use currentValue() from C++ code.
281 m_animValTearOff = TearOffType::create(this->currentValue(), this->contextElement(), PropertyIsAnimVal, this->attributeName());
296 m_animValTearOff->setTarget(this->currentValue());
  /external/emma/ant/ant14/com/vladium/emma/ant/
GenericCfg.java 113 final String currentValue = genericSettings.getProperty (name);
114 if ((currentValue != null) && ! value.equals (currentValue))
  /external/chromium_org/third_party/webrtc/modules/video_capture/
device_info_impl.cc 300 const DelayValue& currentValue = delayValues[device].delayValues[delayIndex];
302 const int32_t diffWidth = currentValue.width - width;
303 const int32_t diffHeight = currentValue.height - height;
323 bestWidth = currentValue.width;
324 bestHeight = currentValue.height;
325 bestDelay = currentValue.delay;
331 bestWidth = currentValue.width;
332 bestHeight = currentValue.height;
333 bestDelay = currentValue.delay;
  /external/chromium_org/content/browser/accessibility/
accessibility_tree_formatter_win.cc 31 "currentValue",
107 VARIANT currentValue;
108 if (acc_obj->get_currentValue(&currentValue) == S_OK)
109 dict->SetDouble("currentValue", V_R8(&currentValue));
  /external/chromium_org/third_party/WebKit/Source/core/html/shadow/
MediaControlElementTypes.h 135 double currentValue() const { return m_currentValue; }
  /external/jsilver/src/com/google/clearsilver/jsilver/interpreter/
ExpressionEvaluator.java 62 private Value currentValue;
82 assert currentValue == null;
85 Value result = currentValue;
86 currentValue = null;
245 currentValue = value;
  /external/libphonenumber/java/src/com/android/i18n/phonenumbers/prefixmapper/
PhonePrefixMap.java 196 int currentValue = phonePrefixMapStorage.getPrefix(current);
197 if (currentValue == value) {
199 } else if (currentValue > value) {
  /external/llvm/lib/Transforms/Utils/
LowerSwitch.cpp 304 int64_t currentValue = cast<ConstantInt>(I->High)->getSExtValue();
310 if ((nextValue-currentValue==1) && (currentBB == nextBB)) {
  /cts/tools/tradefed-host/src/com/android/cts/tradefed/result/
DeviceInfoResult.java 391 String currentValue = mMetrics.get(metricEntry.getKey());
392 if (keyCheckSet.contains(metricEntry.getKey()) && currentValue != null
393 && !metricEntry.getValue().equals(currentValue)) {
397 metricEntry.getKey(), currentValue, metricEntry.getValue());
400 metricEntry.getValue(), currentValue));
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLTextAreaElement.cpp 293 const String& currentValue = innerEditorValue();
294 unsigned currentLength = computeLengthForSubmission(currentValue);
  /external/chromium_org/third_party/WebKit/Source/platform/network/
HTTPParsers.cpp 471 XFrameOptionsDisposition currentValue = XFrameOptionsNone;
473 currentValue = XFrameOptionsDeny;
475 currentValue = XFrameOptionsSameOrigin;
477 currentValue = XFrameOptionsAllowAll;
479 currentValue = XFrameOptionsInvalid;
482 result = currentValue;
483 else if (result != currentValue)
  /external/chromium_org/third_party/jsoncpp/overrides/src/lib_json/
json_reader.cpp 195 currentValue().setComment( commentsBefore_, commentBefore );
215 currentValue() = true;
218 currentValue() = false;
221 currentValue() = Value();
230 lastValue_ = &currentValue();
476 currentValue() = Value( objectValue );
500 Value &value = currentValue()[ name ];
533 currentValue() = Value( arrayValue );
544 Value &value = currentValue()[ index++ ];
618 currentValue() = -Value::LargestInt( value )
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/performance/ui/
FingerPrintGraph.java 231 double currentValue = currentBuildResults.getValue();
278 if (baselineValue < currentValue) {
289 double currentGraphValue = kind == TIME_LOG ? Math.log(currentValue) : currentValue;
296 String tooltip = "Time for current build "+currentBuildResults.getName()+": "+Util.timeString((long)currentValue);
316 tooltip.append(Util.timeString((long)currentValue));
  /external/jsoncpp/src/lib_json/
json_reader.cpp 193 currentValue().setComment( commentsBefore_, commentBefore );
213 currentValue() = true;
216 currentValue() = false;
219 currentValue() = Value();
228 lastValue_ = &currentValue();
474 currentValue() = Value( objectValue );
498 Value &value = currentValue()[ name ];
531 currentValue() = Value( arrayValue );
542 Value &value = currentValue()[ index++ ];
616 currentValue() = -Value::LargestInt( value )
    [all...]
  /external/libnfc-nxp/src/
phFriNfc_LlcpTransport.c 532 bool_t currentValue;
534 currentValue = transport->bSendPending;
537 return currentValue;
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/css/resolver/
StyleBuilderConverter.cpp 299 CSSPrimitiveValue* currentValue = toCSSPrimitiveValue(it.value());
300 if (currentValue->getValueID() == CSSValueSpan) {
303 currentValue = it.hasMore() ? toCSSPrimitiveValue(it.value()) : 0;
306 if (currentValue && currentValue->isNumber()) {
307 gridLineNumber = currentValue->getIntValue();
309 currentValue = it.hasMore() ? toCSSPrimitiveValue(it.value()) : 0;
312 if (currentValue && currentValue->isString()) {
313 gridLineName = currentValue->getStringValue()
    [all...]
  /external/chromium_org/third_party/WebKit/public/platform/
WebThemeEngine.h 78 int currentValue;
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/db/
ConfigResults.java 507 double currentValue = this.current.getValue();
508 this.delta = (currentValue - baselineValue) / baselineValue;

Completed in 1204 milliseconds

1 2 3