OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:collectMatchingAuthorRules
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/css/resolver/
ScopedStyleResolver.h
64
void
collectMatchingAuthorRules
(ElementRuleCollector&, bool includeEmptyRules, CascadeScope, CascadeOrder = ignoreCascadeOrder);
ScopedStyleResolver.cpp
124
void ScopedStyleResolver::
collectMatchingAuthorRules
(ElementRuleCollector& collector, bool includeEmptyRules, CascadeScope cascadeScope, CascadeOrder cascadeOrder)
StyleResolver.cpp
386
resolversInShadowTree.at(j)->
collectMatchingAuthorRules
(collector, includeEmptyRules, cascadeScope, cascadeOrder++);
392
resolvers.at(i)->
collectMatchingAuthorRules
(collector, includeEmptyRules, cascadeScope++, --cascadeOrder);
404
document().scopedStyleResolver()->
collectMatchingAuthorRules
(collector, includeEmptyRules, ignoreCascadeScope);
428
resolver->
collectMatchingAuthorRules
(collector, includeEmptyRules, cascadeScope++, resolver->treeScope() == element->treeScope() && resolver->treeScope().rootNode().isShadowRoot() ? 0 : cascadeOrder);
[
all
...]
Completed in 2295 milliseconds