StyleRule 42 Source/core/css/CSSStyleRule.cpp CSSStyleRule::CSSStyleRule(StyleRule* styleRule, CSSStyleSheet* parent) StyleRule 32 Source/core/css/CSSStyleRule.h class StyleRule; StyleRule 36 Source/core/css/CSSStyleRule.h static PassRefPtrWillBeRawPtr<CSSStyleRule> create(StyleRule* rule, CSSStyleSheet* sheet) StyleRule 53 Source/core/css/CSSStyleRule.h StyleRule* styleRule() const { return m_styleRule.get(); } StyleRule 58 Source/core/css/CSSStyleRule.h CSSStyleRule(StyleRule*, CSSStyleSheet*); StyleRule 62 Source/core/css/CSSStyleRule.h RefPtrWillBeMember<StyleRule> m_styleRule; StyleRule 192 Source/core/css/ElementRuleCollector.cpp CSSRule* ElementRuleCollector::findStyleRule(CSSRuleCollection* cssRules, StyleRule* styleRule) StyleRule 214 Source/core/css/ElementRuleCollector.cpp void ElementRuleCollector::appendCSSOMWrapperForRule(CSSStyleSheet* parentStyleSheet, StyleRule* rule) StyleRule 281 Source/core/css/ElementRuleCollector.cpp StyleRule* rule = ruleData.rule(); StyleRule 112 Source/core/css/ElementRuleCollector.h WillBeHeapVector<RawPtrWillBeMember<StyleRule> > m_list; StyleRule 163 Source/core/css/ElementRuleCollector.h CSSRule* findStyleRule(CSSRuleCollection*, StyleRule*); StyleRule 164 Source/core/css/ElementRuleCollector.h void appendCSSOMWrapperForRule(CSSStyleSheet*, StyleRule*); StyleRule 41 Source/core/css/RuleFeature.h class StyleRule; StyleRule 44 Source/core/css/RuleFeature.h RuleFeature(StyleRule* rule, unsigned selectorIndex, bool hasDocumentSecurityOrigin) StyleRule 50 Source/core/css/RuleFeature.h StyleRule* rule; StyleRule 124 Source/core/css/RuleSet.cpp RuleData::RuleData(StyleRule* rule, unsigned selectorIndex, unsigned position, AddRuleFlags addRuleFlags) StyleRule 234 Source/core/css/RuleSet.cpp void RuleSet::addRule(StyleRule* rule, unsigned selectorIndex, AddRuleFlags addRuleFlags) StyleRule 275 Source/core/css/RuleSet.cpp StyleRule* styleRule = toStyleRule(rule); StyleRule 322 Source/core/css/RuleSet.cpp void RuleSet::addStyleRule(StyleRule* rule, AddRuleFlags addRuleFlags) StyleRule 57 Source/core/css/RuleSet.h MinimalRuleData(StyleRule* rule, unsigned selectorIndex, AddRuleFlags flags) StyleRule 66 Source/core/css/RuleSet.h RawPtrWillBeMember<StyleRule> m_rule; StyleRule 74 Source/core/css/RuleSet.h RuleData(StyleRule*, unsigned selectorIndex, unsigned position, AddRuleFlags); StyleRule 77 Source/core/css/RuleSet.h StyleRule* rule() const { return m_rule; } StyleRule 98 Source/core/css/RuleSet.h RawPtrWillBeMember<StyleRule> m_rule; StyleRule 131 Source/core/css/RuleSet.h void addStyleRule(StyleRule*, AddRuleFlags); StyleRule 132 Source/core/css/RuleSet.h void addRule(StyleRule*, unsigned selectorIndex, AddRuleFlags); StyleRule 98 Source/core/css/StyleRule.cpp toStyleRule(this)->~StyleRule(); StyleRule 248 Source/core/css/StyleRule.cpp unsigned StyleRule::averageSizeInBytes() StyleRule 250 Source/core/css/StyleRule.cpp return sizeof(StyleRule) + sizeof(CSSSelector) + StylePropertySet::averageSizeInBytes(); StyleRule 253 Source/core/css/StyleRule.cpp StyleRule::StyleRule() StyleRule 258 Source/core/css/StyleRule.cpp StyleRule::StyleRule(const StyleRule& o) StyleRule 265 Source/core/css/StyleRule.cpp StyleRule::~StyleRule() StyleRule 269 Source/core/css/StyleRule.cpp MutableStylePropertySet& StyleRule::mutableProperties() StyleRule 276 Source/core/css/StyleRule.cpp void StyleRule::setProperties(PassRefPtr<StylePropertySet> properties) StyleRule 101 Source/core/css/StyleRule.h class StyleRule : public StyleRuleBase { StyleRule 104 Source/core/css/StyleRule.h static PassRefPtrWillBeRawPtr<StyleRule> create() { return adoptRefWillBeNoop(new StyleRule()); } StyleRule 106 Source/core/css/StyleRule.h ~StyleRule(); StyleRule 116 Source/core/css/StyleRule.h PassRefPtrWillBeRawPtr<StyleRule> copy() const { return adoptRefWillBeNoop(new StyleRule(*this)); } StyleRule 123 Source/core/css/StyleRule.h StyleRule(); StyleRule 124 Source/core/css/StyleRule.h StyleRule(const StyleRule&); StyleRule 284 Source/core/css/StyleRule.h DEFINE_TYPE_CASTS(StyleRule##Type, StyleRuleBase, rule, rule->is##Type##Rule(), rule.is##Type##Rule()) StyleRule 286 Source/core/css/StyleRule.h DEFINE_TYPE_CASTS(StyleRule, StyleRuleBase, rule, rule->isStyleRule(), rule.isStyleRule()); StyleRule 50 Source/core/css/StyleSheetContents.cpp size += ruleCount() * StyleRule::averageSizeInBytes(); StyleRule 37 Source/core/css/TreeBoundaryCrossingRules.cpp void TreeBoundaryCrossingRules::addRule(StyleRule* rule, size_t selectorIndex, ContainerNode* scopingNode, AddRuleFlags addRuleFlags) StyleRule 41 Source/core/css/TreeBoundaryCrossingRules.h void addRule(StyleRule*, size_t selectorIndex, ContainerNode* scopingNode, AddRuleFlags); StyleRule 85 Source/core/css/invalidation/StyleSheetInvalidationAnalysis.cpp const StyleRule* styleRule = toStyleRule(rule); StyleRule 120 Source/core/css/invalidation/StyleSheetInvalidationAnalysis.cpp case StyleRule::Import: // Whatever we import should do its own analysis, we don't need to invalidate the document here! StyleRule 121 Source/core/css/invalidation/StyleSheetInvalidationAnalysis.cpp case StyleRule::Keyframes: // Keyframes never cause style invalidations and are handled during sheet insertion. StyleRule 122 Source/core/css/invalidation/StyleSheetInvalidationAnalysis.cpp case StyleRule::Page: // Page rules apply only during printing, we force a full-recalc before printing. StyleRule 125 Source/core/css/invalidation/StyleSheetInvalidationAnalysis.cpp case StyleRule::Media: // If the media rule doesn't apply, we could avoid recalc. StyleRule 126 Source/core/css/invalidation/StyleSheetInvalidationAnalysis.cpp case StyleRule::FontFace: // If the fonts aren't in use, we could avoid recalc. StyleRule 127 Source/core/css/invalidation/StyleSheetInvalidationAnalysis.cpp case StyleRule::Supports: // If we evaluated the supports-clause we could avoid recalc. StyleRule 128 Source/core/css/invalidation/StyleSheetInvalidationAnalysis.cpp case StyleRule::Viewport: // If the viewport doesn't match, we could avoid recalcing. StyleRule 130 Source/core/css/invalidation/StyleSheetInvalidationAnalysis.cpp case StyleRule::Filter: StyleRule 134 Source/core/css/invalidation/StyleSheetInvalidationAnalysis.cpp case StyleRule::Unknown: StyleRule 135 Source/core/css/invalidation/StyleSheetInvalidationAnalysis.cpp case StyleRule::Charset: StyleRule 136 Source/core/css/invalidation/StyleSheetInvalidationAnalysis.cpp case StyleRule::Keyframe: StyleRule 137 Source/core/css/invalidation/StyleSheetInvalidationAnalysis.cpp case StyleRule::Style: StyleRule 176 Source/core/css/invalidation/StyleSheetInvalidationAnalysis.cpp StyleRule* styleRule = toStyleRule(rule); StyleRule 1859 Source/core/css/parser/BisonCSSParser-in.cpp StyleRule* result = 0; StyleRule 1862 Source/core/css/parser/BisonCSSParser-in.cpp RefPtrWillBeRawPtr<StyleRule> rule = StyleRule::create(); StyleRule 46 Source/core/css/resolver/MatchResult.cpp void MatchResult::addMatchedProperties(const StylePropertySet* properties, StyleRule* rule, unsigned linkMatchType, PropertyWhitelistType propertyWhitelistType) StyleRule 34 Source/core/css/resolver/MatchResult.h class StyleRule; StyleRule 110 Source/core/css/resolver/MatchResult.h WillBeHeapVector<RawPtrWillBeMember<StyleRule>, 64> matchedRules; StyleRule 114 Source/core/css/resolver/MatchResult.h void addMatchedProperties(const StylePropertySet* properties, StyleRule* = 0, unsigned linkMatchType = SelectorChecker::MatchAll, PropertyWhitelistType = PropertyWhitelistNone); StyleRule 172 Source/core/css/resolver/StyleResolver.cpp void StyleResolver::initWatchedSelectorRules(const WillBeHeapVector<RefPtrWillBeMember<StyleRule> >& watchedSelectors) StyleRule 1179 Source/core/css/resolver/StyleResolver.cpp void StyleResolver::applyProperties(StyleResolverState& state, const StylePropertySet* properties, StyleRule* rule, bool isImportant, bool inheritedOnly, PropertyWhitelistType propertyWhitelistType) StyleRule 70 Source/core/css/resolver/StyleResolver.h class StyleRule; StyleRule 240 Source/core/css/resolver/StyleResolver.h void initWatchedSelectorRules(const WillBeHeapVector<RefPtrWillBeMember<StyleRule> >& watchedSelectors); StyleRule 278 Source/core/css/resolver/StyleResolver.h void applyProperties(StyleResolverState&, const StylePropertySet* properties, StyleRule*, bool isImportant, bool inheritedOnly, PropertyWhitelistType = PropertyWhitelistNone); StyleRule 42 Source/core/css/resolver/StyleResolverState.h class StyleRule; StyleRule 78 Source/core/css/resolver/StyleResolverState.h void setCurrentRule(StyleRule* currentRule) { m_currentRule = currentRule; } StyleRule 79 Source/core/css/resolver/StyleResolverState.h const StyleRule* currentRule() const { return m_currentRule; } StyleRule 171 Source/core/css/resolver/StyleResolverState.h RawPtrWillBeMember<StyleRule> m_currentRule; StyleRule 159 Source/core/dom/CSSSelectorWatch.cpp RefPtrWillBeRawPtr<StyleRule> rule = StyleRule::create(); StyleRule 53 Source/core/dom/CSSSelectorWatch.h const WillBeHeapVector<RefPtrWillBeMember<StyleRule> >& watchedCallbackSelectors() const { return m_watchedCallbackSelectors; } StyleRule 63 Source/core/dom/CSSSelectorWatch.h WillBePersistentHeapVector<RefPtrWillBeMember<StyleRule> > m_watchedCallbackSelectors; StyleRule 53 Source/core/page/PageSerializer.h class StyleRule;