Home
last modified time | relevance | path

Searched refs:allowedDirection (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/editing/
DApplyStyleCommand.h118 … HTMLElement* splitAncestorsWithUnicodeBidi(Node*, bool before, WritingDirection allowedDirection);
DApplyStyleCommand.cpp459 …eCommand::splitAncestorsWithUnicodeBidi(Node* node, bool before, WritingDirection allowedDirection) in splitAncestorsWithUnicodeBidi() argument
485 if (allowedDirection != NaturalWritingDirection in splitAncestorsWithUnicodeBidi()
489 && highestAncestorDirection == allowedDirection) { in splitAncestorsWithUnicodeBidi()