Searched defs:SVGPathParserFactory (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/svg/
H A DSVGPathParserFactory.h36 class SVGPathParserFactory { class in namespace:WebCore
38 static SVGPathParserFactory* self();
59 SVGPathParserFactory();
60 ~SVGPathParserFactory();
H A DSVGPathParserFactory.cpp23 #include "SVGPathParserFactory.h"
112 SVGPathParserFactory* SVGPathParserFactory::self()
114 static SVGPathParserFactory* s_instance = 0;
116 s_instance = new SVGPathParserFactory;
121 SVGPathParserFactory::SVGPathParserFactory() function in class:WebCore::SVGPathParserFactory
125 SVGPathParserFactory::~SVGPathParserFactory()
129 bool SVGPathParserFactory
[all...]

Completed in 56 milliseconds