/external/chromium_org/third_party/WebKit/Source/core/css/ |
D | CSSDefaultStyleSheets.h | 31 class RuleSet; variable 40 RuleSet* defaultStyle() { return m_defaultStyle.get(); } in defaultStyle() 41 RuleSet* defaultViewportStyle() { return m_defaultViewportStyle.get(); } in defaultViewportStyle() 42 RuleSet* defaultQuirksStyle() { return m_defaultQuirksStyle.get(); } in defaultQuirksStyle() 43 RuleSet* defaultPrintStyle() { return m_defaultPrintStyle.get(); } in defaultPrintStyle() 44 RuleSet* defaultViewSourceStyle(); 45 RuleSet* defaultTransitionStyle(); 48 RuleSet* defaultXHTMLMobileProfileStyle(); 63 OwnPtrWillBeMember<RuleSet> m_defaultStyle; 64 OwnPtrWillBeMember<RuleSet> m_defaultViewportStyle; [all …]
|
D | RuleSetTest.cpp | 43 RuleSet& ruleSet = helper.ruleSet(); in TEST() 55 RuleSet& ruleSet = helper.ruleSet(); in TEST() 67 RuleSet& ruleSet = helper.ruleSet(); in TEST() 79 RuleSet& ruleSet = helper.ruleSet(); in TEST() 93 RuleSet& ruleSet = helper.ruleSet(); in TEST() 105 RuleSet& ruleSet = helper.ruleSet(); in TEST() 118 RuleSet& ruleSet = helper.ruleSet(); in TEST() 131 RuleSet& ruleSet = helper.ruleSet(); in TEST()
|
D | CSSDefaultStyleSheets.cpp | 96 m_defaultStyle = RuleSet::create(); in CSSDefaultStyleSheets() 97 m_defaultViewportStyle = RuleSet::create(); in CSSDefaultStyleSheets() 98 m_defaultPrintStyle = RuleSet::create(); in CSSDefaultStyleSheets() 99 m_defaultQuirksStyle = RuleSet::create(); in CSSDefaultStyleSheets() 120 RuleSet* CSSDefaultStyleSheets::defaultViewSourceStyle() in defaultViewSourceStyle() 123 m_defaultViewSourceStyle = RuleSet::create(); in defaultViewSourceStyle() 131 RuleSet* CSSDefaultStyleSheets::defaultTransitionStyle() in defaultTransitionStyle() 134 m_defaultTransitionStyle = RuleSet::create(); in defaultTransitionStyle() 142 RuleSet* CSSDefaultStyleSheets::defaultXHTMLMobileProfileStyle() in defaultXHTMLMobileProfileStyle() 145 m_defaultXHTMLMobileProfileStyle = RuleSet::create(); in defaultXHTMLMobileProfileStyle()
|
D | RuleSet.cpp | 144 void RuleSet::addToRuleSet(const AtomicString& key, PendingRuleMap& map, const RuleData& ruleData) in addToRuleSet() 172 bool RuleSet::findBestRuleSetAndAdd(const CSSSelector& component, RuleData& ruleData) in findBestRuleSetAndAdd() 238 void RuleSet::addRule(StyleRule* rule, unsigned selectorIndex, AddRuleFlags addRuleFlags) in addRule() 249 void RuleSet::addPageRule(StyleRulePage* rule) in addPageRule() 255 void RuleSet::addViewportRule(StyleRuleViewport* rule) in addViewportRule() 261 void RuleSet::addFontFaceRule(StyleRuleFontFace* rule) in addFontFaceRule() 267 void RuleSet::addKeyframesRule(StyleRuleKeyframes* rule) in addKeyframesRule() 273 void RuleSet::addChildRules(const WillBeHeapVector<RefPtrWillBeMember<StyleRuleBase> >& rules, cons… in addChildRules() 309 void RuleSet::addRulesFromSheet(StyleSheetContents* sheet, const MediaQueryEvaluator& medium, AddRu… in addRulesFromSheet() 326 void RuleSet::addStyleRule(StyleRule* rule, AddRuleFlags addRuleFlags) in addStyleRule() [all …]
|
D | TreeBoundaryCrossingRules.h | 43 …void addTreeBoundaryCrossingRules(const RuleSet&, CSSStyleSheet*, unsigned sheetIndex, ContainerNo… 55 …Ptr<RuleSubSet> create(CSSStyleSheet* sheet, unsigned index, PassOwnPtrWillBeRawPtr<RuleSet> rules) in create() 62 OwnPtrWillBeMember<RuleSet> ruleSet; 67 RuleSubSet(CSSStyleSheet* sheet, unsigned index, PassOwnPtrWillBeRawPtr<RuleSet> rules) in RuleSubSet()
|
D | RuleSet.h | 125 class RuleSet : public NoBaseWillBeGarbageCollectedFinalized<RuleSet> { 126 WTF_MAKE_NONCOPYABLE(RuleSet); 129 static PassOwnPtrWillBeRawPtr<RuleSet> create() { return adoptPtrWillBeNoop(new RuleSet); } in create() 172 RuleSet() in RuleSet() function
|
D | TreeBoundaryCrossingRules.cpp | 39 static void addRules(RuleSet* ruleSet, const WillBeHeapVector<MinimalRuleData>& rules) in addRules() 47 void TreeBoundaryCrossingRules::addTreeBoundaryCrossingRules(const RuleSet& authorRules, CSSStyleSh… in addTreeBoundaryCrossingRules() 51 OwnPtrWillBeRawPtr<RuleSet> ruleSetForScope = RuleSet::create(); in addTreeBoundaryCrossingRules()
|
D | CSSTestHelper.cpp | 55 RuleSet& CSSTestHelper::ruleSet() in ruleSet() 57 …RuleSet& ruleSet = m_styleSheet->contents()->ensureRuleSet(MediaQueryEvaluator(), RuleHasNoSpecial… in ruleSet()
|
D | StyleSheetContents.h | 160 RuleSet& ruleSet() { ASSERT(m_ruleSet); return *m_ruleSet.get(); } in ruleSet() 161 RuleSet& ensureRuleSet(const MediaQueryEvaluator&, AddRuleFlags); 199 OwnPtrWillBeMember<RuleSet> m_ruleSet;
|
D | CSSTestHelper.h | 54 RuleSet& ruleSet();
|
D | ElementRuleCollector.h | 38 class RuleSet; variable 122 bool hasAnyMatchingRules(RuleSet*);
|
D | PageRuleCollector.h | 37 void matchPageRules(RuleSet* rules);
|
D | PageRuleCollector.cpp | 70 void PageRuleCollector::matchPageRules(RuleSet* rules) in matchPageRules()
|
/external/chromium_org/third_party/WebKit/Source/core/css/resolver/ |
D | SharedStyleFinder.h | 33 class RuleSet; variable 43 const RuleFeatureSet& features, RuleSet* siblingRuleSet, in SharedStyleFinder() 44 RuleSet* uncommonAttributeRuleSet, StyleResolver& styleResolver) in SharedStyleFinder() 68 bool matchesRuleSet(RuleSet*); 75 RawPtrWillBeMember<RuleSet> m_siblingRuleSet; 76 RawPtrWillBeMember<RuleSet> m_uncommonAttributeRuleSet;
|
D | StyleResolver.h | 131 …void processScopedRules(const RuleSet& authorRules, CSSStyleSheet*, unsigned sheetIndex, Container… 221 void matchUARules(ElementRuleCollector&, RuleSet*); 257 …void matchPageRules(MatchResult&, RuleSet*, bool isLeftPage, bool isFirstPage, const String& pageN… 291 OwnPtrWillBeMember<RuleSet> m_siblingRuleSet; 292 OwnPtrWillBeMember<RuleSet> m_uncommonAttributeRuleSet; 293 OwnPtrWillBeMember<RuleSet> m_watchedSelectorsRules;
|
D | MatchRequest.h | 36 …MatchRequest(RuleSet* ruleSet, bool includeEmptyRules = false, const ContainerNode* scope = 0, con… 48 RawPtrWillBeMember<const RuleSet> ruleSet;
|
D | ViewportStyleResolver.h | 55 void collectViewportRules(RuleSet*, Origin);
|
D | StyleResolver.cpp | 165 m_watchedSelectorsRules = RuleSet::create(); in initWatchedSelectorRules() 238 void StyleResolver::processScopedRules(const RuleSet& authorRules, CSSStyleSheet* parentStyleSheet,… in processScopedRules() 276 static PassOwnPtrWillBeRawPtr<RuleSet> makeRuleSet(const WillBeHeapVector<RuleFeature>& rules) in makeRuleSet() 281 OwnPtrWillBeRawPtr<RuleSet> ruleSet = RuleSet::create(); in makeRuleSet() 440 …RuleSet* userAgentStyleSheet = m_printMediaType ? defaultStyleSheets.defaultPrintStyle() : default… in matchUARules() 457 void StyleResolver::matchUARules(ElementRuleCollector& collector, RuleSet* rules) in matchUARules()
|
D | ViewportStyleResolver.cpp | 54 void ViewportStyleResolver::collectViewportRules(RuleSet* rules, Origin origin) in collectViewportRules()
|
D | ScopedStyleResolver.cpp | 78 const RuleSet& ruleSet = sheet->ensureRuleSet(medium, addRuleFlags); in addRulesFromSheet()
|
/external/chromium_org/extensions/browser/api/declarative_webrequest/ |
D | webrequest_rules_registry.h | 138 typedef std::set<const WebRequestRule*> RuleSet; typedef 174 RuleSet* result) const;
|
D | webrequest_rules_registry.cc | 55 RuleSet result; in GetMatches() 65 for (RuleSet::const_iterator it = rules_with_untriggered_conditions_.begin(); in GetMatches() 400 RuleSet* result) const { in AddTriggeredRules()
|
/external/chromium_org/tools/deep_memory_profiler/tests/output/ |
D | buckets | 2 …nkToFit(@?) WebCore::shrinkMapVectorsToFit(@?) WebCore::RuleSet::shrinkToFit(@?) WebCore::RuleSet:…
|
/external/chromium_org/third_party/harfbuzz-ng/src/ |
D | hb-ot-layout-gsubgpos-private.hh | 1174 struct RuleSet struct 1246 const RuleSet &rule_set = this+ruleSet[i]; in closure() 1270 const RuleSet &rule_set = this+ruleSet[(this+coverage).get_coverage (c->glyphs[0])]; in would_apply() 1290 const RuleSet &rule_set = this+ruleSet[index]; in apply() 1308 OffsetArrayOf<RuleSet> 1334 const RuleSet &rule_set = this+ruleSet[i]; in closure() 1361 const RuleSet &rule_set = this+ruleSet[index]; in would_apply() 1382 const RuleSet &rule_set = this+ruleSet[index]; in apply() 1403 OffsetArrayOf<RuleSet>
|
/external/harfbuzz_ng/src/ |
D | hb-ot-layout-gsubgpos-private.hh | 1174 struct RuleSet struct 1246 const RuleSet &rule_set = this+ruleSet[i]; in closure() 1270 const RuleSet &rule_set = this+ruleSet[(this+coverage).get_coverage (c->glyphs[0])]; in would_apply() 1290 const RuleSet &rule_set = this+ruleSet[index]; in apply() 1308 OffsetArrayOf<RuleSet> 1334 const RuleSet &rule_set = this+ruleSet[i]; in closure() 1361 const RuleSet &rule_set = this+ruleSet[index]; in would_apply() 1382 const RuleSet &rule_set = this+ruleSet[index]; in apply() 1403 OffsetArrayOf<RuleSet>
|