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

  /external/webkit/Source/WebCore/editing/
ApplyStyleCommand.cpp 586 HTMLElement* endUnsplitAncestor = splitAncestorsWithUnicodeBidi(end.deprecatedNode(), false, textDirection);
588 removeEmbeddingUpToEnclosingBlock(end.deprecatedNode(), endUnsplitAncestor);
596 if (endUnsplitAncestor && nodeFullySelected(endUnsplitAncestor, removeStart, end))
597 embeddingRemoveEnd = positionInParentBeforeNode(endUnsplitAncestor).downstream();
    [all...]

Completed in 236 milliseconds