Home
last modified time | relevance | path

Searched refs:styleElement (Results 1 – 5 of 5) sorted by relevance

/external/webkit/WebCore/page/
DFrame.cpp991 RefPtr<Element> styleElement = elem; in selectionComputedStyle() local
995 styleElement = document()->createElement(spanTag, false); in selectionComputedStyle()
997 styleElement->setAttribute(styleAttr, m_typingStyle->cssText().impl(), ec); in selectionComputedStyle()
1000 styleElement->appendChild(document()->createEditingTextNode(""), ec); in selectionComputedStyle()
1004 elem->appendChild(styleElement, ec); in selectionComputedStyle()
1010 parent->insertBefore(styleElement, next, ec); in selectionComputedStyle()
1012 parent->appendChild(styleElement, ec); in selectionComputedStyle()
1016 nodeToRemove = styleElement.get(); in selectionComputedStyle()
1019 return computedStyle(styleElement.release()); in selectionComputedStyle()
1362 RefPtr<Element> styleElement = document()->createElement(spanTag, false); in styleForSelectionStart() local
[all …]
/external/webkit/WebCore/editing/
DApplyStyleCommand.cpp319 RefPtr<HTMLElement> styleElement = createHTMLElement(document, spanTag); in createStyleSpanElement() local
320 styleElement->setAttribute(classAttr, styleSpanClassString()); in createStyleSpanElement()
321 return styleElement.release(); in createStyleSpanElement()
1814 RefPtr<Element> styleElement = createStyleSpanElement(document()); in addInlineStyleIfNeeded() local
1815 styleElement->setAttribute(styleAttr, styleChange.cssStyle()); in addInlineStyleIfNeeded()
1816 surroundNodeRangeWithElement(startNode, endNode, styleElement.release()); in addInlineStyleIfNeeded()
/external/webkit/WebCore/inspector/front-end/
DInjectedScript.js278 var styleElement = ownerDocument.createElement("style");
279 styleElement.type = "text/css";
280 head.appendChild(styleElement);
/external/webkit/WebCore/
DChangeLog-2006-12-3110766 (WebCore::Node::isLink): should be styleElement, a bug?
DChangeLog-2008-08-1014749 Rename CSSParser::styleElement to CSSParser::m_styleElement