Searched refs:styleAttr (Results 1 - 17 of 17) sorted by relevance

/external/webkit/Source/WebCore/html/
H A DMediaDocument.cpp83 body->setAttribute(styleAttr, "background-color: rgb(38,38,38);");
92 m_mediaElement->setAttribute(styleAttr, "margin: auto; position: absolute; top: 0; right: 0; bottom: 0; left: 0;");
H A DImageDocument.cpp206 body->setAttribute(styleAttr, "margin: 0px;");
212 imageElement->setAttribute(styleAttr, "-webkit-user-select: none");
H A DHTMLElement.cpp135 if (isIdAttributeName(attr->name()) || attr->name() == classAttr || attr->name() == styleAttr)
/external/webkit/Source/WebCore/wml/
H A DWMLElement.cpp66 || attr->name() == HTMLNames::styleAttr)
/external/webkit/Source/WebCore/dom/
H A DXMLDocumentParser.cpp265 reportElement->setAttribute(styleAttr, "display: block; white-space: pre; border: 2px solid #c77; padding: 0 1em 0 1em; margin: 1em; background-color: #fdd; color: black");
274 fixed->setAttribute(styleAttr, "font-family:monospace;font-size:12px");
331 paragraph->setAttribute(styleAttr, "white-space: normal");
H A DStyledElement.cpp114 const_cast<StyledElement*>(this)->setAttribute(styleAttr, m_inlineStyleDecl->cssText());
208 if (attrName == styleAttr)
240 else if (attr->name() == styleAttr) {
H A DNamedNodeMap.cpp257 if (attribute->name() != styleAttr) {
H A Dxml_expat_tokenizer.cpp824 reportElement->setAttribute(styleAttr, "display:block; pre; border: 2px solid #c77; padding: 0 1em 0 1em; margin: 1em; background-color: #fdd; color: black");
832 fixed->setAttribute(styleAttr, "font-family:monospace;font-size:12px");
H A DElement.cpp263 if (UNLIKELY(name == styleAttr) && !isStyleAttributeValid())
630 if (!isStyleAttributeValid() && equalPossiblyIgnoringCase(name, styleAttr.localName(), ignoreCase))
H A DNode.cpp2355 appendAttributeDesc(this, attrs, styleAttr, " STYLE=");
/external/webkit/Source/WebCore/editing/
H A DApplyStyleCommand.cpp389 setNodeAttribute(element.get(), styleAttr, inlineStyleDecl->cssText());
392 removeNodeAttribute(element.get(), styleAttr);
510 setNodeAttribute(element, styleAttr, inlineStyle->cssText());
726 setNodeAttribute(element, styleAttr, inlineStyle->cssText());
845 else if (attributes->length() == 1 && elem->hasAttribute(styleAttr)) {
910 removeNodeAttribute(element, styleAttr);
954 setNodeAttribute(toHTMLElement(node), styleAttr, newInlineStyle->style()->cssText()); local
1002 wrapper->removeAttribute(styleAttr, ec);
1357 setNodeAttribute(block, styleAttr, cssText);
1422 setNodeAttribute(styleContainer, styleAttr, existingStyl
[all...]
H A DReplaceSelectionCommand.cpp576 if (styleText == static_cast<Element*>(sourceDocumentStyleSpan)->getAttribute(styleAttr)) {
582 if (isStyleSpan(copiedRangeStyleSpan.get()) && styleText == static_cast<Element*>(copiedRangeStyleSpan.get())->getAttribute(styleAttr)) {
679 setNodeAttribute(static_cast<Element*>(copiedRangeStyleSpan), styleAttr, copiedRangeStyle->style()->cssText()); local
699 setNodeAttribute(newSpan, styleAttr, parentStyle->cssText());
712 setNodeAttribute(childElement, styleAttr, existingStyles->cssText());
802 if (!attributeMap || attributeMap->isEmpty() || (attributeMap->length() == 1 && element->hasAttribute(styleAttr)))
H A DApplyBlockElementCommand.cpp282 element->setAttribute(styleAttr, m_inlineStyle);
H A Dhtmlediting.cpp917 spanElement->setAttribute(styleAttr, "white-space:pre");
H A Dmarkup.cpp265 if (attribute->name() == styleAttr && element->isHTMLElement() && (shouldAnnotate() || addDisplayInline))
H A DEditor.cpp2939 styleElement->setAttribute(styleAttr, styleText.impl(), ec);
/external/webkit/Source/WebCore/svg/
H A DSVGElement.cpp383 if (attr->name() != HTMLNames::styleAttr)

Completed in 231 milliseconds