Searched refs:fDropLocation (Results 1 – 2 of 2) sorted by relevance
203 fDropLocation = location; in DropUndoBuffer()211 if (fInternalDrop && fDropLocation >= fEnd) in DropUndoBuffer()212 fDropLocation -= fDropTextLength; in DropUndoBuffer()226 fTextView->Select(fDropLocation, fDropLocation); in UndoSelf()227 fTextView->Delete(fDropLocation, fDropLocation + fDropTextLength); in UndoSelf()243 fTextView->Select(fDropLocation, fDropLocation); in RedoSelf()245 fTextView->Select(fDropLocation, fDropLocation + fDropTextLength); in RedoSelf()
108 int32 fDropLocation; variable