Searched refs:continueConsuming (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/svg/
H A DSVGPathBuilder.h42 virtual bool continueConsuming() { return true; } function in class:WebCore::SVGPathBuilder
H A DSVGPathConsumer.h48 virtual bool continueConsuming() = 0;
H A DSVGPathStringBuilder.h36 virtual bool continueConsuming() { return true; } function in class:WebCore::SVGPathStringBuilder
H A DSVGPathTraversalStateBuilder.h42 virtual bool continueConsuming();
H A DSVGPathByteStreamBuilder.h39 virtual bool continueConsuming() { return true; } function in class:WebCore::SVGPathByteStreamBuilder
H A DSVGPathSegListBuilder.h45 virtual bool continueConsuming() { return true; } function in class:WebCore::SVGPathSegListBuilder
H A DSVGPathTraversalStateBuilder.cpp65 bool SVGPathTraversalStateBuilder::continueConsuming() function in class:WebCore::SVGPathTraversalStateBuilder
H A DSVGPathParser.cpp373 if (!m_consumer->continueConsuming())

Completed in 133 milliseconds