/external/chromium_org/third_party/WebKit/Source/core/css/ |
D | ElementRuleCollector.cpp | 45 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 …]
|
D | ElementRuleCollector.h | 88 class ElementRuleCollector { 89 WTF_MAKE_NONCOPYABLE(ElementRuleCollector); 91 …ElementRuleCollector(const ElementResolveContext&, const SelectorFilter&, RenderStyle* = 0, Should… 92 ~ElementRuleCollector();
|
/external/chromium_org/third_party/WebKit/Source/core/css/resolver/ |
D | StyleResolver.h | 60 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);
|
D | StyleResolver.cpp | 409 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 …]
|
D | ScopedStyleResolver.h | 62 …void collectMatchingAuthorRules(ElementRuleCollector&, bool includeEmptyRules, bool applyAuthorSty…
|
D | ScopedStyleResolver.cpp | 131 void ScopedStyleResolver::collectMatchingAuthorRules(ElementRuleCollector& collector, bool includeE… in collectMatchingAuthorRules()
|
D | SharedStyleFinder.cpp | 272 ElementRuleCollector collector(m_context, m_styleResolver.selectorFilter()); in matchesRuleSet()
|
/external/chromium_org/tools/perf/measurements/test_data/ |
D | loading_profile.csv | 1 …)",WebCore::BidiResolver::createBidiRunsForLine (period),WebCore::ElementRuleCollector::collectRul…
|
/external/chromium_org/tools/telemetry/unittest_data/ |
D | perf_report_output.txt | 497 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/ |
D | webcore_remaining.target.linux-arm.mk | 163 third_party/WebKit/Source/core/css/ElementRuleCollector.cpp \
|
D | webcore_remaining.target.linux-x86.mk | 163 third_party/WebKit/Source/core/css/ElementRuleCollector.cpp \
|
D | webcore_remaining.target.linux-mips.mk | 163 third_party/WebKit/Source/core/css/ElementRuleCollector.cpp \
|
D | webcore_remaining.target.darwin-arm.mk | 163 third_party/WebKit/Source/core/css/ElementRuleCollector.cpp \
|
D | webcore_remaining.target.darwin-x86.mk | 163 third_party/WebKit/Source/core/css/ElementRuleCollector.cpp \
|
D | webcore_remaining.target.darwin-mips.mk | 163 third_party/WebKit/Source/core/css/ElementRuleCollector.cpp \
|
D | core.gypi | 750 'css/ElementRuleCollector.cpp', 751 'css/ElementRuleCollector.h',
|