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

  /external/chromium_org/third_party/WebKit/Source/core/dom/shadow/
ShadowRootRareData.h 50 void setShadowInsertionPointOfYoungerShadowRoot(PassRefPtrWillBeRawPtr<HTMLShadowElement> shadowInsertionPoint) { m_shadowInsertionPointOfYoungerShadowRoot = shadowInsertionPoint; }
ElementShadow.cpp 262 HTMLShadowElement* shadowInsertionPoint = 0;
269 ASSERT(!shadowInsertionPoint);
270 shadowInsertionPoint = toHTMLShadowElement(point);
271 shadowInsertionPoints.append(shadowInsertionPoint);
281 HTMLShadowElement* shadowInsertionPoint = shadowInsertionPoints[i - 1];
282 ShadowRoot* root = shadowInsertionPoint->containingShadowRoot();
285 pool.distributeTo(shadowInsertionPoint, this);
290 olderShadowRootPool.distributeTo(shadowInsertionPoint, this);
291 root->olderShadowRoot()->setShadowInsertionPointOfYoungerShadowRoot(shadowInsertionPoint);
293 if (ElementShadow* shadow = shadowWhereNodeCanBeDistributed(*shadowInsertionPoint))
    [all...]
ShadowRoot.cpp 248 void ShadowRoot::setShadowInsertionPointOfYoungerShadowRoot(PassRefPtrWillBeRawPtr<HTMLShadowElement> shadowInsertionPoint)
250 if (!m_shadowRootRareData && !shadowInsertionPoint)
252 ensureShadowRootRareData()->setShadowInsertionPointOfYoungerShadowRoot(shadowInsertionPoint);
  /external/chromium_org/third_party/WebKit/Source/core/page/
FocusController.cpp 129 FocusNavigationScope FocusNavigationScope::ownedByShadowInsertionPoint(HTMLShadowElement* shadowInsertionPoint)
131 ASSERT(isShadowInsertionPointFocusScopeOwner(*shadowInsertionPoint));
132 return FocusNavigationScope(shadowInsertionPoint->olderShadowRoot());
    [all...]

Completed in 76 milliseconds