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

  /external/chromium_org/third_party/WebKit/Source/core/editing/
FrameSelection.cpp 535 VisiblePosition FrameSelection::endForPlatform() const
628 pos = endOfSentence(endForPlatform());
631 pos = logicalEndOfLine(endForPlatform());
634 pos = endOfParagraph(endForPlatform());
637 pos = endForPlatform();
702 pos = endForPlatform();
708 pos = nextParagraphPosition(endForPlatform(), lineDirectionPointForBlockDirectionNavigation(START));
711 pos = endOfSentence(endForPlatform());
714 pos = logicalEndOfLine(endForPlatform());
717 pos = endOfParagraph(endForPlatform());
    [all...]
FrameSelection.h 222 VisiblePosition endForPlatform() const;

Completed in 185 milliseconds