splitAncestorsWithUnicodeBidi 608 Source/core/editing/ApplyStyleCommand.cpp HTMLElement* startUnsplitAncestor = splitAncestorsWithUnicodeBidi(start.deprecatedNode(), true, textDirection); splitAncestorsWithUnicodeBidi 609 Source/core/editing/ApplyStyleCommand.cpp HTMLElement* endUnsplitAncestor = splitAncestorsWithUnicodeBidi(end.deprecatedNode(), false, textDirection); splitAncestorsWithUnicodeBidi 116 Source/core/editing/ApplyStyleCommand.h HTMLElement* splitAncestorsWithUnicodeBidi(Node*, bool before, WritingDirection allowedDirection);