/external/chromium_org/third_party/WebKit/Source/core/css/ |
D | StyleInvalidationAnalysis.cpp | 81 const StyleRule* styleRule = toStyleRule(rule); in hasDistributedRule() 116 …case StyleRule::Import: // Whatever we import should do its own analysis, we don't need to invalid… in ruleAdditionMightRequireDocumentStyleRecalc() 117 …case StyleRule::Keyframes: // Keyframes never cause style invalidations and are handled during she… in ruleAdditionMightRequireDocumentStyleRecalc() 118 …case StyleRule::Page: // Page rules apply only during printing, we force a full-recalc before prin… in ruleAdditionMightRequireDocumentStyleRecalc() 121 case StyleRule::Media: // If the media rule doesn't apply, we could avoid recalc. in ruleAdditionMightRequireDocumentStyleRecalc() 122 case StyleRule::FontFace: // If the fonts aren't in use, we could avoid recalc. in ruleAdditionMightRequireDocumentStyleRecalc() 123 case StyleRule::Supports: // If we evaluated the supports-clause we could avoid recalc. in ruleAdditionMightRequireDocumentStyleRecalc() 124 case StyleRule::Viewport: // If the viewport doesn't match, we could avoid recalcing. in ruleAdditionMightRequireDocumentStyleRecalc() 126 case StyleRule::Region: in ruleAdditionMightRequireDocumentStyleRecalc() 127 case StyleRule::Filter: in ruleAdditionMightRequireDocumentStyleRecalc() [all …]
|
D | CSSStyleRule.h | 31 class StyleRule; variable 35 …static PassRefPtr<CSSStyleRule> create(StyleRule* rule, CSSStyleSheet* sheet) { return adoptRef(ne… in create() 49 StyleRule* styleRule() const { return m_styleRule.get(); } in styleRule() 52 CSSStyleRule(StyleRule*, CSSStyleSheet*); 56 RefPtr<StyleRule> m_styleRule;
|
D | StyleRule.cpp | 180 unsigned StyleRule::averageSizeInBytes() in averageSizeInBytes() 182 return sizeof(StyleRule) + sizeof(CSSSelector) + StylePropertySet::averageSizeInBytes(); in averageSizeInBytes() 185 StyleRule::StyleRule() in StyleRule() function in WebCore::StyleRule 190 StyleRule::StyleRule(const StyleRule& o) in StyleRule() function in WebCore::StyleRule 197 StyleRule::~StyleRule() in ~StyleRule() 201 MutableStylePropertySet* StyleRule::mutableProperties() in mutableProperties() 208 void StyleRule::setProperties(PassRefPtr<StylePropertySet> properties) in setProperties()
|
D | StyleRule.h | 96 class StyleRule : public StyleRuleBase { 99 static PassRefPtr<StyleRule> create() { return adoptRef(new StyleRule()); } in create() 101 ~StyleRule(); 111 PassRefPtr<StyleRule> copy() const { return adoptRef(new StyleRule(*this)); } in copy() 116 StyleRule(); 117 StyleRule(const StyleRule&); 281 …DEFINE_TYPE_CASTS(StyleRule##Type, StyleRuleBase, rule, rule->is##Type##Rule(), rule.is##Type##Rul… 283 DEFINE_TYPE_CASTS(StyleRule, StyleRuleBase, rule, rule->isStyleRule(), rule.isStyleRule());
|
D | RuleSet.h | 55 MinimalRuleData(StyleRule* rule, unsigned selectorIndex, AddRuleFlags flags) in MinimalRuleData() 62 StyleRule* m_rule; 70 RuleData(StyleRule*, unsigned selectorIndex, unsigned position, AddRuleFlags); 73 StyleRule* rule() const { return m_rule; } in rule() 93 StyleRule* m_rule; 126 void addStyleRule(StyleRule*, AddRuleFlags); 127 void addRule(StyleRule*, unsigned selectorIndex, AddRuleFlags);
|
D | InspectorCSSOMWrappers.h | 35 class StyleRule; variable 43 CSSStyleRule* getWrapperForRuleInSheets(StyleRule*, StyleEngine*); 55 HashMap<StyleRule*, RefPtr<CSSStyleRule> > m_styleRuleToCSSOMWrapperMap;
|
D | RuleFeature.h | 31 class StyleRule; variable 36 RuleFeature(StyleRule* rule, unsigned selectorIndex, bool hasDocumentSecurityOrigin) in RuleFeature() 42 StyleRule* rule;
|
D | ElementRuleCollector.h | 81 Vector<StyleRule*> m_list; 122 void appendCSSOMWrapperForRule(StyleRule*);
|
D | TreeBoundaryCrossingRules.h | 40 void addRule(StyleRule*, size_t selectorIndex, ContainerNode* scopingNode, AddRuleFlags);
|
D | RuleSet.cpp | 191 RuleData::RuleData(StyleRule* rule, unsigned selectorIndex, unsigned position, AddRuleFlags addRule… in RuleData() 299 void RuleSet::addRule(StyleRule* rule, unsigned selectorIndex, AddRuleFlags addRuleFlags) in addRule() 365 StyleRule* styleRule = toStyleRule(rule); in addChildRules() 412 void RuleSet::addStyleRule(StyleRule* rule, AddRuleFlags addRuleFlags) in addStyleRule()
|
D | TreeBoundaryCrossingRules.cpp | 37 void TreeBoundaryCrossingRules::addRule(StyleRule* rule, size_t selectorIndex, ContainerNode* scopi… in addRule()
|
D | ElementRuleCollector.cpp | 198 static CSSStyleSheet* findStyleSheet(StyleEngine* styleEngine, StyleRule* rule) in findStyleSheet() 216 void ElementRuleCollector::appendCSSOMWrapperForRule(StyleRule* rule) in appendCSSOMWrapperForRule() 305 StyleRule* rule = ruleData.rule(); in collectRuleIfMatches()
|
D | CSSStyleRule.cpp | 42 CSSStyleRule::CSSStyleRule(StyleRule* styleRule, CSSStyleSheet* parent) in CSSStyleRule()
|
D | InspectorCSSOMWrappers.cpp | 110 CSSStyleRule* InspectorCSSOMWrappers::getWrapperForRuleInSheets(StyleRule* rule, StyleEngine* style… in getWrapperForRuleInSheets()
|
D | CSSStyleSheet.cpp | 140 StyleRule* styleRule = toCSSStyleRule(cssRule)->styleRule(); in extraCSSOMWrapperIndices()
|
D | StyleSheetContents.cpp | 49 size += ruleCount() * StyleRule::averageSizeInBytes(); in estimatedSizeInBytes()
|
/external/chromium_org/third_party/WebKit/Source/core/css/resolver/ |
D | StyleResolverState.h | 43 class StyleRule; variable 79 void setCurrentRule(StyleRule* currentRule) { m_currentRule = currentRule; } in setCurrentRule() 80 const StyleRule* currentRule() const { return m_currentRule; } in currentRule() 172 StyleRule* m_currentRule;
|
D | MatchResult.h | 34 class StyleRule; variable 73 Vector<StyleRule*, 64> matchedRules; 77 …void addMatchedProperties(const StylePropertySet* properties, StyleRule* = 0, unsigned linkMatchTy…
|
D | MatchResult.cpp | 46 void MatchResult::addMatchedProperties(const StylePropertySet* properties, StyleRule* rule, unsigne… in addMatchedProperties()
|
D | StyleResolver.h | 71 class StyleRule; variable 239 void initWatchedSelectorRules(const Vector<RefPtr<StyleRule> >& watchedSelectors); 276 …void applyProperties(StyleResolverState&, const StylePropertySet* properties, StyleRule*, bool isI…
|
D | StyleResolver.cpp | 176 void StyleResolver::initWatchedSelectorRules(const Vector<RefPtr<StyleRule> >& watchedSelectors) in initWatchedSelectorRules() 1272 …operties(StyleResolverState& state, const StylePropertySet* properties, StyleRule* rule, bool isIm… in applyProperties()
|
/external/chromium_org/third_party/WebKit/Source/core/dom/ |
D | CSSSelectorWatch.h | 53 …const Vector<RefPtr<StyleRule> >& watchedCallbackSelectors() const { return m_watchedCallbackSelec… in watchedCallbackSelectors() 63 Vector<RefPtr<StyleRule> > m_watchedCallbackSelectors;
|
D | CSSSelectorWatch.cpp | 160 RefPtr<StyleRule> rule = StyleRule::create(); in watchCSSSelectors()
|
/external/chromium_org/third_party/WebKit/Source/core/page/ |
D | PageSerializer.h | 53 class StyleRule; variable
|
/external/chromium_org/tools/telemetry/unittest_data/ |
D | perf_report_output.txt | 316 …ebCore::StyleResolverState&, WebCore::StylePropertySet const*, WebCore::StyleRule*, bool, bool, We… 318 …ebCore::StyleResolverState&, WebCore::StylePropertySet const*, WebCore::StyleRule*, bool, bool, We… 1089 …void WTF::Vector<WebCore::StyleRule*, 64ul>::appendSlowCase<WebCore::StyleRule*>(WebCore::StyleRul… 1515 …ebCore::StyleResolverState&, WebCore::StylePropertySet const*, WebCore::StyleRule*, bool, bool, We… 1517 …ebCore::StyleResolverState&, WebCore::StylePropertySet const*, WebCore::StyleRule*, bool, bool, We…
|