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

/external/chromium_org/third_party/WebKit/Source/core/dom/shadow/
H A DElementShadow.h39 class ElementShadow { class in namespace:WebCore
40 WTF_MAKE_NONCOPYABLE(ElementShadow); WTF_MAKE_FAST_ALLOCATED;
42 static PassOwnPtr<ElementShadow> create()
44 return adoptPtr(new ElementShadow());
47 ~ElementShadow()
55 ElementShadow* containingShadow() const;
69 // FIXME: Move all callers of this to APIs on ElementShadow and remove it.
87 ElementShadow() function in class:WebCore::ElementShadow
101 inline Element* ElementShadow::host() const
111 if (ElementShadow* shado
[all...]

Completed in 79 milliseconds