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

  /external/chromium_org/third_party/WebKit/Source/core/editing/
htmlediting.cpp 337 TextDirection directionOfEnclosingBlock(const Position& position)
    [all...]
FrameSelection.cpp 477 TextDirection FrameSelection::directionOfEnclosingBlock()
479 return WebCore::directionOfEnclosingBlock(m_selection.extent());
498 return directionOfEnclosingBlock();
617 if (directionOfEnclosingBlock() == LTR)
623 if (directionOfEnclosingBlock() == LTR)
629 if (directionOfEnclosingBlock() == LTR)
644 adjustPositionForUserSelectAll(pos, directionOfEnclosingBlock() == LTR);
684 adjustPositionForUserSelectAll(pos, directionOfEnclosingBlock() == LTR);
716 pos = rightBoundaryOfLine(startForPlatform(), directionOfEnclosingBlock());
781 if (directionOfEnclosingBlock() == LTR
    [all...]

Completed in 57 milliseconds