HomeSort by relevance Sort by last modified time
    Searched refs:styleAttr (Results 1 - 17 of 17) sorted by null

  /external/webkit/Source/WebCore/html/
MediaDocument.cpp 83 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;");
ImageDocument.cpp 206 body->setAttribute(styleAttr, "margin: 0px;");
212 imageElement->setAttribute(styleAttr, "-webkit-user-select: none");
HTMLElement.cpp 135 if (isIdAttributeName(attr->name()) || attr->name() == classAttr || attr->name() == styleAttr)
    [all...]
  /external/webkit/Source/WebCore/wml/
WMLElement.cpp 66 || attr->name() == HTMLNames::styleAttr)
  /external/webkit/Source/WebCore/dom/
XMLDocumentParser.cpp 265 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");
StyledElement.cpp 114 const_cast<StyledElement*>(this)->setAttribute(styleAttr, m_inlineStyleDecl->cssText());
208 if (attrName == styleAttr)
240 else if (attr->name() == styleAttr) {
NamedNodeMap.cpp 257 if (attribute->name() != styleAttr) {
xml_expat_tokenizer.cpp 824 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");
Element.cpp 263 if (UNLIKELY(name == styleAttr) && !isStyleAttributeValid())
630 if (!isStyleAttributeValid() && equalPossiblyIgnoringCase(name, styleAttr.localName(), ignoreCase))
    [all...]
Node.cpp     [all...]
  /external/webkit/Source/WebCore/editing/
ApplyStyleCommand.cpp 389 setNodeAttribute(element.get(), styleAttr, inlineStyleDecl->cssText());
392 removeNodeAttribute(element.get(), styleAttr);
510 setNodeAttribute(element, styleAttr, inlineStyle->cssText());
726 setNodeAttribute(element, styleAttr, inlineStyle->cssText());
    [all...]
ReplaceSelectionCommand.cpp 576 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());
699 setNodeAttribute(newSpan, styleAttr, parentStyle->cssText());
712 setNodeAttribute(childElement, styleAttr, existingStyles->cssText());
    [all...]
ApplyBlockElementCommand.cpp 282 element->setAttribute(styleAttr, m_inlineStyle);
htmlediting.cpp 917 spanElement->setAttribute(styleAttr, "white-space:pre");
    [all...]
markup.cpp 265 if (attribute->name() == styleAttr && element->isHTMLElement() && (shouldAnnotate() || addDisplayInline))
    [all...]
Editor.cpp     [all...]
  /external/webkit/Source/WebCore/svg/
SVGElement.cpp 383 if (attr->name() != HTMLNames::styleAttr)

Completed in 1586 milliseconds