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

/external/chromium_org/third_party/WebKit/Source/core/dom/shadow/
H A DElementShadow.cpp28 #include "core/dom/shadow/ElementShadow.h"
48 void distributeTo(InsertionPoint*, ElementShadow*);
85 void DistributionPool::distributeTo(InsertionPoint* insertionPoint, ElementShadow* elementShadow)
127 PassOwnPtrWillBeRawPtr<ElementShadow> ElementShadow::create()
129 return adoptPtrWillBeNoop(new ElementShadow());
132 ElementShadow::ElementShadow() function in class:blink::ElementShadow
138 ElementShadow::~ElementShadow()
[all...]

Completed in 380 milliseconds