Searched refs:allowVisitedStyle (Results 1 - 3 of 3) sorted by relevance

/macosx-10.9.5/WebCore-7537.78.1/css/
H A DCSSComputedStyleDeclaration.h52 ComputedStyleExtractor(PassRefPtr<Node>, bool allowVisitedStyle = false, PseudoId = NOPSEUDO);
94 static PassRefPtr<CSSComputedStyleDeclaration> create(PassRefPtr<Node> node, bool allowVisitedStyle = false, const String& pseudoElementName = String())
96 return adoptRef(new CSSComputedStyleDeclaration(node, allowVisitedStyle, pseudoElementName));
106 CSSComputedStyleDeclaration(PassRefPtr<Node>, bool allowVisitedStyle, const String&);
H A DCSSComputedStyleDeclaration.cpp1208 ComputedStyleExtractor::ComputedStyleExtractor(PassRefPtr<Node> node, bool allowVisitedStyle, PseudoId pseudoElementSpecifier) argument
1211 , m_allowVisitedStyle(allowVisitedStyle)
1216 CSSComputedStyleDeclaration::CSSComputedStyleDeclaration(PassRefPtr<Node> n, bool allowVisitedStyle, const String& pseudoElementName) argument
1218 , m_allowVisitedStyle(allowVisitedStyle)
/macosx-10.9.5/WebCore-7537.78.1/testing/
H A DInternals.cpp605 bool allowVisitedStyle = true; local
606 return CSSComputedStyleDeclaration::create(node, allowVisitedStyle);

Completed in 204 milliseconds