OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SVGShadowTreeContainerElement
(Results
1 - 4
of
4
) sorted by null
/external/webkit/Source/WebCore/rendering/svg/
SVGShadowTreeElements.h
32
class
SVGShadowTreeContainerElement
: public SVGGElement {
34
static PassRefPtr<
SVGShadowTreeContainerElement
> create(Document*);
44
SVGShadowTreeContainerElement
(Document*);
54
class SVGShadowTreeRootElement : public
SVGShadowTreeContainerElement
{
SVGShadowTreeElements.cpp
33
//
SVGShadowTreeContainerElement
35
SVGShadowTreeContainerElement
::
SVGShadowTreeContainerElement
(Document* document)
40
PassRefPtr<
SVGShadowTreeContainerElement
>
SVGShadowTreeContainerElement
::create(Document* document)
42
return adoptRef(new
SVGShadowTreeContainerElement
(document));
45
FloatSize
SVGShadowTreeContainerElement
::containerTranslation() const
50
PassRefPtr<Element>
SVGShadowTreeContainerElement
::cloneElementWithoutAttributesAndChildren() const
52
return adoptRef(new
SVGShadowTreeContainerElement
(document()));
57
:
SVGShadowTreeContainerElement
(document
[
all
...]
RenderSVGTransformableContainer.cpp
52
FloatSize translation = static_cast<
SVGShadowTreeContainerElement
*>(element)->containerTranslation();
/external/webkit/Source/WebCore/svg/
SVGUseElement.cpp
318
SVGShadowTreeContainerElement
* containerElement = static_cast<
SVGShadowTreeContainerElement
*>(shadowTreeElement);
337
SVGShadowTreeContainerElement
* containerElement = static_cast<
SVGShadowTreeContainerElement
*>(parentNode);
[
all
...]
Completed in 323 milliseconds