Searched refs:ruleCount (Results 1 - 16 of 16) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/css/
H A DCSSSelectorTest.cpp52 EXPECT_EQ(30u, helper.ruleSet().ruleCount()); // .a, .b counts as two rules.
H A DCSSStyleSheet.cpp241 return m_contents->ruleCount();
246 unsigned ruleCount = length(); local
247 if (index >= ruleCount)
251 m_childRuleCSSOMWrappers.grow(ruleCount);
252 ASSERT(m_childRuleCSSOMWrappers.size() == ruleCount);
294 unsigned ruleCount = length(); local
295 for (unsigned i = 0; i < ruleCount; ++i) {
306 ASSERT(m_childRuleCSSOMWrappers.isEmpty() || m_childRuleCSSOMWrappers.size() == m_contents->ruleCount());
340 ASSERT(m_childRuleCSSOMWrappers.isEmpty() || m_childRuleCSSOMWrappers.size() == m_contents->ruleCount());
H A DStyleSheetContents.cpp50 size += ruleCount() * StyleRule::averageSizeInBytes();
179 ASSERT_WITH_SECURITY_IMPLICATION(index < ruleCount());
194 unsigned StyleSheetContents::ruleCount() const
229 ASSERT_WITH_SECURITY_IMPLICATION(index <= ruleCount());
276 ASSERT_WITH_SECURITY_IMPLICATION(index < ruleCount());
H A DStyleSheetContents.h123 unsigned ruleCount() const;
H A DRuleSet.h153 unsigned ruleCount() const { return m_ruleCount; } function in class:blink::RuleSet
/external/chromium_org/third_party/icu/source/i18n/
H A Dbasictz.cpp298 int32_t ruleCount; local
311 ruleCount = countTransitionRules(status);
315 orgRules = new UVector(ruleCount, status);
319 orgtrs = (const TimeZoneRule**)uprv_malloc(sizeof(TimeZoneRule*)*ruleCount);
324 getTimeZoneRules(orgini, orgtrs, ruleCount, status);
328 for (i = 0; i < ruleCount; i++) {
345 done = (UBool*)uprv_malloc(sizeof(UBool)*ruleCount);
361 for (i = 0; i < ruleCount; i++) {
384 for (i = 0; i < ruleCount; i++) {
390 if (i >= ruleCount) {
[all...]
H A Drbt_pars.cpp893 int32_t ruleCount = 0; local
905 ruleCount = 0;
956 ++ruleCount;
1011 compoundFilterOffset = ruleCount;
1127 (direction == UTRANS_REVERSE && compoundFilterOffset != ruleCount)) {
/external/icu/icu4c/source/i18n/
H A Dbasictz.cpp298 int32_t ruleCount; local
311 ruleCount = countTransitionRules(status);
315 orgRules = new UVector(ruleCount, status);
319 orgtrs = (const TimeZoneRule**)uprv_malloc(sizeof(TimeZoneRule*)*ruleCount);
324 getTimeZoneRules(orgini, orgtrs, ruleCount, status);
328 for (i = 0; i < ruleCount; i++) {
345 done = (UBool*)uprv_malloc(sizeof(UBool)*ruleCount);
361 for (i = 0; i < ruleCount; i++) {
384 for (i = 0; i < ruleCount; i++) {
390 if (i >= ruleCount) {
[all...]
H A Drbt_pars.cpp893 int32_t ruleCount = 0; local
905 ruleCount = 0;
956 ++ruleCount;
1011 compoundFilterOffset = ruleCount;
1127 (direction == UTRANS_REVERSE && compoundFilterOffset != ruleCount)) {
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/extensions/
H A DExtensionAuditCategory.js37 * @param {number=} ruleCount
39 WebInspector.ExtensionAuditCategory = function(extensionOrigin, id, displayName, ruleCount)
44 this._ruleCount = ruleCount;
/external/chromium_org/third_party/WebKit/Source/core/inspector/
H A DInspectorStyleSheet.h176 virtual unsigned ruleCount() = 0;
225 virtual unsigned ruleCount() OVERRIDE;
283 virtual unsigned ruleCount() OVERRIDE { return 1; }
H A DInspectorStyleSheet.cpp363 unsigned ruleCount() { return m_sourceData->size(); }
903 for (size_t i = 0; i < ruleCount(); ++i) {
1088 for (size_t i = 0; i < m_parsedStyleSheet->ruleCount(); ++i) {
1119 unsigned ruleCount = sourceData.size();
1122 if (ruleCount != 2)
1378 if (index == kNotFound || index >= m_parsedStyleSheet->ruleCount())
1393 unsigned InspectorStyleSheet::ruleCount()
1395 return m_parsedStyleSheet->ruleCount();
1485 for (size_t i = 0; i < ruleCount(); ++i) {
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dtzrulets.cpp659 int32_t ruleCount = tz->countTransitionRules(status); local
662 const TimeZoneRule **trsrules = new const TimeZoneRule*[ruleCount];
663 tz->getTimeZoneRules(initial, trsrules, ruleCount, status);
671 for (int32_t i = 0; i < ruleCount; i++) {
/external/icu/icu4c/source/test/intltest/
H A Dtzrulets.cpp657 int32_t ruleCount = tz->countTransitionRules(status); local
660 const TimeZoneRule **trsrules = new const TimeZoneRule*[ruleCount];
661 tz->getTimeZoneRules(initial, trsrules, ruleCount, status);
669 for (int32_t i = 0; i < ruleCount; i++) {
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DDocument.cpp2815 ASSERT(!m_elemSheet->contents()->ruleCount());
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 387 milliseconds