Searched refs:propertyAt (Results 1 – 13 of 13) sorted by relevance
63 StylePropertySet::PropertyReference property = m_propertySet.propertyAt(n); in asText()246 …YPropertyIndex != -1 && m_propertySet.propertyAt(positionXPropertyIndex).isImportant() == m_proper… in asText()247 …StylePropertySet::PropertyReference positionXProperty = m_propertySet.propertyAt(positionXProperty… in asText()248 …StylePropertySet::PropertyReference positionYProperty = m_propertySet.propertyAt(positionYProperty… in asText()267 result.append(m_propertySet.propertyAt(positionXPropertyIndex).cssText()); in asText()272 result.append(m_propertySet.propertyAt(positionYPropertyIndex).cssText()); in asText()277 …tYPropertyIndex != -1 && m_propertySet.propertyAt(repeatXPropertyIndex).isImportant() == m_propert… in asText()278 …StylePropertySet::PropertyReference repeatXProperty = m_propertySet.propertyAt(repeatXPropertyInde… in asText()279 …StylePropertySet::PropertyReference repeatYProperty = m_propertySet.propertyAt(repeatYPropertyInde… in asText()298 result.append(m_propertySet.propertyAt(repeatXPropertyIndex).cssText()); in asText()[all …]
105 m_propertyVector.uncheckedAppend(other.propertyAt(i).toCSSProperty()); in MutableStylePropertySet()123 return propertyAt(foundPropertyIndex).value(); in getPropertyCSSValue()131 if (propertyAt(i).id() == CSSPropertyVariable) in variableCount()143 return toCSSVariableValue(propertyAt(index).value())->value(); in variableValue()179 *returnText = propertyAt(foundPropertyIndex).value()->cssText(); in removeProperty()202 return propertyAt(foundPropertyIndex).isImportant(); in propertyIsImportant()220 return propertyAt(foundPropertyIndex).shorthandID(); in getPropertyShorthand()228 return propertyAt(foundPropertyIndex).isImplicit(); in isPropertyImplicit()376 PropertyReference toMerge = other->propertyAt(n); in mergeAndOverrideOnConflict()389 propertyAt(i).value()->addSubresourceStyleURLs(urls, contextStyleSheet); in addSubresourceStyleURLs()[all …]
88 PropertyReference propertyAt(unsigned index) const { return PropertyReference(*this, index); } in propertyAt() function
147 return m_propertySet->propertyAt(i).cssName(); in item()
37 CSSPropertyID property = propertySet->propertyAt(i).id(); in addProperties()
82 m_propertySet->addParsedProperty(propertySet->propertyAt(i).toCSSProperty()); in addViewportRule()
878 CSSPropertyID id = propertySetVector[i]->propertyAt(j).id(); in createKeyframeAnimationEffect()1279 StylePropertySet::PropertyReference current = properties->propertyAt(i); in applyProperties()
1146 StylePropertySet::PropertyReference property = resultSet->propertyAt(i); in resolveVariables()
651 m_mutableStyle->removeProperty(nodeStyle->propertyAt(i).id()); in removeStyleConflictingWithStyleOfNode()746 CSSPropertyID propertyID = m_mutableStyle->propertyAt(i).id(); in conflictsWithInlineStyleOfElement()933 if (!isEditingProperty(style->propertyAt(i).id())) in elementIsStyledSpanOrHTMLEquivalent()1115 StylePropertySet::PropertyReference property = style->propertyAt(i); in mergeStyle()1168 StylePropertySet::PropertyReference property = m_mutableStyle->propertyAt(i); in mergeStyleFromRulesForSerialization()1186 propertiesToRemove[i] = style->propertyAt(i).id(); in removePropertiesInStyle()
344 RefPtr<CSSValue> cssValue = styleDeclaration->propertyAt(i).value(); in retrieveResourcesForProperties()
124 CSSPropertyID property = properties->propertyAt(j).id(); in resolveKeyframes()
891 propertyAt: function(index) method in WebInspector.CSSStyleDeclaration
2891 this.property = newStyle.propertyAt(this.property.index);