Searched refs:propertyData (Results 1 – 3 of 3) sorted by relevance
202 Vector<CSSPropertySourceData>& propertyData = sourceData->propertyData; in setPropertyText() local203 unsigned propertyCount = propertyData.size(); in setPropertyText()212 if (propertyData.at(propertyCount - 1).name != "-webkit-boguz-propertee") { in setPropertyText()424 …rtySourceData>* sourcePropertyData = sourceData ? &(sourceData->styleSourceData->propertyData) : 0; in populateAllProperties()1112 Vector<CSSPropertySourceData>& propertyData = ruleData->styleSourceData->propertyData; in fixUnparsedPropertyRanges() local1113 unsigned size = propertyData.size(); in fixUnparsedPropertyRanges()1119 CSSPropertySourceData* nextData = &(propertyData.at(0)); in fixUnparsedPropertyRanges()1122 nextData = i < size - 1 ? &(propertyData.at(i + 1)) : 0; in fixUnparsedPropertyRanges()
81 Vector<CSSPropertySourceData> propertyData; member
546 … m_currentRuleData->styleSourceData->propertyData.begin(), endIt = m_currentRuleData->styleSourceD… in parseDeclaration()6567 m_currentRuleData->styleSourceData->propertyData.append( in markPropertyEnd()