HomeSort by relevance Sort by last modified time
    Searched defs:directionOfEnclosingBlock (Results 1 - 2 of 2) 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...]
htmlediting.cpp 336 TextDirection directionOfEnclosingBlock(const Position& position)
    [all...]

Completed in 43 milliseconds