HomeSort by relevance Sort by last modified time
    Searched defs:Undo (Results 1 - 5 of 5) sorted by null

  /art/runtime/
transaction.cc 209 it.second.Undo(it.first);
218 it.second.Undo(it.first);
225 // We want to undo each operation from the most recent to the oldest. List has been filled so the
228 string_log.Undo(intern_table);
341 void Transaction::ObjectLog::Undo(mirror::Object* obj) {
443 void Transaction::InternStringLog::Undo(InternTable* intern_table) {
491 void Transaction::ArrayLog::Undo(mirror::Array* array) {
  /external/pdfium/fpdfsdk/src/pdfwindow/
PWL_EditCtrl.cpp 290 Undo();
631 void CPWL_EditCtrl::Undo()
634 m_pEdit->Undo();
  /external/pdfium/fpdfsdk/src/fxedit/
fxet_edit.cpp 367 void CFX_Edit_Undo::Undo()
376 pItem->Undo();
522 void CFX_Edit_GroupUndoItem::Undo()
529 pUndoItem->Undo();
573 void CFXEU_InsertWord::Undo()
613 void CFXEU_InsertReturn::Undo()
653 void CFXEU_Backspace::Undo()
701 void CFXEU_Delete::Undo()
742 void CFXEU_Clear::Undo()
784 void CFXEU_ClearRich::Undo()
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
tom.h 173 virtual HRESULT WINAPI Undo(__LONG32 Count,__LONG32 *prop) = 0;
203 HRESULT (WINAPI *Undo)(ITextDocument *This,__LONG32 Count,__LONG32 *prop);
235 #define ITextDocument_Undo(This,Count,prop) (This)->lpVtbl->Undo(This,Count,prop)
    [all...]
oledb.h     [all...]

Completed in 869 milliseconds