Searched defs:HTMLShadowElement (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/html/shadow/
H A DHTMLShadowElement.cpp32 #include "core/html/shadow/HTMLShadowElement.h"
41 inline HTMLShadowElement::HTMLShadowElement(const QualifiedName& tagName, Document* document) function in class:WebCore::HTMLShadowElement
48 PassRefPtr<HTMLShadowElement> HTMLShadowElement::create(const QualifiedName& tagName, Document* document)
50 return adoptRef(new HTMLShadowElement(tagName, document));
53 HTMLShadowElement::~HTMLShadowElement()
57 ShadowRoot* HTMLShadowElement::olderShadowRoot()
78 bool HTMLShadowElement
[all...]

Completed in 114 milliseconds