Searched defs:cursor_pos (Results 1 - 1 of 1) sorted by relevance

/haiku/src/apps/mail/
H A DKUndoBuffer.cpp7 KUndoItem(const char* redo_text, int32 length, int32 offset, undo_type history, int32 cursor_pos) argument
120 NewUndo(const char* text, int32 length, int32 offset, undo_type history, int32 cursor_pos) argument
138 AddUndo(const char* text, int32 length, int32 offset, undo_type history, int32 cursor_pos) argument
193 Undo(char** text, int32* length, int32* offset, undo_type* history, int32* cursor_pos) argument
216 Redo(char** text, int32* length, int32* offset, undo_type* history, int32* cursor_pos, bool* replaced) argument
[all...]

Completed in 26 milliseconds