OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SVGPolygonElement
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Source/WebCore/svg/
SVGPolygonElement.h
29
class
SVGPolygonElement
: public SVGPolyElement {
31
static PassRefPtr<
SVGPolygonElement
> create(const QualifiedName&, Document*);
34
SVGPolygonElement
(const QualifiedName&, Document*);
SVGPolygonElement.cpp
24
#include "
SVGPolygonElement
.h"
30
inline
SVGPolygonElement
::
SVGPolygonElement
(const QualifiedName& tagName, Document* document)
35
PassRefPtr<
SVGPolygonElement
>
SVGPolygonElement
::create(const QualifiedName& tagName, Document* document)
37
return adoptRef(new
SVGPolygonElement
(tagName, document));
40
void
SVGPolygonElement
::toPathData(Path& path) const
Completed in 2437 milliseconds