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

  /external/pdfium/fpdfsdk/include/fxedit/
fxet_edit.h 292 void Redo();
348 void Redo() override;
368 void Redo();
388 void Redo();
408 void Redo();
430 void Redo();
451 void Redo();
470 void Redo();
493 void Redo();
515 void Redo();
    [all...]
fx_edit.h 170 virtual void Redo() = 0;
328 //do Redo operation.
329 virtual FX_BOOL Redo() = 0;
343 //allow undo/redo?
  /external/pdfium/fpdfsdk/include/pdfwindow/
PWL_EditCtrl.h 125 void Redo();
  /external/v8/test/mjsunit/regress/
regress-1548.js 40 // Redo tests with arguments object.
  /external/pdfium/fpdfsdk/src/pdfwindow/
PWL_EditCtrl.cpp 288 Redo();
625 void CPWL_EditCtrl::Redo()
628 m_pEdit->Redo();
PWL_Edit.cpp 589 pProvider ? pProvider->LoadPopupMenuString(1) : L"&Redo");
662 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...]
  /external/openssh/contrib/redhat/
openssh.spec 619 - Redo patch to move pam_open_session after the server setuid()s to the user.
626 - Redo patch to ssh-add to try to adding both identity and id_dsa to also try
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/
build-lucid-multilib-toolchain.sh 1198 #echo "Redo: $TASK due to $DEP"
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/
build-precise-multilib-toolchain.sh 1200 #echo "Redo: $TASK due to $DEP"
    [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 369 milliseconds