HomeSort by relevance Sort by last modified time
    Searched refs:directionOfEnclosingBlock (Results 1 - 5 of 5) sorted by null

  /external/webkit/Source/WebCore/editing/
SelectionController.cpp 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
    [all...]
SelectionController.h 190 TextDirection directionOfEnclosingBlock();
htmlediting.h 100 TextDirection directionOfEnclosingBlock(const Position&);
visible_units.cpp     [all...]
htmlediting.cpp 336 TextDirection directionOfEnclosingBlock(const Position& position)
    [all...]

Completed in 256 milliseconds