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

  /external/webkit/Source/WebCore/editing/
ApplyStyleCommand.cpp 585 HTMLElement* startUnsplitAncestor = splitAncestorsWithUnicodeBidi(start.deprecatedNode(), true, textDirection);
587 removeEmbeddingUpToEnclosingBlock(start.deprecatedNode(), startUnsplitAncestor);
592 if (startUnsplitAncestor && nodeFullySelected(startUnsplitAncestor, removeStart, end))
593 embeddingRemoveStart = positionInParentAfterNode(startUnsplitAncestor);
    [all...]

Completed in 106 milliseconds