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

  /external/chromium_org/third_party/WebKit/Source/core/editing/
FrameSelection.h 233 VisiblePosition nextWordPositionForPlatform(const VisiblePosition&);
FrameSelection.cpp 580 VisiblePosition FrameSelection::nextWordPositionForPlatform(const VisiblePosition &originalPosition)
624 pos = nextWordPositionForPlatform(pos);
656 pos = nextWordPositionForPlatform(pos);
734 pos = nextWordPositionForPlatform(VisiblePosition(m_selection.extent(), m_selection.affinity()));
790 pos = nextWordPositionForPlatform(pos);
    [all...]

Completed in 48 milliseconds