Searched defs:styleElement (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/inspector/
H A DInspectorCSSAgent.cpp444 RefPtr<Element> styleElement = document->createElement("style", ec); local
446 styleElement->setAttribute("type", "text/css", ec);
456 targetNode->appendChild(styleElement, ec);
/external/webkit/Source/WebCore/editing/
H A DApplyStyleCommand.cpp116 RefPtr<HTMLElement> styleElement = createHTMLElement(document, spanTag); local
117 styleElement->setAttribute(classAttr, styleSpanClassString());
118 return styleElement.release();
1424 RefPtr<Element> styleElement = createStyleSpanElement(document()); local
1425 styleElement->setAttribute(styleAttr, styleChange.cssStyle());
1426 surroundNodeRangeWithElement(startNode, endNode, styleElement.release());

Completed in 172 milliseconds