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