Home
last modified time | relevance | path

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

/haiku/src/kits/interface/textview_support/
H A DUndoBuffer.cpp200 fDropRunArray(NULL) in DropUndoBuffer()
209 fDropRunArray = BTextView::CopyRunArray(runArray); in DropUndoBuffer()
219 BTextView::FreeRunArray(fDropRunArray); in ~DropUndoBuffer()
244 fTextView->Insert(fDropText, fDropTextLength, fDropRunArray); in RedoSelf()
H A DUndoBuffer.h106 text_run_array* fDropRunArray; variable