Searched refs:zoomAndPanSpec (Results 1 – 1 of 1) sorted by relevance
/external/webkit/Source/WebCore/svg/ |
D | SVGViewSpec.cpp | 76 static const UChar zoomAndPanSpec[] = {'z', 'o', 'o', 'm', 'A', 'n', 'd', 'P', 'a', 'n'}; variable 120 if (!skipString(currViewSpec, end, zoomAndPanSpec, WTF_ARRAY_LENGTH(zoomAndPanSpec))) in parseViewSpec()
|