Searched refs:skipString (Results 1 – 9 of 9) sorted by relevance
/external/webkit/Source/WebCore/svg/ |
D | SVGViewSpec.cpp | 87 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()
|
D | SVGTransformable.cpp | 153 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()
|
D | SVGZoomAndPan.cpp | 59 if (skipString(start, end, disable, WTF_ARRAY_LENGTH(disable))) in parseZoomAndPan() 61 else if (skipString(start, end, magnify, WTF_ARRAY_LENGTH(magnify))) in parseZoomAndPan()
|
D | SVGPreserveAspectRatio.cpp | 72 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/ |
D | ParserUtilities.h | 29 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/ |
D | keys.c | 213 skipString(const xmlChar *cur, int end) { in skipString() function 244 end = skipString(cur, end); in skipPredicate()
|
/external/icu4c/test/intltest/ |
D | ssearch.cpp | 2419 UnicodeString skipString(skipChars); in bmMonkeyTest() local 2420 skipSet.addAll(skipString); in bmMonkeyTest()
|
/external/webkit/Source/WebCore/ |
D | ChangeLog-2007-10-14 | 47242 (WebCore::skipString): 47245 "checkString" to "skipString" to match the rest of the code and to be
|
D | ChangeLog-2008-08-10 | 21896 (WebCore::skipString):
|