Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/inspector/
DInspectorStyleSheet.cpp535 RefPtr<InspectorObject> shorthandEntry = InspectorObject::create(); in populateObjectWithStyleProperties() local
536 shorthandEntry->setString("name", shorthand); in populateObjectWithStyleProperties()
537 shorthandEntry->setString("value", shorthandValue(shorthand)); in populateObjectWithStyleProperties()
538 shorthandEntries->pushObject(shorthandEntry.release()); in populateObjectWithStyleProperties()