Searched refs:matchAuthorAndUserStyles (Results 1 - 5 of 5) sorted by relevance

/macosx-10.9.5/WebCore-7537.78.1/css/
H A DElementRuleCollector.h56 void matchAllRules(bool matchAuthorAndUserStyles, bool includeSMILProperties);
H A DElementRuleCollector.cpp469 void ElementRuleCollector::matchAllRules(bool matchAuthorAndUserStyles, bool includeSMILProperties) argument
474 if (matchAuthorAndUserStyles)
495 if (matchAuthorAndUserStyles)
499 if (matchAuthorAndUserStyles && m_state.styledElement() && m_state.styledElement()->inlineStyle()) {
509 if (includeSMILProperties && matchAuthorAndUserStyles && m_state.styledElement() && m_state.styledElement()->isSVGElement())
H A DStyleResolver.h171 StyleResolver(Document*, bool matchAuthorAndUserStyles);
H A DStyleResolver.cpp235 StyleResolver::StyleResolver(Document* document, bool matchAuthorAndUserStyles) argument
239 , m_matchAuthorAndUserStyles(matchAuthorAndUserStyles)
/macosx-10.9.5/WebCore-7537.78.1/dom/
H A DDocument.cpp2005 bool matchAuthorAndUserStyles = true; local
2007 matchAuthorAndUserStyles = docSettings->authorAndUserStylesEnabled();
2008 m_styleResolver = adoptPtr(new StyleResolver(this, matchAuthorAndUserStyles));

Completed in 293 milliseconds