OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SVGPolygonElement
(Results
1 - 5
of
5
) 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
SVGPolygonElement.idl
28
interface [Conditional=SVG]
SVGPolygonElement
: SVGElement,
/external/webkit/Source/WebCore/page/
DOMWindow.idl
[
all
...]
/external/webkit/Source/WebCore/
Android.mk
[
all
...]
Completed in 783 milliseconds