HomeSort by relevance Sort by last modified time
    Searched refs:shorthandEntries (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/WebCore/inspector/front-end/
CSSStyleModel.js 227 this._shorthandValues = WebInspector.CSSStyleDeclaration.buildShorthandValueMap(payload.shorthandEntries);
262 WebInspector.CSSStyleDeclaration.buildShorthandValueMap = function(shorthandEntries)
265 for (var i = 0; i < shorthandEntries.length; ++i)
266 result[shorthandEntries[i].name] = shorthandEntries[i].value;
  /external/webkit/Source/WebCore/inspector/
InspectorStyleSheet.cpp 465 RefPtr<InspectorArray> shorthandEntries = InspectorArray::create();
538 shorthandEntries->pushObject(shorthandEntry.release());
546 result->setArray("shorthandEntries", shorthandEntries);
    [all...]

Completed in 90 milliseconds