Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/editing/
DApplyStyleCommand.h119 void removeEmbeddingUpToEnclosingBlock(Node*, HTMLElement* unsplitAncestor);
DApplyStyleCommand.cpp510 void ApplyStyleCommand::removeEmbeddingUpToEnclosingBlock(Node* node, HTMLElement* unsplitAncestor) in removeEmbeddingUpToEnclosingBlock() function in blink::ApplyStyleCommand
615 removeEmbeddingUpToEnclosingBlock(start.deprecatedNode(), startUnsplitAncestor); in applyInlineStyle()
616 removeEmbeddingUpToEnclosingBlock(end.deprecatedNode(), endUnsplitAncestor); in applyInlineStyle()