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 230 VisiblePosition nextWordPositionForPlatform(const VisiblePosition&);
FrameSelection.cpp 581 VisiblePosition FrameSelection::nextWordPositionForPlatform(const VisiblePosition &originalPosition)
625 pos = nextWordPositionForPlatform(pos);
657 pos = nextWordPositionForPlatform(pos);
735 pos = nextWordPositionForPlatform(VisiblePosition(m_selection.extent(), m_selection.affinity()));
791 pos = nextWordPositionForPlatform(pos);
    [all...]

Completed in 1411 milliseconds