Home
last modified time | relevance | path

Searched defs:shadowInsertionPoint (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/dom/shadow/
DShadowRootRareData.h52 …void setShadowInsertionPointOfYoungerShadowRoot(PassRefPtr<HTMLShadowElement> shadowInsertionPoint in setShadowInsertionPointOfYoungerShadowRoot()
DElementShadow.cpp272 HTMLShadowElement* shadowInsertionPoint = 0; in distribute() local
297 HTMLShadowElement* shadowInsertionPoint = shadowInsertionPoints[i - 1]; in distribute() local
DShadowRoot.cpp345 …owRoot::setShadowInsertionPointOfYoungerShadowRoot(PassRefPtr<HTMLShadowElement> shadowInsertionPo… in setShadowInsertionPointOfYoungerShadowRoot()
/external/chromium_org/third_party/WebKit/Source/core/page/
DFocusController.cpp122 …ionScope FocusNavigationScope::ownedByShadowInsertionPoint(HTMLShadowElement* shadowInsertionPoint) in ownedByShadowInsertionPoint()