HomeSort by relevance Sort by last modified time
    Searched refs:styleAttr (Results 1 - 16 of 16) 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/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"));
149 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);
SelectorCheckerFastPath.cpp 179 return selector->attribute() != styleAttr;
182 return selector->attribute() != styleAttr && HTMLDocument::isCaseSensitiveAttribute(selector->attribute());
  /external/chromium_org/third_party/WebKit/Source/core/editing/
ApplyStyleCommand.cpp 77 if (element->hasAttribute(styleAttr) && (shouldStyleAttributeBeEmpty == AllowNonEmptyStyleAttribute
401 setNodeAttribute(element.get(), styleAttr, inlineStyle->asText());
404 removeNodeAttribute(element.get(), styleAttr);
521 setNodeAttribute(element, styleAttr, inlineStyle->asText());
764 setNodeAttribute(element, styleAttr, inlineStyle->asText());
    [all...]
ApplyBlockElementCommand.cpp 283 element->setAttribute(styleAttr, m_inlineStyle);
ReplaceSelectionCommand.cpp 517 removeNodeAttribute(element, styleAttr);
519 setNodeAttribute(element, styleAttr, newInlineStyle->style()->asText());
737 if (styleText != toElement(wrappingStyleSpan)->getAttribute(styleAttr))
    [all...]
htmlediting.cpp 901 spanElement->setAttribute(styleAttr, "white-space:pre");
    [all...]
markup.cpp 287 if (attribute->name() == styleAttr && shouldOverrideStyleAttr)
    [all...]
EditingStyle.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/html/
PluginDocument.cpp 83 body->setAttribute(styleAttr, "background-color: rgb(38,38,38)");
ImageDocument.cpp 183 body->setAttribute(styleAttr, "margin: 0px;");
186 m_imageElement->setAttribute(styleAttr, "-webkit-user-select: none");
HTMLElement.cpp 284 if (isIdAttributeName(name) || name == classAttr || name == styleAttr)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/dom/
Element.cpp 441 if (UNLIKELY(name == styleAttr && elementData()->m_styleAttributeIsDirty)) {
458 if (elementData()->m_styleAttributeIsDirty && equalPossiblyIgnoringCase(localName, styleAttr.localName(), shouldIgnoreAttributeCase(this))) {
919 if (isStyledElement() && name == styleAttr) {
    [all...]
Node.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGElement.cpp     [all...]

Completed in 486 milliseconds