Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/css/resolver/
DStyleResolverState.h84 …void setApplyPropertyToVisitedLinkStyle(bool isApply) { m_applyPropertyToVisitedLinkStyle = isAppl… in setApplyPropertyToVisitedLinkStyle()
86 bool applyPropertyToVisitedLinkStyle() const { return m_applyPropertyToVisitedLinkStyle; } in applyPropertyToVisitedLinkStyle()
149 bool m_applyPropertyToVisitedLinkStyle; variable
DStyleResolverState.cpp39 , m_applyPropertyToVisitedLinkStyle(false) in StyleResolverState()