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

  /external/pdfium/fpdfsdk/src/pdfwindow/
PWL_EditCtrl.cpp 288 Redo();
625 void CPWL_EditCtrl::Redo()
628 m_pEdit->Redo();
  /external/pdfium/fpdfsdk/src/fxedit/
fxet_edit.cpp 390 void CFX_Edit_Undo::Redo()
401 pItem->Redo();
533 void CFX_Edit_GroupUndoItem::Redo()
540 pUndoItem->Redo();
563 void CFXEU_InsertWord::Redo()
603 void CFXEU_InsertReturn::Redo()
643 void CFXEU_Backspace::Redo()
691 void CFXEU_Delete::Redo()
732 void CFXEU_Clear::Redo()
774 void CFXEU_ClearRich::Redo()
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
tom.h 174 virtual HRESULT WINAPI Redo(__LONG32 Count,__LONG32 *prop) = 0;
204 HRESULT (WINAPI *Redo)(ITextDocument *This,__LONG32 Count,__LONG32 *prop);
236 #define ITextDocument_Redo(This,Count,prop) (This)->lpVtbl->Redo(This,Count,prop)
    [all...]

Completed in 144 milliseconds