HomeSort by relevance Sort by last modified time
    Searched full:propertyentry (Results 1 - 1 of 1) sorted by null

  /external/webkit/Source/WebCore/inspector/
InspectorStyleSheet.cpp 470 const CSSPropertySourceData& propertyEntry = it->sourceData;
471 const String& name = propertyEntry.name;
478 if (!propertyEntry.parsedOk)
483 property->setString("value", propertyEntry.value);
486 if (propertyEntry.important)
491 property->setObject("range", buildSourceRangeObject(propertyEntry.range));
498 if (propertyEntry.parsedOk)
527 if (propertyEntry.parsedOk) {
    [all...]

Completed in 791 milliseconds