Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/css/
DElementRuleCollector.h99 void setMatchingUARules(bool matchingUARules) { m_matchingUARules = matchingUARules; } in setMatchingUARules() function
/external/chromium_org/third_party/WebKit/Source/core/css/resolver/
DStyleResolver.cpp519 collector.setMatchingUARules(true); in matchUARules()
533 collector.setMatchingUARules(false); in matchUARules()