Home
last modified time | relevance | path

Searched refs:allowsInheritance (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/css/
DPseudoStyleRequest.h55 bool allowsInheritance(const RenderStyle* parentStyle) const in allowsInheritance() function
/external/chromium_org/third_party/WebKit/Source/core/css/resolver/
DStyleResolver.cpp764 if (pseudoStyleRequest.allowsInheritance(state.parentStyle())) { in pseudoStyleForElementInternal()