Searched refs:shorthandEntries (Results 1 – 2 of 2) sorted by relevance
759 …horthandValues = WebInspector.CSSStyleDeclaration.buildShorthandValueMap(payload.shorthandEntries);787 WebInspector.CSSStyleDeclaration.buildShorthandValueMap = function(shorthandEntries) argument790 for (var i = 0; i < shorthandEntries.length; ++i)791 result[shorthandEntries[i].name] = shorthandEntries[i].value;810 …var newPayload = /** @type {!CSSAgent.CSSStyle} */ ({ cssProperties: [], shorthandEntries: [], wid… property
690 …RefPtr<Array<TypeBuilder::CSS::ShorthandEntry> > shorthandEntries = Array<TypeBuilder::CSS::Shorth… in styleWithProperties() local782 shorthandEntries->addItem(entry); in styleWithProperties()795 .setShorthandEntries(shorthandEntries); in styleWithProperties()