Lines Matching refs:compactable
17 function background(property, compactable, lastInMultiplex) { argument
27 var descriptor = compactable[component.name];
82 if (isDefault || compactable[component.name].multiplexLastOnly && !lastInMultiplex)
93 restored.push([Token.PROPERTY_VALUE, compactable[property.name].defaultValue]);
101 function borderRadius(property, compactable) { argument
121 var horizontalValues = fourValues(horizontal, compactable);
122 var verticalValues = fourValues(vertical, compactable);
134 return fourValues(property, compactable);
138 function font(property, compactable) { argument
154 if (component.value[0][1] != compactable[component.name].defaultValue) {
166 …if (components[componentIndex].value[0][1] != compactable[components[componentIndex].name].default…
210 return function (property, compactable) { argument
212 return restoreWith(property, compactable, true);
248 var _restored = restoreWith(_property, compactable, lastInMultiplex);
259 function withoutDefaults(property, compactable) { argument
265 var descriptor = compactable[component.name];
267 …Value || ('keepUnlessDefault' in descriptor) && !isDefault(components, compactable, descriptor.kee…
273 restored.push([Token.PROPERTY_VALUE, compactable[property.name].defaultValue]);
281 function isDefault(components, compactable, propertyName) { argument
288 …if (component.name == propertyName && component.value[0][1] == compactable[propertyName].defaultVa…