Searched refs:shorthandEntries (Results 1 – 2 of 2) sorted by relevance
634 …horthandValues = WebInspector.CSSStyleDeclaration.buildShorthandValueMap(payload.shorthandEntries);669 WebInspector.CSSStyleDeclaration.buildShorthandValueMap = function(shorthandEntries) argument672 for (var i = 0; i < shorthandEntries.length; ++i)673 result[shorthandEntries[i].name] = shorthandEntries[i].value;694 …var newPayload = /** @type {!CSSAgent.CSSStyle} */ ({ cssProperties: [], shorthandEntries: [], wid… property
658 …RefPtr<Array<TypeBuilder::CSS::ShorthandEntry> > shorthandEntries = Array<TypeBuilder::CSS::Shorth… in styleWithProperties() local699 shorthandEntries->addItem(entry); in styleWithProperties()707 .setShorthandEntries(shorthandEntries); in styleWithProperties()