Home | History | Annotate | Download | only in editing

Lines Matching defs:directionOfEnclosingBlock

340 TextDirection SelectionController::directionOfEnclosingBlock()
342 return WebCore::directionOfEnclosingBlock(m_selection.extent());
366 if (directionOfEnclosingBlock() == LTR)
375 if (directionOfEnclosingBlock() == LTR)
428 if (directionOfEnclosingBlock() == LTR)
434 if (directionOfEnclosingBlock() == LTR)
440 if (directionOfEnclosingBlock() == LTR)
508 if (directionOfEnclosingBlock() == LTR)
526 pos = rightBoundaryOfLine(startForPlatform(), directionOfEnclosingBlock());
596 if (directionOfEnclosingBlock() == LTR)
602 if (directionOfEnclosingBlock() == LTR)
608 if (directionOfEnclosingBlock() == LTR)
679 if (directionOfEnclosingBlock() == LTR)
697 pos = leftBoundaryOfLine(startForPlatform(), directionOfEnclosingBlock());
823 TextDirection textDirection = directionOfEnclosingBlock();