Searched refs:styleSharingCandidateMatchesHostRules (Results 1 - 4 of 4) sorted by relevance

/macosx-10.9.5/WebCore-7537.78.1/css/
H A DStyleScopeResolver.h79 bool styleSharingCandidateMatchesHostRules(const Element*);
H A DStyleScopeResolver.cpp197 bool StyleScopeResolver::styleSharingCandidateMatchesHostRules(const Element* element) function in class:WebCore::StyleScopeResolver
H A DStyleResolver.h234 bool styleSharingCandidateMatchesHostRules();
H A DStyleResolver.cpp378 inline bool StyleResolver::styleSharingCandidateMatchesHostRules() function in class:WebCore::StyleResolver
381 return m_scopeResolver && m_scopeResolver->styleSharingCandidateMatchesHostRules(m_state.element());
766 if (styleSharingCandidateMatchesHostRules())

Completed in 73 milliseconds