Home | History | Annotate | Download | only in front-end

Lines Matching refs:styleText

135 InjectedScript.applyStyleText = function(styleId, styleText, propertyName)
141 var styleTextLength = styleText.length;
145 parseElement.setAttribute("style", styleText);