Home
last modified time | relevance | path

Searched refs:ElementRuleCollector (Results 1 – 16 of 16) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/css/
DElementRuleCollector.cpp45 ElementRuleCollector::ElementRuleCollector(const ElementResolveContext& context, in ElementRuleCollector() function in WebCore::ElementRuleCollector
59 ElementRuleCollector::~ElementRuleCollector() in ~ElementRuleCollector()
63 MatchResult& ElementRuleCollector::matchedResult() in matchedResult()
68 PassRefPtr<StyleRuleList> ElementRuleCollector::matchedStyleRuleList() in matchedStyleRuleList()
74 PassRefPtr<CSSRuleList> ElementRuleCollector::matchedCSSRuleList() in matchedCSSRuleList()
80 inline void ElementRuleCollector::addMatchedRule(const RuleData* rule, unsigned specificity, Cascad… in addMatchedRule()
87 void ElementRuleCollector::clearMatchedRules() in clearMatchedRules()
94 inline StyleRuleList* ElementRuleCollector::ensureStyleRuleList() in ensureStyleRuleList()
101 inline StaticCSSRuleList* ElementRuleCollector::ensureRuleList() in ensureRuleList()
108 void ElementRuleCollector::addElementStyleProperties(const StylePropertySet* propertySet, bool isCa… in addElementStyleProperties()
[all …]
DElementRuleCollector.h88 class ElementRuleCollector {
89 WTF_MAKE_NONCOPYABLE(ElementRuleCollector);
91ElementRuleCollector(const ElementResolveContext&, const SelectorFilter&, RenderStyle* = 0, Should…
92 ~ElementRuleCollector();
/external/chromium_org/third_party/WebKit/Source/core/css/resolver/
DStyleResolver.h60 class ElementRuleCollector; variable
248 …void collectPseudoRulesForElement(Element*, ElementRuleCollector&, PseudoId, unsigned rulesToInclu…
249 void matchUARules(ElementRuleCollector&, RuleSet*);
250 void matchAuthorRules(Element*, ElementRuleCollector&, bool includeEmptyRules);
251 …void matchAuthorRulesForShadowHost(Element*, ElementRuleCollector&, bool includeEmptyRules, Vector…
252 void matchAllRules(StyleResolverState&, ElementRuleCollector&, bool includeSMILProperties);
253 void matchUARules(ElementRuleCollector&);
255 void matchWatchSelectorRules(ElementRuleCollector&);
257 void collectTreeBoundaryCrossingRules(Element*, ElementRuleCollector&, bool includeEmptyRules);
DStyleResolver.cpp409 inline void StyleResolver::collectTreeBoundaryCrossingRules(Element* element, ElementRuleCollector&… in collectTreeBoundaryCrossingRules()
441 void StyleResolver::matchAuthorRulesForShadowHost(Element* element, ElementRuleCollector& collector… in matchAuthorRulesForShadowHost()
463 void StyleResolver::matchAuthorRules(Element* element, ElementRuleCollector& collector, bool includ… in matchAuthorRules()
501 void StyleResolver::matchWatchSelectorRules(ElementRuleCollector& collector) in matchWatchSelectorRules()
517 void StyleResolver::matchUARules(ElementRuleCollector& collector) in matchUARules()
538 void StyleResolver::matchUARules(ElementRuleCollector& collector, RuleSet* rules) in matchUARules()
549 void StyleResolver::matchAllRules(StyleResolverState& state, ElementRuleCollector& collector, bool … in matchAllRules()
706 ElementRuleCollector collector(state.elementContext(), m_selectorFilter, state.style()); in styleForElement()
935 ElementRuleCollector collector(state.elementContext(), m_selectorFilter, state.style()); in pseudoStyleForElementInternal()
1091 ElementRuleCollector collector(state.elementContext(), m_selectorFilter, state.style()); in styleRulesForElement()
[all …]
DScopedStyleResolver.h62 …void collectMatchingAuthorRules(ElementRuleCollector&, bool includeEmptyRules, bool applyAuthorSty…
DScopedStyleResolver.cpp131 void ScopedStyleResolver::collectMatchingAuthorRules(ElementRuleCollector& collector, bool includeE… in collectMatchingAuthorRules()
DSharedStyleFinder.cpp272 ElementRuleCollector collector(m_context, m_styleResolver.selectorFilter()); in matchesRuleSet()
/external/chromium_org/tools/perf/measurements/test_data/
Dloading_profile.csv1 …)",WebCore::BidiResolver::createBidiRunsForLine (period),WebCore::ElementRuleCollector::collectRul…
/external/chromium_org/tools/telemetry/unittest_data/
Dperf_report_output.txt497 0.24^7132161^HTMLParserThrea^chrome ^[.] WebCore::ElementRuleCollector::collectRuleIf…
499 …--- WebCore::ElementRuleCollector::collectRuleIfMatches(WebCore::RuleData const&, WebCore::MatchRe…
1279 0.12^3556662^HTMLParserThrea^chrome ^[.] WebCore::ElementRuleCollector::collectMatchi…
1281 …--- WebCore::ElementRuleCollector::collectMatchingRulesForList(WebCore::RuleData const*, WebCore::…
1321 …107^HTMLParserThrea^chrome ^[.] WebCore::ElementRuleCollector::~ElementRuleCollector
1323 --- WebCore::ElementRuleCollector::~ElementRuleCollector()
1609 …] WebCore::StyleResolver::matchAuthorRules(WebCore::Element*, WebCore::ElementRuleCollector&, bool)
1611 …- WebCore::StyleResolver::matchAuthorRules(WebCore::Element*, WebCore::ElementRuleCollector&, bool)
/external/chromium_org/third_party/WebKit/Source/core/
Dwebcore_remaining.target.linux-arm.mk163 third_party/WebKit/Source/core/css/ElementRuleCollector.cpp \
Dwebcore_remaining.target.linux-x86.mk163 third_party/WebKit/Source/core/css/ElementRuleCollector.cpp \
Dwebcore_remaining.target.linux-mips.mk163 third_party/WebKit/Source/core/css/ElementRuleCollector.cpp \
Dwebcore_remaining.target.darwin-arm.mk163 third_party/WebKit/Source/core/css/ElementRuleCollector.cpp \
Dwebcore_remaining.target.darwin-x86.mk163 third_party/WebKit/Source/core/css/ElementRuleCollector.cpp \
Dwebcore_remaining.target.darwin-mips.mk163 third_party/WebKit/Source/core/css/ElementRuleCollector.cpp \
Dcore.gypi750 'css/ElementRuleCollector.cpp',
751 'css/ElementRuleCollector.h',