HomeSort by relevance Sort by last modified time
    Searched refs:m_applyPropertyToVisitedLinkStyle (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/css/resolver/
StyleResolverState.cpp 39 , m_applyPropertyToVisitedLinkStyle(false)
StyleResolverState.h 88 void setApplyPropertyToVisitedLinkStyle(bool isApply) { m_applyPropertyToVisitedLinkStyle = isApply; }
90 bool applyPropertyToVisitedLinkStyle() const { return m_applyPropertyToVisitedLinkStyle; }
158 bool m_applyPropertyToVisitedLinkStyle;

Completed in 23 milliseconds