Searched refs:undo_type (Results 1 – 3 of 3) sorted by relevance
/haiku/src/apps/mail/ |
H A D | KUndoBuffer.h | 8 enum undo_type{ enum 19 int32 offset, undo_type history, 29 undo_type History; 50 int32 offset, undo_type history, 56 undo_type* history, int32* cursor_pos); 59 undo_type* history, int32* cursor_pos, 72 int32 offset, undo_type history,
|
H A D | KUndoBuffer.cpp | 8 undo_type history, int32 cursor_pos) in KUndoItem() 121 undo_type history, int32 cursor_pos) in NewUndo() 139 undo_type history, int32 cursor_pos) in AddUndo() 155 undo_type c_history = CurrentUndoItem->History; in AddUndo() 194 undo_type* history, int32* cursor_pos) in Undo() 217 undo_type* history, int32* cursor_pos, bool* replaced) in Redo()
|
H A D | Content.cpp | 3279 undo_type history; in Undo() 3328 undo_type history; in Redo()
|