Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/devtools/front_end/sdk/
DCSSStyleModel.js634 …horthandValues = WebInspector.CSSStyleDeclaration.buildShorthandValueMap(payload.shorthandEntries);
669 WebInspector.CSSStyleDeclaration.buildShorthandValueMap = function(shorthandEntries) argument
672 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
/external/chromium_org/third_party/WebKit/Source/core/inspector/
DInspectorStyleSheet.cpp658 …RefPtr<Array<TypeBuilder::CSS::ShorthandEntry> > shorthandEntries = Array<TypeBuilder::CSS::Shorth… in styleWithProperties() local
699 shorthandEntries->addItem(entry); in styleWithProperties()
707 .setShorthandEntries(shorthandEntries); in styleWithProperties()