HomeSort by relevance Sort by last modified time
    Searched refs:elementShadow (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/css/resolver/
SharedStyleFinder.cpp 44 #include "core/dom/shadow/ElementShadow.h"
171 const ElementShadow* elementShadow = element().shadow();
172 const ElementShadow* candidateShadow = candidate.shadow();
174 if (!elementShadow && !candidateShadow)
177 if (static_cast<bool>(elementShadow) != static_cast<bool>(candidateShadow))
180 return elementShadow->hasSameStyles(candidateShadow);
  /external/chromium_org/third_party/WebKit/Source/core/dom/shadow/
ElementShadow.cpp 28 #include "core/dom/shadow/ElementShadow.h"
47 void distributeTo(InsertionPoint*, ElementShadow*);
84 void DistributionPool::distributeTo(InsertionPoint* insertionPoint, ElementShadow* elementShadow)
97 elementShadow->didDistributeNode(node, insertionPoint);
105 elementShadow->didDistributeNode(fallbackNode, insertionPoint);
126 PassOwnPtrWillBeRawPtr<ElementShadow> ElementShadow::create()
128 return adoptPtrWillBeNoop(new ElementShadow());
131 ElementShadow::ElementShadow(
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/dom/
Element.cpp 960 if (ElementShadow* parentElementShadow = shadowWhereNodeCanBeDistributed(*this))
    [all...]

Completed in 117 milliseconds