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

  /external/webkit/Source/WebCore/editing/
SelectionController.h 192 VisiblePosition positionForPlatform(bool isGetStart) const;
SelectionController.cpp 394 VisiblePosition SelectionController::positionForPlatform(bool isGetStart) const
409 return positionForPlatform(true);
414 return positionForPlatform(false);
    [all...]

Completed in 35 milliseconds