Searched refs:foundPropertyIndex (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/css/
H A DStylePropertySet.cpp120 int foundPropertyIndex = findPropertyIndex(propertyID); local
121 if (foundPropertyIndex == -1)
123 return propertyAt(foundPropertyIndex).value();
171 int foundPropertyIndex = findPropertyIndex(propertyID); local
172 if (foundPropertyIndex == -1) {
179 *returnText = propertyAt(foundPropertyIndex).value()->cssText();
183 m_propertyVector.remove(foundPropertyIndex);
192 int foundPropertyIndex = findPropertyIndex(prefixingVariantForPropertyId(propertyID)); local
193 if (foundPropertyIndex == -1)
195 m_propertyVector.remove(foundPropertyIndex);
200 int foundPropertyIndex = findPropertyIndex(propertyID); local
217 int foundPropertyIndex = findPropertyIndex(propertyID); local
225 int foundPropertyIndex = findPropertyIndex(propertyID); local
510 int foundPropertyIndex = findPropertyIndex(propertyID); local
518 int foundPropertyIndex = findPropertyIndex(propertyID); local
[all...]
H A DStylePropertySerializer.cpp420 int foundPropertyIndex = m_propertySet.findPropertyIndex(propertyID); local
421 if (foundPropertyIndex == -1)
424 if (m_propertySet.propertyAt(foundPropertyIndex).isImplicit()) {
447 String value = m_propertySet.propertyAt(foundPropertyIndex).value()->cssText();

Completed in 649 milliseconds