Home
last modified time | relevance | path

Searched refs:moveToNextToken (Results 1 – 7 of 7) sorted by relevance

/external/webkit/Source/WebCore/svg/
DSVGPathSource.h35 virtual bool moveToNextToken() = 0;
DSVGPathSegListSource.h44 virtual bool moveToNextToken() { return true; } in moveToNextToken() function
DSVGPathStringSource.h42 virtual bool moveToNextToken();
DSVGPathByteStreamSource.h42 virtual bool moveToNextToken() { return true; } in moveToNextToken() function
DSVGPathParser.cpp289 if (!m_source->moveToNextToken()) in parsePathDataFromSource()
302 m_source->moveToNextToken(); in parsePathDataFromSource()
DSVGPathStringSource.cpp42 bool SVGPathStringSource::moveToNextToken() in moveToNextToken() function in WebCore::SVGPathStringSource
/external/webkit/Source/WebCore/
DChangeLog-2010-12-0682038 (WebCore::SVGPathByteStreamSource::moveToNextToken):
82066 (WebCore::SVGPathSegListSource::moveToNextToken):
83785 (WebCore::SVGPathByteStreamSource::moveToNextToken):