Searched refs:splitAncestorsWithUnicodeBidi (Results 1 - 2 of 2) sorted by relevance

/external/webkit/WebCore/editing/
H A DApplyStyleCommand.h99 HTMLElement* splitAncestorsWithUnicodeBidi(Node*, bool before, RefPtr<CSSPrimitiveValue> allowedDirection);
H A DApplyStyleCommand.cpp791 HTMLElement* ApplyStyleCommand::splitAncestorsWithUnicodeBidi(Node* node, bool before, RefPtr<CSSPrimitiveValue> allowedDirection) function in class:WebCore::ApplyStyleCommand
934 startUnsplitAncestor = splitAncestorsWithUnicodeBidi(start.node(), true, allowedDirection);
935 endUnsplitAncestor = splitAncestorsWithUnicodeBidi(end.node(), false, allowedDirection);

Completed in 15 milliseconds