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

  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGAnimatedPath.cpp 46 const SVGPathSegList& baseValue = property->currentBaseValue();
50 buildSVGPathByteStreamFromSVGPathSegList(baseValue, byteStream.get(), UnalteredParsing);
62 result[i]->animationStarted(byteStream.get(), &baseValue);
77 const SVGPathSegList& baseValue = castAnimatedPropertyToActualType<SVGAnimatedPathSegListPropertyTearOff>(animatedTypes[0].properties[0].get())->currentBaseValue();
78 buildSVGPathByteStreamFromSVGPathSegList(baseValue, type->path(), UnalteredParsing);
SVGAnimateElement.cpp 229 String baseValue;
233 computeCSSPropertyValue(targetElement, cssPropertyID(attributeName.localName()), baseValue);
237 m_animatedType = animator->constructFromString(baseValue);
239 m_animatedType->setValueAsString(attributeName, baseValue);
  /external/chromium_org/third_party/icu/source/i18n/
nfrule.h 56 ERuleType getType() const { return (ERuleType)(baseValue <= kNoBase ? (ERuleType)baseValue : kOtherRule); }
57 void setType(ERuleType ruleType) { baseValue = (int32_t)ruleType; }
59 int64_t getBaseValue() const { return baseValue; }
84 double matchToDelimiter(const UnicodeString& text, int32_t startPos, double baseValue,
95 int64_t baseValue;
  /external/icu4c/i18n/
nfrule.h 56 ERuleType getType() const { return (ERuleType)(baseValue <= kNoBase ? (ERuleType)baseValue : kOtherRule); }
57 void setType(ERuleType ruleType) { baseValue = (int32_t)ruleType; }
59 int64_t getBaseValue() const { return baseValue; }
84 double matchToDelimiter(const UnicodeString& text, int32_t startPos, double baseValue,
95 int64_t baseValue;
  /prebuilts/tools/common/m2/internal/com/ibm/icu/icu4j/2.6.1/
icu4j-2.6.1.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 
  /prebuilts/misc/common/icu4j/
icu4j.jar 

Completed in 119 milliseconds