Searched defs:fromString (Results 1 - 25 of 57) sorted by relevance

123

/external/chromium_org/third_party/WebKit/Source/core/svg/
H A DSVGComponentTransferFunctionElement.h56 static ComponentTransferType fromString(const String& value) function in struct:WebCore::SVGPropertyTraits
H A DSVGFEBlendElement.h55 static BlendModeType fromString(const String& value) function in struct:WebCore::SVGPropertyTraits
H A DSVGFEColorMatrixElement.h54 static ColorMatrixType fromString(const String& value) function in struct:WebCore::SVGPropertyTraits
H A DSVGFECompositeElement.h58 static CompositeOperationType fromString(const String& value) function in struct:WebCore::SVGPropertyTraits
H A DSVGFEConvolveMatrixElement.h54 static EdgeModeType fromString(const String& value) function in struct:WebCore::SVGPropertyTraits
H A DSVGFEDisplacementMapElement.h53 static ChannelSelectorType fromString(const String& value) function in struct:WebCore::SVGPropertyTraits
H A DSVGFEMorphologyElement.h49 static MorphologyOperatorType fromString(const String& value) function in struct:WebCore::SVGPropertyTraits
H A DSVGFETurbulenceElement.h57 static SVGStitchOptions fromString(const String& value) function in struct:WebCore::SVGPropertyTraits
86 static TurbulenceType fromString(const String& value) function in struct:WebCore::SVGPropertyTraits
H A DSVGUnitTypes.h59 static SVGUnitTypes::SVGUnitType fromString(const String& value) function in struct:WebCore::SVGPropertyTraits
H A DSVGAnimatedString.cpp80 String fromString = from->string(); local
85 m_animationElement->adjustForInheritance<String>(parseStringFromString, m_animationElement->fromPropertyValueType(), fromString, m_contextElement);
88 m_animationElement->animateDiscreteType<String>(percentage, fromString, toString, animatedString);
H A DSVGGradientElement.h64 static SVGSpreadMethodType fromString(const String& value) function in struct:WebCore::SVGPropertyTraits
H A DSVGTextContentElement.h59 static SVGLengthAdjustType fromString(const String& value) function in struct:WebCore::SVGPropertyTraits
H A DSVGTextPathElement.h60 static SVGTextPathMethodType fromString(const String& value) function in struct:WebCore::SVGPropertyTraits
89 static SVGTextPathSpacingType fromString(const String& value) function in struct:WebCore::SVGPropertyTraits
H A DSVGAnimatedAngle.cpp47 SVGMarkerOrientType orientType = SVGPropertyTraits<SVGMarkerOrientType>::fromString(string, angle);
150 float SVGAnimatedAngleAnimator::calculateDistance(const String& fromString, const String& toString) argument
153 from.setValueAsString(fromString, ASSERT_NO_EXCEPTION);
H A DSVGAnimatedColor.cpp100 float SVGAnimatedColorAnimator::calculateDistance(const String& fromString, const String& toString) argument
104 if (!SVGColor::colorFromRGBColorString(fromString, from))
/external/smack/src/org/xbill/DNS/utils/
H A Dbase16.java46 fromString(String str) { method in class:base16
H A Dbase64.java95 fromString(String str) { method in class:base64
H A Dbase32.java148 fromString(String str) { method in class:base32
/external/smack/src/com/kenai/jbosh/
H A DStaticBody.java100 return fromString(byteOut.toString());
111 public static StaticBody fromString( method in class:StaticBody
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x500/
H A DX500NameStyle.java38 RDN[] fromString(String dirName); method in interface:X500NameStyle
/external/chromium_org/third_party/WebKit/Source/web/
H A DWebSerializedScriptValue.cpp41 WebSerializedScriptValue WebSerializedScriptValue::fromString(const WebString& s) function in class:WebKit::WebSerializedScriptValue
/external/guava/guava/src/com/google/common/net/
H A DHostAndPort.java36 * HostAndPort hp = HostAndPort.fromString("[2001:db8::1]")
131 HostAndPort parsedHost = fromString(host);
148 public static HostAndPort fromString(String hostPortString) { method in class:HostAndPort
192 * You can chain this after {@link #fromString(String)} to include a port in
211 * like "[2001:db8::1]". Chain this call after {@link #fromString(String)}
/external/smack/src/org/jivesoftware/smack/packet/
H A DIQ.java212 public static Type fromString(String type) { method in class:IQ.Type
/external/smali/dexlib/src/main/java/org/jf/dexlib/Code/
H A DVerificationErrorType.java70 public static VerificationErrorType fromString(String validationErrorType) { method in class:VerificationErrorType
/external/chromium_org/third_party/WebKit/Source/core/platform/
H A DDecimalTest.cpp87 protected: Decimal fromString(const String& string) function in class:DecimalTest
89 return Decimal::fromString(string);
94 DecimalStepRange stepRange(fromString(minimum), fromString(maximum), fromString(step));
95 Decimal value = fromString(valueString);
105 DecimalStepRange stepRange(fromString(minimum), fromString(maximum), fromString(step));
106 Decimal value = fromString(valueStrin
[all...]

Completed in 433 milliseconds

123