HomeSort by relevance Sort by last modified time
    Searched refs:foundPropertyIndex (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/css/
StylePropertySet.cpp 150 int foundPropertyIndex = findPropertyIndex(propertyID);
151 if (foundPropertyIndex == -1)
153 return propertyAt(foundPropertyIndex).value();
199 int foundPropertyIndex = findPropertyIndex(propertyID);
200 if (foundPropertyIndex == -1) {
207 *returnText = propertyAt(foundPropertyIndex).value()->cssText();
211 m_propertyVector.remove(foundPropertyIndex);
220 int foundPropertyIndex = findPropertyIndex(prefixingVariantForPropertyId(propertyID));
221 if (foundPropertyIndex == -1)
223 m_propertyVector.remove(foundPropertyIndex);
    [all...]
StylePropertySerializer.cpp 361 int foundPropertyIndex = m_propertySet.findPropertyIndex(propertyID);
362 if (foundPropertyIndex == -1)
365 if (m_propertySet.propertyAt(foundPropertyIndex).isImplicit()) {
389 String value = m_propertySet.propertyAt(foundPropertyIndex).value()->cssText();
    [all...]

Completed in 156 milliseconds