Searched defs:EndPointType (Results 1 - 1 of 1) sorted by relevance

/external/webkit/Source/WebCore/editing/
H A DSelectionController.cpp280 enum EndPointType { EndPointIsStart, EndPointIsEnd }; enum in namespace:WebCore
282 static bool shouldRemovePositionAfterAdoptingTextReplacement(Position& position, EndPointType type, CharacterData* node, unsigned offset, unsigned oldLength, unsigned newLength)

Completed in 69 milliseconds