HomeSort by relevance Sort by last modified time
    Searched full:startunsplitancestor (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/editing/
ApplyStyleCommand.cpp 598 HTMLElement* startUnsplitAncestor = splitAncestorsWithUnicodeBidi(start.deprecatedNode(), true, textDirection);
600 removeEmbeddingUpToEnclosingBlock(start.deprecatedNode(), startUnsplitAncestor);
605 if (startUnsplitAncestor && nodeFullySelected(startUnsplitAncestor, removeStart, end))
606 embeddingRemoveStart = positionInParentAfterNode(startUnsplitAncestor);
    [all...]

Completed in 62 milliseconds