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 335 TextDirection directionOfEnclosingBlock(const Position& position)
    [all...]
FrameSelection.cpp 439 TextDirection FrameSelection::directionOfEnclosingBlock()
441 return WebCore::directionOfEnclosingBlock(m_selection.extent());
460 return directionOfEnclosingBlock();
577 if (directionOfEnclosingBlock() == LTR)
583 if (directionOfEnclosingBlock() == LTR)
589 if (directionOfEnclosingBlock() == LTR)
604 adjustPositionForUserSelectAll(pos, directionOfEnclosingBlock() == LTR);
644 adjustPositionForUserSelectAll(pos, directionOfEnclosingBlock() == LTR);
676 pos = rightBoundaryOfLine(startForPlatform(), directionOfEnclosingBlock());
741 if (directionOfEnclosingBlock() == LTR
    [all...]

Completed in 89 milliseconds