Searched defs:from (Results 176 - 200 of 865) sorted by relevance

1234567891011>>

/macosx-10.10/WebCore-7600.1.25/platform/text/
H A DLineEnding.cpp97 void internalNormalizeLineEndingsToCRLF(const CString& from, OutputBuffer& buffer) argument
159 normalizeToCROrLF(const CString& from, Vector<char>& result, bool toCR) argument
209 normalizeLineEndingsToCRLF(const CString& from) argument
217 normalizeLineEndingsToCR(const CString& from, Vector<char>& result) argument
222 normalizeLineEndingsToLF(const CString& from, Vector<char>& result) argument
227 normalizeLineEndingsToNative(const CString& from, Vector<char>& result) argument
[all...]
/macosx-10.10/WebCore-7600.1.25/rendering/
H A DRenderCombineText.cpp61 float RenderCombineText::width(unsigned from, unsigned length, const Font& font, float xPosition, HashSet<const SimpleFontData*>* fallbackFonts, GlyphOverflow* glyphOverflow) const argument
/macosx-10.10/WebCore-7600.1.25/svg/
H A DSVGAnimatedAngle.cpp73 void SVGAnimatedAngleAnimator::addAnimatedTypes(SVGAnimatedType* from, SVGAnimatedType* to) argument
88 void SVGAnimatedAngleAnimator::calculateAnimatedValue(float percentage, unsigned repeatCount, SVGAnimatedType* from, SVGAnimatedType* to, SVGAnimatedType* toAtEndOfDuration, SVGAnimatedType* animated) argument
144 SVGAngle from = SVGAngle(); local
[all...]
H A DSVGAnimatedColor.cpp42 void SVGAnimatedColorAnimator::addAnimatedTypes(SVGAnimatedType* from, SVGAnimatedType* to) argument
64 void SVGAnimatedColorAnimator::calculateAnimatedValue(float percentage, unsigned repeatCount, SVGAnimatedType* from, SVGAnimatedType* to, SVGAnimatedType* toAtEndOfDuration, SVGAnimatedType* animated) argument
102 Color from = SVGColor::colorFromRGBColorString(fromString); local
H A DSVGAnimatedEnumeration.cpp149 void SVGAnimatedEnumerationAnimator::calculateAnimatedValue(float percentage, unsigned, SVGAnimatedType* from, SVGAnimatedType* to, SVGAnimatedType*, SVGAnimatedType* animated) argument
H A DSVGAnimatedInteger.cpp66 void SVGAnimatedIntegerAnimator::addAnimatedTypes(SVGAnimatedType* from, SVGAnimatedType* to) argument
81 void SVGAnimatedIntegerAnimator::calculateAnimatedValue(float percentage, unsigned repeatCount, SVGAnimatedType* from, SVGAnimatedType* to, SVGAnimatedType* toAtEndOfDuration, SVGAnimatedType* animated) argument
97 int from = fromString.toIntStrict(); local
H A DSVGAnimatedIntegerOptionalInteger.cpp75 void SVGAnimatedIntegerOptionalIntegerAnimator::addAnimatedTypes(SVGAnimatedType* from, SVGAnimatedType* to) argument
87 void SVGAnimatedIntegerOptionalIntegerAnimator::calculateAnimatedValue(float percentage, unsigned repeatCount, SVGAnimatedType* from, SVGAnimatedType* to, SVGAnimatedType* toAtEndOfDuration, SVGAnimatedType* animated) argument
H A DSVGAnimatedLength.cpp72 void SVGAnimatedLengthAnimator::addAnimatedTypes(SVGAnimatedType* from, SVGAnimatedType* to) argument
89 void SVGAnimatedLengthAnimator::calculateAnimatedValue(float percentage, unsigned repeatCount, SVGAnimatedType* from, SVGAnimatedType* to, SVGAnimatedType* toAtEndOfDuration, SVGAnimatedType* animated) argument
116 SVGLength from = SVGLength(lengthMode, fromString); local
H A DSVGAnimatedLengthList.cpp66 void SVGAnimatedLengthListAnimator::addAnimatedTypes(SVGAnimatedType* from, SVGAnimatedType* to) argument
90 void SVGAnimatedLengthListAnimator::calculateAnimatedValue(float percentage, unsigned repeatCount, SVGAnimatedType* from, SVGAnimatedType* to, SVGAnimatedType* toAtEndOfDuration, SVGAnimatedType* animated) argument
H A DSVGAnimatedNumber.cpp67 void SVGAnimatedNumberAnimator::addAnimatedTypes(SVGAnimatedType* from, SVGAnimatedType* to) argument
82 void SVGAnimatedNumberAnimator::calculateAnimatedValue(float percentage, unsigned repeatCount, SVGAnimatedType* from, SVGAnimatedType* to, SVGAnimatedType* toAtEndOfDuration, SVGAnimatedType* animated) argument
102 float from = 0; local
H A DSVGAnimatedNumberList.cpp65 void SVGAnimatedNumberListAnimator::addAnimatedTypes(SVGAnimatedType* from, SVGAnimatedType* to) argument
81 void SVGAnimatedNumberListAnimator::calculateAnimatedValue(float percentage, unsigned repeatCount, SVGAnimatedType* from, SVGAnimatedType* to, SVGAnimatedType* toAtEndOfDuration, SVGAnimatedType* animated) argument
H A DSVGAnimatedNumberOptionalNumber.cpp70 void SVGAnimatedNumberOptionalNumberAnimator::addAnimatedTypes(SVGAnimatedType* from, SVGAnimatedType* to) argument
82 void SVGAnimatedNumberOptionalNumberAnimator::calculateAnimatedValue(float percentage, unsigned repeatCount, SVGAnimatedType* from, SVGAnimatedType* to, SVGAnimatedType* toAtEndOfDuration, SVGAnimatedType* animated) argument
H A DSVGAnimatedPath.cpp90 void SVGAnimatedPathAnimator::addAnimatedTypes(SVGAnimatedType* from, SVGAnimatedType* to) argument
103 void SVGAnimatedPathAnimator::calculateAnimatedValue(float percentage, unsigned repeatCount, SVGAnimatedType* from, SVGAnimatedType* to, SVGAnimatedType* toAtEndOfDuration, SVGAnimatedType* animated) argument
H A DSVGAnimatedPointList.cpp66 void SVGAnimatedPointListAnimator::addAnimatedTypes(SVGAnimatedType* from, SVGAnimatedType* to) argument
82 void SVGAnimatedPointListAnimator::calculateAnimatedValue(float percentage, unsigned repeatCount, SVGAnimatedType* from, SVGAnimatedType* to, SVGAnimatedType* toAtEndOfDuration, SVGAnimatedType* animated) argument
H A DSVGAnimatedRect.cpp65 void SVGAnimatedRectAnimator::addAnimatedTypes(SVGAnimatedType* from, SVGAnimatedType* to) argument
73 void SVGAnimatedRectAnimator::calculateAnimatedValue(float percentage, unsigned repeatCount, SVGAnimatedType* from, SVGAnimatedType* to, SVGAnimatedType* toAtEndOfDuration, SVGAnimatedType* animated) argument
H A DSVGAnimatedTransformList.cpp75 void SVGAnimatedTransformListAnimator::addAnimatedTypes(SVGAnimatedType* from, SVGAnimatedType* to) argument
94 void SVGAnimatedTransformListAnimator::calculateAnimatedValue(float percentage, unsigned repeatCount, SVGAnimatedType* from, SVGAnimatedType* to, SVGAnimatedType* toAtEndOfDuration, SVGAnimatedType* animated) argument
131 std::unique_ptr<SVGAnimatedType> from = constructFromString(fromString); local
[all...]
H A DSVGAnimatedTypeAnimator.cpp49 void SVGAnimatedTypeAnimator::calculateFromAndToValues(std::unique_ptr<SVGAnimatedType>& from, std::unique_ptr<SVGAnimatedType>& to, const String& fromString, const String& toString) argument
55 void SVGAnimatedTypeAnimator::calculateFromAndByValues(std::unique_ptr<SVGAnimatedType>& from, std::unique_ptr<SVGAnimatedType>& to, const String& fromString, const String& byString) argument
/macosx-10.10/WebCore-7600.1.25/xml/
H A DXPathNodeSet.cpp46 static void sortBlock(unsigned from, unsigned to, Vector<Vector<Node*>>& parentMatrix, bool mayContainAttributeNodes) argument
[all...]
/macosx-10.10/apr-32/apr/apr/test/
H A Dtestsockets.c101 apr_sockaddr_t *from; local
[all...]
/macosx-10.10/bind9-45.101/bind9/contrib/idn/idnkit-1.0-src/lib/
H A Ddelimitermap.c199 idn_delimitermap_map(idn_delimitermap_t ctx, const unsigned long *from, argument
[all...]
H A Dmapselector.c267 idn_mapselector_map(idn_mapselector_t ctx, const unsigned long *from, argument
336 idn_mapselector_map2(idn_mapselector_t ctx, const unsigned long *from, const unsigned long *tld, unsigned long *to, size_t tolen) argument
[all...]
/macosx-10.10/emacs-93/emacs/lisp/calendar/
H A Dcal-mayan.el[all...]
/macosx-10.10/emacs-93/emacs/lisp/
H A Demacs-lock.el[all...]
/macosx-10.10/ksh-23/ksh/src/lib/libast/string/
H A Dccmap.c715 dump(int from, int to) argument
/macosx-10.10/libdispatch-442.1.4/src/
H A Ddata_internal.h42 size_t from; member in struct:range_record_s

Completed in 145 milliseconds

1234567891011>>