Home
last modified time | relevance | path

Searched defs:moveToNextToken (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/svg/
DSVGPathSegListSource.h38 virtual bool moveToNextToken() OVERRIDE { return true; } in moveToNextToken() function
DSVGPathByteStreamSource.h36 virtual bool moveToNextToken() OVERRIDE { return true; } in moveToNextToken() function
DSVGPathStringSource.cpp52 bool SVGPathStringSource::moveToNextToken() in moveToNextToken() function in WebCore::SVGPathStringSource