Home
last modified time | relevance | path

Searched refs:propertyAt (Results 1 – 13 of 13) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/css/
DStylePropertySerializer.cpp63 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 …]
DStylePropertySet.cpp105 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 …]
DStylePropertySet.h88 PropertyReference propertyAt(unsigned index) const { return PropertyReference(*this, index); } in propertyAt() function
DPropertySetCSSStyleDeclaration.cpp147 return m_propertySet->propertyAt(i).cssName(); in item()
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
DKeyframeList.cpp37 CSSPropertyID property = propertySet->propertyAt(i).id(); in addProperties()
/external/chromium_org/third_party/WebKit/Source/core/css/resolver/
DViewportStyleResolver.cpp82 m_propertySet->addParsedProperty(propertySet->propertyAt(i).toCSSProperty()); in addViewportRule()
DStyleResolver.cpp878 CSSPropertyID id = propertySetVector[i]->propertyAt(j).id(); in createKeyframeAnimationEffect()
1279 StylePropertySet::PropertyReference current = properties->propertyAt(i); in applyProperties()
DStyleBuilderCustom.cpp1146 StylePropertySet::PropertyReference property = resultSet->propertyAt(i); in resolveVariables()
/external/chromium_org/third_party/WebKit/Source/core/editing/
DEditingStyle.cpp651 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()
/external/chromium_org/third_party/WebKit/Source/core/page/
DPageSerializer.cpp344 RefPtr<CSSValue> cssValue = styleDeclaration->propertyAt(i).value(); in retrieveResourcesForProperties()
/external/chromium_org/third_party/WebKit/Source/core/animation/css/
DCSSAnimations.cpp124 CSSPropertyID property = properties->propertyAt(j).id(); in resolveKeyframes()
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
DCSSStyleModel.js891 propertyAt: function(index) method in WebInspector.CSSStyleDeclaration
DStylesSidebarPane.js2891 this.property = newStyle.propertyAt(this.property.index);