Home
last modified time | relevance | path

Searched refs:skipString (Results 1 – 9 of 9) sorted by relevance

/external/webkit/Source/WebCore/svg/
DSVGViewSpec.cpp87 if (!skipString(currViewSpec, end, svgViewSpec, WTF_ARRAY_LENGTH(svgViewSpec))) in parseViewSpec()
96 if (skipString(currViewSpec, end, viewBoxSpec, WTF_ARRAY_LENGTH(viewBoxSpec))) { in parseViewSpec()
107 … } else if (skipString(currViewSpec, end, viewTargetSpec, WTF_ARRAY_LENGTH(viewTargetSpec))) { in parseViewSpec()
120 if (!skipString(currViewSpec, end, zoomAndPanSpec, WTF_ARRAY_LENGTH(zoomAndPanSpec))) in parseViewSpec()
131 …if (!skipString(currViewSpec, end, preserveAspectRatioSpec, WTF_ARRAY_LENGTH(preserveAspectRatioSp… in parseViewSpec()
144 if (!skipString(currViewSpec, end, transformSpec, WTF_ARRAY_LENGTH(transformSpec))) in parseViewSpec()
DSVGTransformable.cpp153 if (skipString(currTransform, end, skewXDesc, WTF_ARRAY_LENGTH(skewXDesc))) in parseAndSkipType()
155 else if (skipString(currTransform, end, skewYDesc, WTF_ARRAY_LENGTH(skewYDesc))) in parseAndSkipType()
157 else if (skipString(currTransform, end, scaleDesc, WTF_ARRAY_LENGTH(scaleDesc))) in parseAndSkipType()
161 } else if (skipString(currTransform, end, translateDesc, WTF_ARRAY_LENGTH(translateDesc))) in parseAndSkipType()
163 else if (skipString(currTransform, end, rotateDesc, WTF_ARRAY_LENGTH(rotateDesc))) in parseAndSkipType()
165 else if (skipString(currTransform, end, matrixDesc, WTF_ARRAY_LENGTH(matrixDesc))) in parseAndSkipType()
DSVGZoomAndPan.cpp59 if (skipString(start, end, disable, WTF_ARRAY_LENGTH(disable))) in parseZoomAndPan()
61 else if (skipString(start, end, magnify, WTF_ARRAY_LENGTH(magnify))) in parseZoomAndPan()
DSVGPreserveAspectRatio.cpp72 if (!skipString(currParam, end, "defer")) in parsePreserveAspectRatio()
80 if (!skipString(currParam, end, "none")) in parsePreserveAspectRatio()
136 if (!skipString(currParam, end, "meet")) in parsePreserveAspectRatio()
140 if (!skipString(currParam, end, "slice")) in parsePreserveAspectRatio()
/external/webkit/Source/WebCore/platform/text/
DParserUtilities.h29 inline bool skipString(const UChar*& ptr, const UChar* end, const UChar* name, int length) in skipString() function
39 inline bool skipString(const UChar*& ptr, const UChar* end, const char* str) in skipString() function
/external/libxslt/libxslt/
Dkeys.c213 skipString(const xmlChar *cur, int end) { in skipString() function
244 end = skipString(cur, end); in skipPredicate()
/external/icu4c/test/intltest/
Dssearch.cpp2419 UnicodeString skipString(skipChars); in bmMonkeyTest() local
2420 skipSet.addAll(skipString); in bmMonkeyTest()
/external/webkit/Source/WebCore/
DChangeLog-2007-10-1447242 (WebCore::skipString):
47245 "checkString" to "skipString" to match the rest of the code and to be
DChangeLog-2008-08-1021896 (WebCore::skipString):