Searched refs:transformSpec (Results 1 – 1 of 1) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/core/svg/ |
D | SVGViewSpec.cpp | 128 static const LChar transformSpec[] = {'t', 'r', 'a', 'n', 's', 'f', 'o', 'r', 'm'}; variable 193 if (!skipString(ptr, end, transformSpec, WTF_ARRAY_LENGTH(transformSpec))) in parseViewSpecInternal()
|