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

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

Completed in 39 milliseconds