Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/editing/
DReplaceSelectionCommand.h69 void didReplaceNode(Node&, Node& newNode);
DReplaceSelectionCommand.cpp367 inline void ReplaceSelectionCommand::InsertedNodes::didReplaceNode(Node& node, Node& newNode) in didReplaceNode() function in blink::ReplaceSelectionCommand::InsertedNodes
511 insertedNodes.didReplaceNode(*htmlElement, *element); in removeRedundantStylesAndKeepStyleSpanInline()