Searched refs:styleSrcArray (Results 1 – 1 of 1) sorted by relevance
67 DynamicResources.prototype.addStyles = function(styleSrcArray, insertBeforeElem) { argument69 for (var i = 0, n = styleSrcArray.length; i < n; ++i) {70 var src = styleSrcArray[i];172 ModuleControlBlock.prototype.addStyles = function(styleSrcArray) { argument173 return ModuleControlBlocks.dynamicResources_.addStyles(styleSrcArray, this.metaElem_);