HomeSort by relevance Sort by last modified time
    Searched full:founddirection (Results 1 - 1 of 1) sorted by null

  /external/webkit/Source/WebCore/editing/
Editor.cpp 611 WritingDirection foundDirection = NaturalWritingDirection;
638 if (foundDirection != NaturalWritingDirection)
645 foundDirection = directionValue == CSSValueLtr ? LeftToRightWritingDirection : RightToLeftWritingDirection;
648 return foundDirection;
    [all...]

Completed in 160 milliseconds