OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:scopedStyleResolverForDocument
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/css/resolver/
ScopedStyleResolver.h
110
ScopedStyleResolver*
scopedStyleResolverForDocument
() { return m_scopedResolverForDocument; }
StyleResolver.cpp
186
ScopedStyleResolver* resolver = scopingNode ? m_styleTree.scopedStyleResolverFor(scopingNode) : m_styleTree.
scopedStyleResolverForDocument
();
355
m_styleTree.
scopedStyleResolverForDocument
()->matchAuthorRules(collector, includeEmptyRules, applyAuthorStylesOf(element));
735
return m_styleTree.
scopedStyleResolverForDocument
()->keyframeStylesForAnimation(animationName);
[
all
...]
Completed in 1031 milliseconds