Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/editing/
DApplyStyleCommand.h116 void joinChildTextNodes(ContainerNode*, const Position& start, const Position& end);
DApplyStyleCommand.cpp325 joinChildTextNodes(start.deprecatedNode()->parentNode(), start, end); in applyRelativeFontStyleChange()
334 joinChildTextNodes(end.deprecatedNode()->parentNode(), start, end); in applyRelativeFontStyleChange()
1536 void ApplyStyleCommand::joinChildTextNodes(ContainerNode* node, const Position& start, const Positi… in joinChildTextNodes() function in blink::ApplyStyleCommand