Searched refs:directionOfEnclosingBlock (Results 1 – 5 of 5) sorted by relevance
477 TextDirection FrameSelection::directionOfEnclosingBlock() in directionOfEnclosingBlock() function in WebCore::FrameSelection479 return WebCore::directionOfEnclosingBlock(m_selection.extent()); in directionOfEnclosingBlock()498 return directionOfEnclosingBlock(); in directionOfSelection()615 if (directionOfEnclosingBlock() == LTR) in modifyExtendingRight()621 if (directionOfEnclosingBlock() == LTR) in modifyExtendingRight()627 if (directionOfEnclosingBlock() == LTR) in modifyExtendingRight()642 adjustPositionForUserSelectAll(pos, directionOfEnclosingBlock() == LTR); in modifyExtendingRight()682 adjustPositionForUserSelectAll(pos, directionOfEnclosingBlock() == LTR); in modifyExtendingForward()714 pos = rightBoundaryOfLine(startForPlatform(), directionOfEnclosingBlock()); in modifyMovingRight()779 if (directionOfEnclosingBlock() == LTR) in modifyExtendingLeft()[all …]
116 TextDirection directionOfEnclosingBlock(const Position&);
213 TextDirection directionOfEnclosingBlock();
352 TextDirection blockDirection = directionOfEnclosingBlock(visiblePosition.deepEquivalent()); in visualWordPosition()424 TextDirection blockDirection = directionOfEnclosingBlock(visiblePosition.deepEquivalent()); in leftWordPosition()437 TextDirection blockDirection = directionOfEnclosingBlock(visiblePosition.deepEquivalent()); in rightWordPosition()
331 TextDirection directionOfEnclosingBlock(const Position& position) in directionOfEnclosingBlock() function