Searched refs:ruleSet (Results 1 - 25 of 33) sorted by relevance

12

/external/chromium_org/third_party/WebKit/Source/core/css/resolver/
H A DMatchRequest.h34 MatchRequest(RuleSet* ruleSet, bool includeEmptyRules = false, const ContainerNode* scope = 0, bool elementApplyAuthorStyles = true, unsigned styleSheetIndex = 0) argument
35 : ruleSet(ruleSet)
43 ruleSet->compactRulesIfNeeded();
46 const RuleSet* ruleSet; member in class:WebCore::MatchRequest
H A DScopedStyleResolver.cpp75 const RuleSet& ruleSet = sheet->ensureRuleSet(medium, addRuleFlags); local
76 resolver->addMediaQueryResults(ruleSet.viewportDependentMediaQueryResults());
77 resolver->processScopedRules(ruleSet, sheet->baseURL(), &m_scopingNode);
83 features.add(m_authorStyleSheets[i]->ruleSet().features());
95 const RuleSet& ruleSet = m_authorStyleSheets[i]->ruleSet(); local
96 for (unsigned i = 0; i < ruleSet.m_regionSelectorsAndRuleSets.size(); ++i) {
97 ASSERT(ruleSet.m_regionSelectorsAndRuleSets.at(i).ruleSet.get());
98 if (checkRegionSelector(ruleSet
[all...]
H A DSharedStyleFinder.cpp268 bool SharedStyleFinder::matchesRuleSet(RuleSet* ruleSet) argument
270 if (!ruleSet)
273 return collector.hasAnyMatchingRules(ruleSet);
/external/chromium_org/third_party/WebKit/Source/core/css/
H A DTreeBoundaryCrossingRules.cpp58 RuleSet* ruleSet = it->get(); local
59 features.add(ruleSet->features());
H A DElementRuleCollector.cpp142 ASSERT(matchRequest.ruleSet);
149 collectMatchingRulesForList(matchRequest.ruleSet->shadowPseudoElementRules(pseudoId.impl()), behaviorAtBoundary, ignoreCascadeScope, cascadeOrder, matchRequest, ruleRange);
153 collectMatchingRulesForList(matchRequest.ruleSet->cuePseudoRules(), behaviorAtBoundary, cascadeScope, cascadeOrder, matchRequest, ruleRange);
167 collectMatchingRulesForList(matchRequest.ruleSet->idRules(element.idForStyleResolution().impl()), behaviorAtBoundary, cascadeScope, cascadeOrder, matchRequest, ruleRange);
170 collectMatchingRulesForList(matchRequest.ruleSet->classRules(element.classNames()[i].impl()), behaviorAtBoundary, cascadeScope, cascadeOrder, matchRequest, ruleRange);
174 collectMatchingRulesForList(matchRequest.ruleSet->linkPseudoClassRules(), behaviorAtBoundary, cascadeScope, cascadeOrder, matchRequest, ruleRange);
176 collectMatchingRulesForList(matchRequest.ruleSet->focusPseudoClassRules(), behaviorAtBoundary, cascadeScope, cascadeOrder, matchRequest, ruleRange);
177 collectMatchingRulesForList(matchRequest.ruleSet->tagRules(element.localName().impl()), behaviorAtBoundary, cascadeScope, cascadeOrder, matchRequest, ruleRange);
178 collectMatchingRulesForList(matchRequest.ruleSet->universalRules(), behaviorAtBoundary, cascadeScope, cascadeOrder, matchRequest, ruleRange);
186 unsigned size = matchRequest.ruleSet
378 hasAnyMatchingRules(RuleSet* ruleSet) argument
[all...]
H A DRuleSet.h157 RuleSetSelectorPair(const CSSSelector* selector, PassOwnPtr<RuleSet> ruleSet) : selector(selector), ruleSet(ruleSet) { } argument
158 RuleSetSelectorPair(const RuleSetSelectorPair& rs) : selector(rs.selector), ruleSet(const_cast<RuleSetSelectorPair*>(&rs)->ruleSet.release()) { }
161 OwnPtr<RuleSet> ruleSet; member in struct:WebCore::RuleSet::RuleSetSelectorPair
H A DStyleSheetContents.h149 RuleSet& ruleSet() { ASSERT(m_ruleSet); return *m_ruleSet.get(); } function in class:WebCore::StyleSheetContents
/external/chromium_org/third_party/icu/source/i18n/
H A Dnfsubs.h34 const NFRuleSet* ruleSet; member in class:NFSubstitution
39 const NFRuleSet* ruleSet,
48 const NFRuleSet* getRuleSet() const { return ruleSet; }
60 const NFRuleSet* ruleSet,
107 * either ruleSet or decimalFormat, and inserts the result into
119 * either ruleSet or decimalFormat, and inserts the result into
H A Drbt_data.cpp25 : UMemory(), ruleSet(status), variableNames(status),
37 UMemory(other), ruleSet(other.ruleSet),
84 ruleSet.setData(this); // ruleSet must already be frozen
H A Drbt.cpp54 setMaximumContextLength(fData->ruleSet.getMaximumContextLength());
145 setMaximumContextLength(fData->ruleSet.getMaximumContextLength());
157 setMaximumContextLength(fData->ruleSet.getMaximumContextLength());
264 fData->ruleSet.transliterate(text, index, isIncremental)) {
276 return fData->ruleSet.toRules(rulesSource, escapeUnprintable);
283 fData->ruleSet.getSourceTargetSet(result, FALSE);
290 return fData->ruleSet.getSourceTargetSet(result, TRUE);
H A Drbt_data.h54 TransliterationRuleSet ruleSet; member in class:TransliterationRuleData
H A Dnfsubs.cpp129 const NFRuleSet* ruleSet,
199 const NFRuleSet* ruleSet,
331 const NFRuleSet* ruleSet,
338 return new NullSubstitution(pos, ruleSet, formatter, description, status);
357 return new IntegralPartSubstitution(pos, ruleSet, formatter, description, status);
362 else if (ruleSet->isFractionRuleSet()) {
369 return new MultiplierSubstitution(pos, rule->getDivisor(), ruleSet,
378 return new AbsoluteValueSubstitution(pos, ruleSet, formatter, description, status);
386 return new FractionalPartSubstitution(pos, ruleSet, formatter, description, status);
391 else if (ruleSet
328 makeSubstitution(int32_t pos, const NFRule* rule, const NFRule* predecessor, const NFRuleSet* ruleSet, const RuleBasedNumberFormat* formatter, const UnicodeString& description, UErrorCode& status) argument
[all...]
H A Dnfrule.h44 const NFRuleSet* ruleSet,
79 void extractSubstitutions(const NFRuleSet* ruleSet, const NFRule* predecessor, const RuleBasedNumberFormat* rbnf, UErrorCode& status);
80 NFSubstitution* extractSubstitution(const NFRuleSet* ruleSet, const NFRule* predecessor, const RuleBasedNumberFormat* rbnf, UErrorCode& status);
H A Dnfrule.cpp91 const NFRuleSet *ruleSet,
122 rule1->extractSubstitutions(ruleSet, predecessor, rbnf, status);
151 if (!ruleSet->isFractionRuleSet()) {
183 rule2->extractSubstitutions(ruleSet, predecessor, rbnf, status);
195 rule1->extractSubstitutions(ruleSet, predecessor, rbnf, status);
373 NFRule::extractSubstitutions(const NFRuleSet* ruleSet, argument
379 sub1 = extractSubstitution(ruleSet, predecessor, rbnf, status);
380 sub2 = extractSubstitution(ruleSet, predecessor, rbnf, status);
397 NFRule::extractSubstitution(const NFRuleSet* ruleSet, argument
413 ruleSet, rbn
90 makeRules(UnicodeString& description, const NFRuleSet *ruleSet, const NFRule *predecessor, const RuleBasedNumberFormat *rbnf, NFRuleList& rules, UErrorCode& status) argument
[all...]
/external/icu4c/i18n/
H A Dnfsubs.h34 const NFRuleSet* ruleSet; member in class:NFSubstitution
39 const NFRuleSet* ruleSet,
48 const NFRuleSet* getRuleSet() const { return ruleSet; }
60 const NFRuleSet* ruleSet,
107 * either ruleSet or decimalFormat, and inserts the result into
119 * either ruleSet or decimalFormat, and inserts the result into
H A Drbt_data.cpp25 : UMemory(), ruleSet(status), variableNames(status),
37 UMemory(other), ruleSet(other.ruleSet),
84 ruleSet.setData(this); // ruleSet must already be frozen
H A Drbt.cpp54 setMaximumContextLength(fData->ruleSet.getMaximumContextLength());
145 setMaximumContextLength(fData->ruleSet.getMaximumContextLength());
157 setMaximumContextLength(fData->ruleSet.getMaximumContextLength());
264 fData->ruleSet.transliterate(text, index, isIncremental)) {
276 return fData->ruleSet.toRules(rulesSource, escapeUnprintable);
283 fData->ruleSet.getSourceTargetSet(result, FALSE);
290 return fData->ruleSet.getSourceTargetSet(result, TRUE);
H A Drbt_data.h54 TransliterationRuleSet ruleSet; member in class:TransliterationRuleData
H A Dnfsubs.cpp135 const NFRuleSet* ruleSet,
213 const NFRuleSet* ruleSet,
357 const NFRuleSet* ruleSet,
364 return new NullSubstitution(pos, ruleSet, formatter, description, status);
383 return new IntegralPartSubstitution(pos, ruleSet, formatter, description, status);
388 else if (ruleSet->isFractionRuleSet()) {
395 return new MultiplierSubstitution(pos, rule->getDivisor(), ruleSet,
404 return new AbsoluteValueSubstitution(pos, ruleSet, formatter, description, status);
412 return new FractionalPartSubstitution(pos, ruleSet, formatter, description, status);
417 else if (ruleSet
354 makeSubstitution(int32_t pos, const NFRule* rule, const NFRule* predecessor, const NFRuleSet* ruleSet, const RuleBasedNumberFormat* formatter, const UnicodeString& description, UErrorCode& status) argument
[all...]
H A Dnfrule.h44 const NFRuleSet* ruleSet,
79 void extractSubstitutions(const NFRuleSet* ruleSet, const NFRule* predecessor, const RuleBasedNumberFormat* rbnf, UErrorCode& status);
80 NFSubstitution* extractSubstitution(const NFRuleSet* ruleSet, const NFRule* predecessor, const RuleBasedNumberFormat* rbnf, UErrorCode& status);
H A Dnfrule.cpp89 const NFRuleSet *ruleSet,
120 rule1->extractSubstitutions(ruleSet, predecessor, rbnf, status);
149 if (!ruleSet->isFractionRuleSet()) {
181 rule2->extractSubstitutions(ruleSet, predecessor, rbnf, status);
193 rule1->extractSubstitutions(ruleSet, predecessor, rbnf, status);
371 NFRule::extractSubstitutions(const NFRuleSet* ruleSet, argument
377 sub1 = extractSubstitution(ruleSet, predecessor, rbnf, status);
378 sub2 = extractSubstitution(ruleSet, predecessor, rbnf, status);
395 NFRule::extractSubstitution(const NFRuleSet* ruleSet, argument
411 ruleSet, rbn
88 makeRules(UnicodeString& description, const NFRuleSet *ruleSet, const NFRule *predecessor, const RuleBasedNumberFormat *rbnf, NFRuleList& rules, UErrorCode& status) argument
[all...]
/external/chromium_org/third_party/harfbuzz-ng/src/
H A Dhb-ot-layout-gsubgpos-private.hh1242 unsigned int count = ruleSet.len;
1245 const RuleSet &rule_set = this+ruleSet[i];
1260 unsigned int count = ruleSet.len;
1262 (this+ruleSet[i]).collect_glyphs (c, lookup_context);
1269 const RuleSet &rule_set = this+ruleSet[(this+coverage).get_coverage (c->glyphs[0])];
1289 const RuleSet &rule_set = this+ruleSet[index];
1299 return TRACE_RETURN (coverage.sanitize (c, this) && ruleSet.sanitize (c, this));
1308 ruleSet; /* Array of RuleSet tables member in struct:OT::ContextFormat1
1311 DEFINE_SIZE_ARRAY (6, ruleSet);
1330 unsigned int count = ruleSet
1403 ruleSet; /* Array of RuleSet tables member in struct:OT::ContextFormat2
1867 ruleSet; /* Array of ChainRuleSet tables member in struct:OT::ChainContextFormat1
1991 ruleSet; /* Array of ChainRuleSet tables member in struct:OT::ChainContextFormat2
[all...]
/external/harfbuzz_ng/src/
H A Dhb-ot-layout-gsubgpos-private.hh1225 unsigned int count = ruleSet.len;
1228 const RuleSet &rule_set = this+ruleSet[i];
1243 unsigned int count = ruleSet.len;
1245 (this+ruleSet[i]).collect_glyphs (c, lookup_context);
1252 const RuleSet &rule_set = this+ruleSet[(this+coverage).get_coverage (c->glyphs[0])];
1272 const RuleSet &rule_set = this+ruleSet[index];
1282 return TRACE_RETURN (coverage.sanitize (c, this) && ruleSet.sanitize (c, this));
1291 ruleSet; /* Array of RuleSet tables member in struct:OT::ContextFormat1
1294 DEFINE_SIZE_ARRAY (6, ruleSet);
1313 unsigned int count = ruleSet
1386 ruleSet; /* Array of RuleSet tables member in struct:OT::ContextFormat2
1849 ruleSet; /* Array of ChainRuleSet tables member in struct:OT::ChainContextFormat1
1973 ruleSet; /* Array of ChainRuleSet tables member in struct:OT::ChainContextFormat2
[all...]
/external/chromium_org/third_party/icu/source/i18n/unicode/
H A Drbnf.h672 * Return the name of the index'th public ruleSet. If index is not valid,
675 * @return the name of the index'th public ruleSet.
979 void format(double number, NFRuleSet& ruleSet);
/external/icu4c/i18n/unicode/
H A Drbnf.h672 * Return the name of the index'th public ruleSet. If index is not valid,
675 * @return the name of the index'th public ruleSet.
1000 void format(double number, NFRuleSet& ruleSet);

Completed in 410 milliseconds

12