Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/fxedit/
Dfxet_edit.h478 void AddEditUndoItem(std::unique_ptr<CFX_Edit_UndoItem> pEditUndoItem);
Dfxet_edit.cpp2212 std::unique_ptr<CFX_Edit_UndoItem> pEditUndoItem) { in AddEditUndoItem() argument
2214 m_pGroupUndoItem->AddUndoItem(std::move(pEditUndoItem)); in AddEditUndoItem()
2216 m_Undo.AddItem(std::move(pEditUndoItem)); in AddEditUndoItem()