Searched defs:selectorIndex (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/css/
H A DRuleFeature.cpp109 RuleFeature::RuleFeature(StyleRule* rule, unsigned selectorIndex, bool hasDocumentSecurityOrigin) argument
111 , selectorIndex(selectorIndex)
360 siblingRules.append(RuleFeature(ruleData.rule(), ruleData.selectorIndex(), ruleData.hasDocumentSecurityOrigin()));
362 uncommonAttributeRules.append(RuleFeature(ruleData.rule(), ruleData.selectorIndex(), ruleData.hasDocumentSecurityOrigin()));
H A DRuleFeature.h43 RuleFeature(StyleRule* rule, unsigned selectorIndex, bool hasDocumentSecurityOrigin);
48 unsigned selectorIndex; member in struct:blink::RuleFeature
H A DRuleSet.cpp126 RuleData::RuleData(StyleRule* rule, unsigned selectorIndex, unsigned position, AddRuleFlags addRuleFlags) argument
128 , m_selectorIndex(selectorIndex)
140 ASSERT(m_selectorIndex == selectorIndex);
238 void RuleSet::addRule(StyleRule* rule, unsigned selectorIndex, AddRuleFlags addRuleFlags) argument
240 RuleData ruleData(rule, selectorIndex, m_ruleCount++, addRuleFlags);
282 for (size_t selectorIndex = 0; selectorIndex != kNotFound; selectorIndex = selectorList.indexOfNextSelectorAfter(selectorIndex)) {
283 if (selectorList.selectorCrossesTreeScopes(selectorIndex)) {
[all...]
H A DRuleSet.h58 MinimalRuleData(StyleRule* rule, unsigned selectorIndex, AddRuleFlags flags) argument
60 , m_selectorIndex(selectorIndex)
75 RuleData(StyleRule*, unsigned selectorIndex, unsigned position, AddRuleFlags);
80 unsigned selectorIndex() const { return m_selectorIndex; } function in class:blink::RuleData
133 void addRule(StyleRule*, unsigned selectorIndex, AddRuleFlags);
/external/chromium_org/third_party/icu/source/i18n/
H A Dchoicfmt.cpp450 int32_t selectorIndex = pattern.getPatternIndex(partIndex++); local
451 UChar boundaryChar = pattern.getPatternString().charAt(selectorIndex);
/external/icu/icu4c/source/i18n/
H A Dchoicfmt.cpp450 int32_t selectorIndex = pattern.getPatternIndex(partIndex++); local
451 UChar boundaryChar = pattern.getPatternString().charAt(selectorIndex);
/external/chromium_org/third_party/icu/source/common/
H A Dmessagepattern.cpp796 int32_t selectorIndex=index; local
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, lengt
[all...]
/external/icu/icu4c/source/common/
H A Dmessagepattern.cpp796 int32_t selectorIndex=index; local
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, lengt
[all...]
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...

Completed in 154 milliseconds