Home | History | Annotate | Download | only in web

Lines Matching refs:styleElement

1840     RefPtrWillBeRawPtr<Element> styleElement = frame()->document()->createElement(HTMLNames::linkTag, false);
1842 styleElement->setAttribute(HTMLNames::typeAttr, "text/css");
1843 styleElement->setAttribute(HTMLNames::relAttr, "stylesheet");
1844 styleElement->setAttribute(HTMLNames::hrefAttr, url);
1846 frame()->document()->head()->appendChild(styleElement.release(), IGNORE_EXCEPTION);