Home
last modified time | relevance | path

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

/haiku/src/apps/mail/
H A DKUndoBuffer.cpp7 KUndoItem::KUndoItem(const char* redo_text, int32 length, int32 offset, in KUndoItem() argument
15 if (redo_text != NULL) { in KUndoItem()
19 memcpy(RedoText, redo_text, length); in KUndoItem()
H A DKUndoBuffer.h49 status_t AddUndo(const char* redo_text, int32 length,