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/
DCSSStyleModel.js759 …horthandValues = WebInspector.CSSStyleDeclaration.buildShorthandValueMap(payload.shorthandEntries);
787 WebInspector.CSSStyleDeclaration.buildShorthandValueMap = function(shorthandEntries) argument
790 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
/external/chromium_org/third_party/WebKit/Source/core/inspector/
DInspectorStyleSheet.cpp690 …RefPtr<Array<TypeBuilder::CSS::ShorthandEntry> > shorthandEntries = Array<TypeBuilder::CSS::Shorth… in styleWithProperties() local
782 shorthandEntries->addItem(entry); in styleWithProperties()
795 .setShorthandEntries(shorthandEntries); in styleWithProperties()