Searched defs:allowedDirection (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/editing/
H A DApplyStyleCommand.cpp459 HTMLElement* ApplyStyleCommand::splitAncestorsWithUnicodeBidi(Node* node, bool before, WritingDirection allowedDirection) argument
461 // We are allowed to leave the highest ancestor with unicode-bidi unsplit if it is unicode-bidi: embed and direction: allowedDirection.
485 if (allowedDirection != NaturalWritingDirection
489 && highestAncestorDirection == allowedDirection) {

Completed in 294 milliseconds