HomeSort by relevance Sort by last modified time
    Searched refs:splitAncestorsWithUnicodeBidi (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/WebCore/editing/
ApplyStyleCommand.h 114 HTMLElement* splitAncestorsWithUnicodeBidi(Node*, bool before, WritingDirection allowedDirection);
ApplyStyleCommand.cpp 430 HTMLElement* ApplyStyleCommand::splitAncestorsWithUnicodeBidi(Node* node, bool before, WritingDirection allowedDirection)
585 HTMLElement* startUnsplitAncestor = splitAncestorsWithUnicodeBidi(start.deprecatedNode(), true, textDirection);
586 HTMLElement* endUnsplitAncestor = splitAncestorsWithUnicodeBidi(end.deprecatedNode(), false, textDirection);
    [all...]

Completed in 213 milliseconds