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 219 VisiblePosition nextWordPositionForPlatform(const VisiblePosition&);
FrameSelection.cpp 578 VisiblePosition FrameSelection::nextWordPositionForPlatform(const VisiblePosition &originalPosition)
622 pos = nextWordPositionForPlatform(pos);
654 pos = nextWordPositionForPlatform(pos);
732 pos = nextWordPositionForPlatform(VisiblePosition(m_selection.extent(), m_selection.affinity()));
788 pos = nextWordPositionForPlatform(pos);
    [all...]

Completed in 525 milliseconds