HomeSort by relevance Sort by last modified time
    Searched refs:styleAttr (Results 1 - 17 of 17) 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 97 if (outerBlock.get() != nodeAfterInsertionPosition.get() && toHTMLElement(nodeAfterInsertionPosition.get())->hasAttribute(styleAttr))
98 blockNode->setAttribute(styleAttr, toHTMLElement(nodeAfterInsertionPosition.get())->getAttribute(styleAttr));
ApplyStyleCommand.cpp 78 if (element->hasAttribute(styleAttr) && (shouldStyleAttributeBeEmpty == AllowNonEmptyStyleAttribute
403 setNodeAttribute(element.get(), styleAttr, AtomicString(inlineStyle->asText()));
406 removeNodeAttribute(element.get(), styleAttr);
522 setNodeAttribute(element, styleAttr, AtomicString(inlineStyle->asText()));
769 setNodeAttribute(element, styleAttr, AtomicString(inlineStyle->asText()));
    [all...]
ApplyBlockElementCommand.cpp 283 element->setAttribute(styleAttr, m_inlineStyle);
ReplaceSelectionCommand.cpp 515 removeNodeAttribute(element, styleAttr);
517 setNodeAttribute(element, styleAttr, AtomicString(newInlineStyle->style()->asText()));
737 if (styleText != toElement(wrappingStyleSpan)->getAttribute(styleAttr))
    [all...]
htmlediting.cpp 892 spanElement->setAttribute(styleAttr, "white-space:pre");
    [all...]
markup.cpp 288 if (attribute->name() == styleAttr && shouldOverrideStyleAttr)
    [all...]
EditingStyle.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/xml/
XMLErrors.cpp 91 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"));
100 fixedAttributes.append(Attribute(styleAttr, "font-family:monospace;font-size:12px"));
145 attributes.append(Attribute(styleAttr, "white-space: normal"));
  /external/chromium_org/third_party/WebKit/Source/core/css/
PropertySetCSSStyleDeclaration.cpp 63 m_mutationRecipients = MutationObserverInterestGroup::createForAttributesMutation(*s_currentDecl->parentElement(), HTMLNames::styleAttr);
69 oldValue = s_currentDecl->parentElement()->getAttribute(HTMLNames::styleAttr);
73 m_mutation = MutationRecord::createAttributes(s_currentDecl->parentElement(), HTMLNames::styleAttr, requestedOldValue);
SelectorCheckerFastPath.cpp 179 return selector->attribute() != styleAttr;
182 return selector->attribute() != styleAttr && HTMLDocument::isCaseSensitiveAttribute(selector->attribute());
  /external/chromium_org/third_party/WebKit/Source/core/html/
PluginDocument.cpp 95 body->setAttribute(styleAttr, "background-color: rgb(38,38,38)");
ImageDocument.cpp 195 body->setAttribute(styleAttr, "margin: 0px;");
198 m_imageElement->setAttribute(styleAttr, "-webkit-user-select: none");
HTMLElement.cpp 303 if (isIdAttributeName(name) || name == classAttr || name == styleAttr)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/dom/
Element.cpp 431 if (UNLIKELY(name == styleAttr && elementData()->m_styleAttributeIsDirty)) {
448 if (elementData()->m_styleAttributeIsDirty && equalPossiblyIgnoringCase(localName, styleAttr.localName(), shouldIgnoreAttributeCase())) {
977 if (isStyledElement() && name == styleAttr) {
    [all...]
Node.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGElement.cpp     [all...]

Completed in 245 milliseconds