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

  /external/chromium_org/third_party/WebKit/Source/core/editing/
FrameSelection.cpp 530 VisiblePosition FrameSelection::startForPlatform() const
676 pos = rightBoundaryOfLine(startForPlatform(), directionOfEnclosingBlock());
796 pos = startOfSentence(startForPlatform());
799 pos = logicalStartOfLine(startForPlatform());
802 pos = startOfParagraph(startForPlatform());
805 pos = startForPlatform();
    [all...]
FrameSelection.h 221 VisiblePosition startForPlatform() const;

Completed in 50 milliseconds