Home
last modified time | relevance | path

Searched refs:directionOfEnclosingBlock (Results 1 – 9 of 9) sorted by relevance

/external/webkit/Source/WebCore/editing/
DSelectionController.cpp340 TextDirection SelectionController::directionOfEnclosingBlock() in directionOfEnclosingBlock() function in WebCore::SelectionController
342 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 …]
Dhtmlediting.h100 TextDirection directionOfEnclosingBlock(const Position&);
DSelectionController.h190 TextDirection directionOfEnclosingBlock();
Dvisible_units.cpp1462 TextDirection blockDirection = directionOfEnclosingBlock(visiblePosition.deepEquivalent()); in leftWordPosition()
1507 TextDirection blockDirection = directionOfEnclosingBlock(visiblePosition.deepEquivalent()); in rightWordPosition()
Dhtmlediting.cpp336 TextDirection directionOfEnclosingBlock(const Position& position) in directionOfEnclosingBlock() function
/external/webkit/Source/WebCore/
DChangeLog3839 (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 be
36166 (WebCore::SelectionController::directionOfEnclosingBlock):
36168 (WebCore::directionOfEnclosingBlock):
50376 …(WebCore::SelectionController::directionOfEnclosingBlock): The enclosing block is always a contain…
DChangeLog-2010-01-2918705 (WebCore::SelectionController::directionOfEnclosingBlock):
87811 (WebCore::SelectionController::directionOfEnclosingBlock):
DChangeLog-2011-02-1620675 Using directionOfEnclosingBlock when deciding to use the selection start or end to do the
DChangeLog-2009-06-1626074 (WebCore::SelectionController::directionOfEnclosingBlock): Added