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 354 TextDirection directionOfEnclosingBlock(const Position& position)
    [all...]
FrameSelection.cpp 478 TextDirection FrameSelection::directionOfEnclosingBlock()
480 return blink::directionOfEnclosingBlock(m_selection.extent());
499 return directionOfEnclosingBlock();
618 if (directionOfEnclosingBlock() == LTR)
624 if (directionOfEnclosingBlock() == LTR)
630 if (directionOfEnclosingBlock() == LTR)
645 adjustPositionForUserSelectAll(pos, directionOfEnclosingBlock() == LTR);
685 adjustPositionForUserSelectAll(pos, directionOfEnclosingBlock() == LTR);
717 pos = rightBoundaryOfLine(startForPlatform(), directionOfEnclosingBlock());
782 if (directionOfEnclosingBlock() == LTR
    [all...]

Completed in 46 milliseconds