Searched defs:styleAttr (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/editing/
H A DApplyStyleCommand.cpp86 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()));
801 setNodeAttribute(element, styleAttr, AtomicString(inlineStyle->asText()));
1037 setNodeAttribute(toHTMLElement(node), styleAttr, AtomicString(newInlineStyle->style()->asText())); local
1083 wrapper->removeAttribute(styleAttr);
1403 setNodeAttribute(block, styleAttr, cssText.toAtomicString());
1488 setNodeAttribute(styleContainer, styleAttr, cssText.toAtomicString());
1490 setNodeAttribute(styleContainer, styleAttr, AtomicStrin
[all...]

Completed in 1219 milliseconds