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

  /external/webkit/Source/WebCore/editing/
ReplaceSelectionCommand.cpp 576 if (styleText == static_cast<Element*>(sourceDocumentStyleSpan)->getAttribute(styleAttr)) {
582 if (isStyleSpan(copiedRangeStyleSpan.get()) && styleText == static_cast<Element*>(copiedRangeStyleSpan.get())->getAttribute(styleAttr)) {
679 setNodeAttribute(static_cast<Element*>(copiedRangeStyleSpan), styleAttr, copiedRangeStyle->style()->cssText());
699 setNodeAttribute(newSpan, styleAttr, parentStyle->cssText());
712 setNodeAttribute(childElement, styleAttr, existingStyles->cssText());
    [all...]
ApplyStyleCommand.cpp 389 setNodeAttribute(element.get(), styleAttr, inlineStyleDecl->cssText());
392 removeNodeAttribute(element.get(), styleAttr);
510 setNodeAttribute(element, styleAttr, inlineStyle->cssText());
726 setNodeAttribute(element, styleAttr, inlineStyle->cssText());
    [all...]

Completed in 167 milliseconds