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

  /external/chromium_org/third_party/WebKit/Source/core/html/parser/
TextDocumentParser.cpp 60 attributes.append(Attribute(styleAttr, "word-wrap: break-word; white-space: pre-wrap;"));
  /external/chromium_org/third_party/WebKit/Source/core/editing/
FormatBlockCommand.cpp 98 if (outerBlock.get() != nodeAfterInsertionPosition.get() && toHTMLElement(nodeAfterInsertionPosition.get())->hasAttribute(styleAttr))
99 blockElement->setAttribute(styleAttr, toHTMLElement(nodeAfterInsertionPosition.get())->getAttribute(styleAttr));
ApplyStyleCommand.cpp 86 if (element->hasAttribute(styleAttr) && (shouldStyleAttributeBeEmpty == AllowNonEmptyStyleAttribute
420 setNodeAttribute(element.get(), styleAttr, AtomicString(inlineStyle->asText()));
423 removeElementAttribute(element.get(), styleAttr);
537 setNodeAttribute(element, styleAttr, AtomicString(inlineStyle->asText()));
    [all...]
ApplyBlockElementCommand.cpp 288 element->setAttribute(styleAttr, m_inlineStyle);
ReplaceSelectionCommand.cpp 539 removeElementAttribute(element, styleAttr);
541 setNodeAttribute(element, styleAttr, AtomicString(newInlineStyle->style()->asText()));
762 if (styleText != wrappingStyleSpan->getAttribute(styleAttr))
    [all...]
htmlediting.cpp 876 spanElement->setAttribute(styleAttr, "white-space:pre");
    [all...]
markup.cpp 302 if (it->name() == styleAttr && shouldOverrideStyleAttr)
    [all...]
EditingStyle.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/xml/parser/
XMLErrors.cpp 96 reportAttributes.append(Attribute(styleAttr, "display: block; white-space: pre; border: 2px solid #c77; padding: 0 1em 0 1em; margin: 1em; background-color: #fdd; color: black"));
105 fixedAttributes.append(Attribute(styleAttr, "font-family:monospace;font-size:12px"));
156 attributes.append(Attribute(styleAttr, "white-space: normal"));
  /external/chromium_org/third_party/WebKit/Source/core/css/
PropertySetCSSStyleDeclaration.cpp 62 m_mutationRecipients = MutationObserverInterestGroup::createForAttributesMutation(*s_currentDecl->parentElement(), HTMLNames::styleAttr);
68 oldValue = s_currentDecl->parentElement()->getAttribute(HTMLNames::styleAttr);
72 m_mutation = MutationRecord::createAttributes(s_currentDecl->parentElement(), HTMLNames::styleAttr, requestedOldValue);
  /external/chromium_org/third_party/WebKit/Source/core/html/
PluginDocument.cpp 101 body->setAttribute(styleAttr, "background-color: rgb(38,38,38)");
ImageDocument.cpp 198 body->setAttribute(styleAttr, "margin: 0px;");
201 m_imageElement->setAttribute(styleAttr, "-webkit-user-select: none");
  /external/chromium_org/third_party/WebKit/Source/core/dom/
Element.cpp 393 if (UNLIKELY(name == styleAttr && elementData()->m_styleAttributeIsDirty)) {
412 if (elementData()->m_styleAttributeIsDirty && equalPossiblyIgnoringCase(localName, styleAttr.localName(), shouldIgnoreAttributeCase())) {
    [all...]
Node.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGElement.cpp     [all...]

Completed in 403 milliseconds