Searched refs:directionOfEnclosingBlock (Results 1 – 9 of 9) sorted by relevance
340 TextDirection SelectionController::directionOfEnclosingBlock() in directionOfEnclosingBlock() function in WebCore::SelectionController342 return WebCore::directionOfEnclosingBlock(m_selection.extent()); in directionOfEnclosingBlock()366 if (directionOfEnclosingBlock() == LTR) in willBeModified()375 if (directionOfEnclosingBlock() == LTR) in willBeModified()428 if (directionOfEnclosingBlock() == LTR) in modifyExtendingRight()434 if (directionOfEnclosingBlock() == LTR) in modifyExtendingRight()440 if (directionOfEnclosingBlock() == LTR) in modifyExtendingRight()508 if (directionOfEnclosingBlock() == LTR) in modifyMovingRight()526 pos = rightBoundaryOfLine(startForPlatform(), directionOfEnclosingBlock()); in modifyMovingRight()596 if (directionOfEnclosingBlock() == LTR) in modifyExtendingLeft()[all …]
100 TextDirection directionOfEnclosingBlock(const Position&);
190 TextDirection directionOfEnclosingBlock();
1462 TextDirection blockDirection = directionOfEnclosingBlock(visiblePosition.deepEquivalent()); in leftWordPosition()1507 TextDirection blockDirection = directionOfEnclosingBlock(visiblePosition.deepEquivalent()); in rightWordPosition()
336 TextDirection directionOfEnclosingBlock(const Position& position) in directionOfEnclosingBlock() function
3839 (WebCore::FrameSelection::directionOfEnclosingBlock):36156 move directionOfEnclosingBlock() to be global so that it could be reused.36159 Provide global function directionOfEnclosingBlock(Node*) so that it could be36166 (WebCore::SelectionController::directionOfEnclosingBlock):36168 (WebCore::directionOfEnclosingBlock):50376 …(WebCore::SelectionController::directionOfEnclosingBlock): The enclosing block is always a contain…
18705 (WebCore::SelectionController::directionOfEnclosingBlock):87811 (WebCore::SelectionController::directionOfEnclosingBlock):
20675 Using directionOfEnclosingBlock when deciding to use the selection start or end to do the
26074 (WebCore::SelectionController::directionOfEnclosingBlock): Added