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

1 2

  /external/pdfium/fpdfsdk/pwl/
cpwl_edit_ctrl.cpp 230 Undo();
417 void CPWL_EditCtrl::Undo() {
419 m_pEdit->Undo();
cpwl_edit_impl.cpp 221 void CPWL_EditImpl_Undo::Undo() {
224 m_UndoItemStack[m_nCurUndoPos - 1]->Undo();
287 void CFXEU_InsertWord::Undo() {
308 void CFXEU_InsertReturn::Undo() {
335 void CFXEU_Backspace::Undo() {
367 void CFXEU_Delete::Undo() {
391 void CFXEU_Clear::Undo() {
419 void CFXEU_InsertText::Undo() {
    [all...]
  /external/pdfium/xfa/fxfa/
cxfa_ffcombobox.cpp 212 bool CXFA_FFComboBox::Undo() {
cxfa_fftextedit.cpp 376 bool CXFA_FFTextEdit::Undo() {
377 return ToEdit(m_pNormalWidget.get())->Undo();
cxfa_ffwidget.cpp 451 bool CXFA_FFWidget::Undo() {
  /external/swiftshader/third_party/PowerVR_SDK/Tools/
PVRTTriStrip.cpp 79 void Undo();
163 @Function Undo
166 void CTri::Undo()
469 // Shame, undo the strip
475 // Undo affected tris
480 pTmp->sOld.pFwd->Undo();
481 pTmp->Undo();
487 pTmp->Undo();
490 // Undo this tris
492 pTri->Undo();
    [all...]
  /art/runtime/
transaction.cc 281 it.second.Undo(it.first);
290 it.second.Undo(it.first);
297 // We want to undo each operation from the most recent to the oldest. List has been filled so the
300 string_log.Undo(intern_table);
307 string_log.Undo();
432 void Transaction::ObjectLog::Undo(mirror::Object* obj) const {
547 void Transaction::InternStringLog::Undo(InternTable* intern_table) const {
588 void Transaction::ResolveStringLog::Undo() const {
620 void Transaction::ArrayLog::Undo(mirror::Array* array) const {
  /device/google/cuttlefish_common/host/frontend/vnc_server/
keysyms.h 48 Cancel = 0xff69, Undo = 0xff65, Redo = 0xff66, Find = 0xff68,
  /external/pdfium/xfa/fde/
cfde_texteditengine.cpp 36 void Undo() const override {
61 void Undo() const override {
88 void Undo() const override {
89 insert_op_.Undo();
90 delete_op_.Undo();
353 // If our undo record is not the last thing we inserted then we need to
354 // remove all the undo records between our insert position and the undo marker
358 // Our Undo position is ahead of us, which means we need to clear out the
366 // Moving this will let us then clear out the end, setting the undo
    [all...]
  /external/pdfium/xfa/fwl/
cfwl_edit.cpp 348 bool CFWL_Edit::Undo() {
349 return CanUndo() ? m_EdtEngine.Undo() : false;
    [all...]
  /external/tensorflow/tensorflow/core/graph/
graph_constructor.cc 133 if (!s.ok()) c.Undo();
184 void 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...]
  /external/kotlinc/lib/
kotlin-compiler.jar 
  /prebuilts/gradle-plugin/com/android/tools/external/com-intellij/intellij-core/26.0.0/
intellij-core-26.0.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/external/com-intellij/intellij-core/26.0.0-alpha4/
intellij-core-26.0.0-alpha4.jar 
  /prebuilts/gradle-plugin/com/android/tools/external/com-intellij/intellij-core/26.0.0-alpha5/
intellij-core-26.0.0-alpha5.jar 
  /prebuilts/gradle-plugin/com/android/tools/external/com-intellij/intellij-core/26.0.0-alpha6/
intellij-core-26.0.0-alpha6.jar 
  /prebuilts/gradle-plugin/com/android/tools/external/com-intellij/intellij-core/26.0.0-alpha7/
intellij-core-26.0.0-alpha7.jar 
  /prebuilts/gradle-plugin/com/android/tools/external/com-intellij/intellij-core/26.0.0-alpha9/
intellij-core-26.0.0-alpha9.jar 
  /prebuilts/gradle-plugin/com/android/tools/external/com-intellij/intellij-core/26.0.0-beta1/
intellij-core-26.0.0-beta1.jar 
  /prebuilts/gradle-plugin/com/android/tools/external/com-intellij/intellij-core/26.0.0-beta2/
intellij-core-26.0.0-beta2.jar 
  /prebuilts/gradle-plugin/com/android/tools/external/com-intellij/intellij-core/26.0.0-beta6/
intellij-core-26.0.0-beta6.jar 
  /prebuilts/gradle-plugin/com/android/tools/external/com-intellij/intellij-core/26.0.0-beta7/
intellij-core-26.0.0-beta7.jar 
  /prebuilts/gradle-plugin/com/android/tools/external/com-intellij/intellij-core/26.0.0-rc1/
intellij-core-26.0.0-rc1.jar 

Completed in 248 milliseconds

1 2