OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:AXSVGRoot
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/accessibility/
AXSVGRoot.cpp
30
#include "core/accessibility/
AXSVGRoot
.h"
35
AXSVGRoot
::
AXSVGRoot
(RenderObject* renderer)
41
AXSVGRoot
::~
AXSVGRoot
()
45
PassRefPtr<
AXSVGRoot
>
AXSVGRoot
::create(RenderObject* renderer)
47
return adoptRef(new
AXSVGRoot
(renderer));
50
AXObject*
AXSVGRoot
::parentObject() const
AXSVGRoot.h
36
class
AXSVGRoot
: public AXRenderObject {
39
explicit
AXSVGRoot
(RenderObject*);
41
static PassRefPtr<
AXSVGRoot
> create(RenderObject*);
42
virtual ~
AXSVGRoot
();
53
DEFINE_AX_OBJECT_TYPE_CASTS(
AXSVGRoot
, isAXSVGRoot());
Completed in 33 milliseconds