Home
last modified time | relevance | path

Searched refs:isShadowHost (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/page/
DFocusController.cpp104 if (isShadowHost(node)) in ownedByNonFocusableFocusScopeOwner()
112 ASSERT(isShadowHost(node)); in ownedByShadowHost()
175 return !element->isFocusable() && isShadowHost(element) && !hasCustomFocusLogic(element); in isNonFocusableShadowHost()
185 … return !element->isKeyboardFocusable() && isShadowHost(element) && !hasCustomFocusLogic(element); in isNonKeyboardFocusableShadowHost()
194 return element->isKeyboardFocusable() && isShadowHost(element) && !hasCustomFocusLogic(element); in isKeyboardFocusableShadowHost()
/external/chromium_org/third_party/WebKit/Source/core/css/resolver/
DScopedStyleTree.cpp49 && !isShadowHost(&scopingNode) in scopedStyleResolverFor()
/external/chromium_org/third_party/WebKit/Source/core/dom/
DElement.h887 inline bool isShadowHost(const Node* node) in isShadowHost() function
892 inline bool isShadowHost(const Element* element) in isShadowHost() function
DElement.cpp2447 ASSERT(isShadowHost(shadowHost)); in isInDescendantTreeOf()