Home
last modified time | relevance | path

Searched refs:EPositionType (Results 1 – 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/editing/
DSelectionController.h187 enum EPositionType { START, END, BASE, EXTENT }; enum
209 int xPosForVerticalArrowNavigation(EPositionType);
DSelectionController.cpp939 int SelectionController::xPosForVerticalArrowNavigation(EPositionType type) in xPosForVerticalArrowNavigation()