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

/external/chromium_org/third_party/WebKit/Source/core/dom/shadow/
H A DShadowRoot.cpp28 #include "core/dom/shadow/ShadowRoot.h"
46 struct SameSizeAsShadowRoot : public DocumentFragment, public TreeScope, public DoublyLinkedListNode<ShadowRoot> {
51 COMPILE_ASSERT(sizeof(ShadowRoot) == sizeof(SameSizeAsShadowRoot), shadowroot_should_stay_small);
53 ShadowRoot::ShadowRoot(Document& document, ShadowRootType type) function in class:blink::ShadowRoot
65 ShadowRoot::~ShadowRoot()
77 // for this ShadowRoot instance because TreeScope destructor
87 // We must call clearRareData() here since a ShadowRoot class inherits TreeScope
95 void ShadowRoot
[all...]

Completed in 30 milliseconds