Home
last modified time | relevance | path

Searched refs:surroundNodeRangeWithElement (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/editing/
DApplyStyleCommand.cpp402 surroundNodeRangeWithElement(node, node, span.get()); in applyRelativeFontStyleChange()
1084 surroundNodeRangeWithElement(child, child, wrapper); in pushDownInlineStyleAroundNode()
1349 void ApplyStyleCommand::surroundNodeRangeWithElement(PassRefPtrWillBeRawPtr<Node> passedStartNode, … in surroundNodeRangeWithElement() function in blink::ApplyStyleCommand
1475 surroundNodeRangeWithElement(startNode, endNode, fontElement.get()); in applyInlineStyleChange()
1495 surroundNodeRangeWithElement(startNode, endNode, styleElement.release()); in applyInlineStyleChange()
1500 surroundNodeRangeWithElement(startNode, endNode, createHTMLElement(document(), bTag)); in applyInlineStyleChange()
1503 surroundNodeRangeWithElement(startNode, endNode, createHTMLElement(document(), iTag)); in applyInlineStyleChange()
1506 surroundNodeRangeWithElement(startNode, endNode, createHTMLElement(document(), uTag)); in applyInlineStyleChange()
1509 surroundNodeRangeWithElement(startNode, endNode, createHTMLElement(document(), strikeTag)); in applyInlineStyleChange()
1512 surroundNodeRangeWithElement(startNode, endNode, createHTMLElement(document(), subTag)); in applyInlineStyleChange()
[all …]
DApplyStyleCommand.h114 …void surroundNodeRangeWithElement(PassRefPtrWillBeRawPtr<Node> start, PassRefPtrWillBeRawPtr<Node>…