Home
last modified time | relevance | path

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

/external/webkit/WebCore/inspector/front-end/
DInjectedScript.js180 var value = InjectedScript._getShorthandValue(tempStyle, shorthand);
371 result.shorthandValues[shorthand] = InjectedScript._getShorthandValue(style, shorthand);
422 InjectedScript._getShorthandValue = function(style, shorthandProperty) function