Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/devtools/front_end/sdk/
DCSSStyleModel.js792 WebInspector.CSSStyleDeclaration.buildShorthandValueMap = function(shorthandEntries) argument
817 …var newPayload = /** @type {!CSSAgent.CSSStyle} */ ({ cssProperties: [], shorthandEntries: [], wid… property
/external/chromium_org/third_party/WebKit/Source/core/inspector/
DInspectorStyleSheet.cpp665 …RefPtr<Array<TypeBuilder::CSS::ShorthandEntry> > shorthandEntries = Array<TypeBuilder::CSS::Shorth… in styleWithProperties() local