HomeSort by relevance Sort by last modified time
    Searched refs:selectorIndex (Results 1 - 12 of 12) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/css/
TreeBoundaryCrossingRules.cpp 37 void TreeBoundaryCrossingRules::addRule(StyleRule* rule, size_t selectorIndex, ContainerNode* scopingNode, AddRuleFlags addRuleFlags)
40 m_treeBoundaryCrossingRuleSetMap.get(scopingNode)->addRule(rule, selectorIndex, addRuleFlags);
43 ruleSetForScope->addRule(rule, selectorIndex, addRuleFlags);
RuleFeature.h 36 RuleFeature(StyleRule* rule, unsigned selectorIndex, bool hasDocumentSecurityOrigin)
38 , selectorIndex(selectorIndex)
43 unsigned selectorIndex;
RuleSet.cpp 191 RuleData::RuleData(StyleRule* rule, unsigned selectorIndex, unsigned position, AddRuleFlags addRuleFlags)
193 , m_selectorIndex(selectorIndex)
206 ASSERT(m_selectorIndex == selectorIndex);
235 features.siblingRules.append(RuleFeature(ruleData.rule(), ruleData.selectorIndex(), ruleData.hasDocumentSecurityOrigin()));
237 features.uncommonAttributeRules.append(RuleFeature(ruleData.rule(), ruleData.selectorIndex(), ruleData.hasDocumentSecurityOrigin()));
299 void RuleSet::addRule(StyleRule* rule, unsigned selectorIndex, AddRuleFlags addRuleFlags)
301 RuleData ruleData(rule, selectorIndex, m_ruleCount++, addRuleFlags);
368 for (size_t selectorIndex = 0; selectorIndex != kNotFound; selectorIndex = selectorList.indexOfNextSelectorAfter(selectorIndex))
    [all...]
TreeBoundaryCrossingRules.h 40 void addRule(StyleRule*, size_t selectorIndex, ContainerNode* scopingNode, AddRuleFlags);
RuleSet.h 55 MinimalRuleData(StyleRule* rule, unsigned selectorIndex, AddRuleFlags flags)
57 , m_selectorIndex(selectorIndex)
70 RuleData(StyleRule*, unsigned selectorIndex, unsigned position, AddRuleFlags);
75 unsigned selectorIndex() const { return m_selectorIndex; }
127 void addRule(StyleRule*, unsigned selectorIndex, AddRuleFlags);
StyleInvalidationAnalysis.cpp 83 for (size_t selectorIndex = 0; selectorIndex != kNotFound; selectorIndex = selectorList.indexOfNextSelectorAfter(selectorIndex)) {
84 if (selectorList.hasShadowDistributedAt(selectorIndex))
  /frameworks/base/core/java/android/widget/
NumberPicker.java     [all...]
  /external/icu4c/common/
messagepattern.cpp 796 int32_t selectorIndex=index;
797 if(UMSGPAT_ARG_TYPE_HAS_PLURAL_STYLE(argType) && msg.charAt(selectorIndex)==u_equal) {
800 int32_t length=index-selectorIndex;
807 setParseError(parseError, selectorIndex); // Argument selector too long.
811 addPart(UMSGPAT_PART_TYPE_ARG_SELECTOR, selectorIndex, length, 0, errorCode);
812 parseDouble(selectorIndex+1, index, FALSE,
816 int32_t length=index-selectorIndex;
824 0==msg.compare(selectorIndex, 7, kOffsetColon, 0, 7)
856 setParseError(parseError, selectorIndex); // Argument selector too long.
860 addPart(UMSGPAT_PART_TYPE_ARG_SELECTOR, selectorIndex, length, 0, errorCode)
    [all...]
  /external/icu4c/i18n/
choicfmt.cpp 450 int32_t selectorIndex = pattern.getPatternIndex(partIndex++);
451 UChar boundaryChar = pattern.getPatternString().charAt(selectorIndex);
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
CSSStyleModel.js     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/css/resolver/
StyleResolver.cpp 309 ruleSet->addRule(rules[i].rule, rules[i].selectorIndex, rules[i].hasDocumentSecurityOrigin ? RuleHasDocumentSecurityOrigin : RuleHasNoSpecialState);
    [all...]
  /prebuilts/misc/common/icu4j/
icu4j.jar 

Completed in 320 milliseconds