Searched refs:styleElement (Results 1 – 5 of 5) sorted by relevance
/external/webkit/WebCore/page/ |
D | Frame.cpp | 991 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/ |
D | ApplyStyleCommand.cpp | 319 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/ |
D | InjectedScript.js | 278 var styleElement = ownerDocument.createElement("style"); 279 styleElement.type = "text/css"; 280 head.appendChild(styleElement);
|
/external/webkit/WebCore/ |
D | ChangeLog-2006-12-31 | 10766 (WebCore::Node::isLink): should be styleElement, a bug?
|
D | ChangeLog-2008-08-10 | 14749 Rename CSSParser::styleElement to CSSParser::m_styleElement
|