Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/css/resolver/
DStyleResolverState.h86 void setApplyPropertyToRegularStyle(bool isApply) { m_applyPropertyToRegularStyle = isApply; } in setApplyPropertyToRegularStyle() function
DStyleResolver.cpp1394 state.setApplyPropertyToRegularStyle(linkMatchType & SelectorChecker::MatchLink); in applyMatchedProperties()
1399 state.setApplyPropertyToRegularStyle(true); in applyMatchedProperties()