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

  /external/webkit/WebCore/loader/
MediaDocument.cpp 85 body->setAttribute(styleAttr, "background-color: rgb(38,38,38);");
94 m_mediaElement->setAttribute(styleAttr, "margin: auto; position: absolute; top: 0; right: 0; bottom: 0; left: 0;");
ImageDocument.cpp 195 body->setAttribute(styleAttr, "margin: 0px;");
201 imageElement->setAttribute(styleAttr, "-webkit-user-select: none");
  /external/webkit/WebCore/wml/
WMLElement.cpp 65 || attr->name() == HTMLNames::styleAttr)
  /external/webkit/WebCore/dom/
XMLTokenizer.cpp 233 reportElement->setAttribute(styleAttr, "display: block; white-space: pre; border: 2px solid #c77; padding: 0 1em 0 1em; margin: 1em; background-color: #fdd; color: black");
242 fixed->setAttribute(styleAttr, "font-family:monospace;font-size:12px");
300 par->setAttribute(styleAttr, "white-space: normal");
StyledElement.cpp 110 const_cast<StyledElement*>(this)->setAttribute(styleAttr, m_inlineStyleDecl->cssText());
210 if (attrName == styleAttr)
251 else if (attr->name() == styleAttr) {
NamedAttrMap.cpp 255 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 180 if (name == styleAttr && !m_isStyleAttributeValid)
487 if (!m_isStyleAttributeValid && equalPossiblyIgnoringCase(name, styleAttr.localName(), ignoreCase))
    [all...]
Node.cpp     [all...]
  /external/webkit/WebCore/editing/
ReplaceSelectionCommand.cpp 557 if (styleText == static_cast<Element*>(sourceDocumentStyleSpan)->getAttribute(styleAttr)) {
563 if (isStyleSpan(copiedRangeStyleSpan.get()) && styleText == static_cast<Element*>(copiedRangeStyleSpan.get())->getAttribute(styleAttr)) {
644 setNodeAttribute(static_cast<Element*>(sourceDocumentStyleSpan), styleAttr, sourceDocumentStyle->cssText());
673 setNodeAttribute(static_cast<Element*>(copiedRangeStyleSpan), styleAttr, copiedRangeStyle->cssText());
    [all...]
ApplyStyleCommand.cpp 747 setNodeAttribute(element.get(), styleAttr, inlineStyleDecl->cssText());
750 removeNodeAttribute(element.get(), styleAttr);
    [all...]
IndentOutdentCommand.cpp 56 element->setAttribute(styleAttr, "margin: 0 0 0 40px; border: none; padding: 0px;");
htmlediting.cpp 945 spanElement->setAttribute(styleAttr, "white-space:pre");
    [all...]
markup.cpp 459 if (attr->name() == styleAttr && el->isHTMLElement() && (annotate || convert))
    [all...]
  /external/webkit/WebCore/svg/
SVGStyledElement.cpp 191 return (attrName == idAttributeName() || attrName == HTMLNames::styleAttr);
  /external/webkit/WebCore/page/
Frame.cpp     [all...]
  /external/webkit/WebCore/html/
HTMLElement.cpp 146 if (attr->name() == idAttributeName() || attr->name() == classAttr || attr->name() == styleAttr)
    [all...]
HTMLParser.cpp 762 m_document->body()->setAttribute(styleAttr, "display:none");
    [all...]

Completed in 464 milliseconds