Home
last modified time | relevance | path

Searched defs:getShorthandValue (Results 1 – 3 of 3) sorted by relevance

/external/webkit/Source/WebCore/css/
DCSSMutableStyleDeclaration.h162 …template<size_t size> String getShorthandValue(const int (&properties)[size]) const { return getSh… in getShorthandValue() function
DCSSMutableStyleDeclaration.cpp426 String CSSMutableStyleDeclaration::getShorthandValue(const int* properties, size_t size) const in getShorthandValue() function in WebCore::CSSMutableStyleDeclaration
/external/webkit/Source/WebCore/inspector/front-end/
DCSSStyleModel.js346 getShorthandValue: function(shorthandProperty) method in WebInspector.CSSStyleDeclaration