Searched refs:shorthandEntry (Results 1 – 1 of 1) sorted by relevance
535 RefPtr<InspectorObject> shorthandEntry = InspectorObject::create(); in populateObjectWithStyleProperties() local536 shorthandEntry->setString("name", shorthand); in populateObjectWithStyleProperties()537 shorthandEntry->setString("value", shorthandValue(shorthand)); in populateObjectWithStyleProperties()538 shorthandEntries->pushObject(shorthandEntry.release()); in populateObjectWithStyleProperties()