Home
last modified time | relevance | path

Searched refs:splitAncestorsWithUnicodeBidi (Results 1 – 3 of 3) sorted by relevance

/external/webkit/WebCore/editing/
DApplyStyleCommand.h98 …HTMLElement* splitAncestorsWithUnicodeBidi(Node*, bool before, RefPtr<CSSPrimitiveValue> allowedDi…
DApplyStyleCommand.cpp738 HTMLElement* ApplyStyleCommand::splitAncestorsWithUnicodeBidi(Node* node, bool before, RefPtr<CSSPr… in splitAncestorsWithUnicodeBidi() function in WebCore::ApplyStyleCommand
881 startUnsplitAncestor = splitAncestorsWithUnicodeBidi(start.node(), true, allowedDirection); in applyInlineStyle()
882 endUnsplitAncestor = splitAncestorsWithUnicodeBidi(end.node(), false, allowedDirection); in applyInlineStyle()
/external/webkit/WebCore/
DChangeLog-2009-06-1670128 (ApplyStyleCommand::splitAncestorsWithUnicodeBidi): Added. Finds the