/external/pdfium/fpdfsdk/pwl/ |
D | cpwl_edit_impl.h | 83 void Undo(); 101 virtual void Undo() = 0; 116 void Undo() override; 136 void Undo() override; 156 void Undo() override; 179 void Undo() override; 200 void Undo() override; 220 void Undo() override; 293 bool Undo();
|
D | cpwl_edit_ctrl.cpp | 230 Undo(); in OnChar() 417 void CPWL_EditCtrl::Undo() { in Undo() function in CPWL_EditCtrl 419 m_pEdit->Undo(); in Undo()
|
D | cpwl_edit_impl.cpp | 221 void CPWL_EditImpl_Undo::Undo() { in Undo() function in CPWL_EditImpl_Undo 224 m_UndoItemStack[m_nCurUndoPos - 1]->Undo(); in Undo() 287 void CFXEU_InsertWord::Undo() { in Undo() function in CFXEU_InsertWord 308 void CFXEU_InsertReturn::Undo() { in Undo() function in CFXEU_InsertReturn 335 void CFXEU_Backspace::Undo() { in Undo() function in CFXEU_Backspace 367 void CFXEU_Delete::Undo() { in Undo() function in CFXEU_Delete 391 void CFXEU_Clear::Undo() { in Undo() function in CFXEU_Clear 419 void CFXEU_InsertText::Undo() { in Undo() function in CFXEU_InsertText 1721 bool CPWL_EditImpl::Undo() { in Undo() function in CPWL_EditImpl 1724 m_Undo.Undo(); in Undo()
|
D | cpwl_edit_ctrl.h | 43 void Undo();
|
/external/pdfium/xfa/fde/ |
D | cfde_texteditengine_unittest.cpp | 312 EXPECT_FALSE(engine()->Undo()); in TEST_F() 318 EXPECT_TRUE(engine()->Undo()); in TEST_F() 336 EXPECT_TRUE(engine()->Undo()); in TEST_F() 349 EXPECT_TRUE(engine()->Undo()); in TEST_F() 362 EXPECT_TRUE(engine()->Undo()); in TEST_F() 365 EXPECT_TRUE(engine()->Undo()); in TEST_F() 393 EXPECT_TRUE(engine()->Undo()); in TEST_F() 397 EXPECT_TRUE(engine()->Undo()); in TEST_F() 403 EXPECT_TRUE(engine()->Undo()); in TEST_F() 405 EXPECT_TRUE(engine()->Undo()); in TEST_F() [all …]
|
D | cfde_texteditengine.cpp | 36 void Undo() const override { in Undo() function in __anonfdb5651d0111::InsertOperation 61 void Undo() const override { in Undo() function in __anonfdb5651d0111::DeleteOperation 88 void Undo() const override { in Undo() function in __anonfdb5651d0111::ReplaceOperation 89 insert_op_.Undo(); in Undo() 90 delete_op_.Undo(); in Undo() 563 bool CFDE_TextEditEngine::Undo() { in Undo() function in CFDE_TextEditEngine 567 operation_buffer_[next_operation_index_to_undo_]->Undo(); in Undo()
|
D | cfde_texteditengine.h | 61 virtual void Undo() const = 0; 128 bool Undo();
|
/external/swiftshader/third_party/PowerVR_SDK/Tools/ |
D | PVRTTriStrip.cpp | 79 void Undo(); 166 void CTri::Undo() in Undo() function in CTri 480 pTmp->sOld.pFwd->Undo(); in StripGrow() 481 pTmp->Undo(); in StripGrow() 487 pTmp->Undo(); in StripGrow() 492 pTri->Undo(); in StripGrow()
|
/external/pdfium/xfa/fxfa/ |
D | cxfa_ffcombobox.h | 25 bool Undo() override;
|
D | cxfa_fftextedit.h | 48 bool Undo() override;
|
D | cxfa_fftextedit.cpp | 376 bool CXFA_FFTextEdit::Undo() { in Undo() function in CXFA_FFTextEdit 377 return ToEdit(m_pNormalWidget.get())->Undo(); in Undo()
|
D | cxfa_ffwidget.h | 101 virtual bool Undo();
|
D | cxfa_ffcombobox.cpp | 212 bool CXFA_FFComboBox::Undo() { in Undo() function in CXFA_FFComboBox
|
D | cxfa_ffwidget.cpp | 451 bool CXFA_FFWidget::Undo() { in Undo() function in CXFA_FFWidget
|
/external/python/pyasn1/docs/source/ |
D | example-use-case.rst | 103 # Undo BASE64 serialisation 106 # Undo DER serialisation, reconstruct SSH key structure
|
/external/pdfium/xfa/fwl/ |
D | cfwl_combobox.h | 77 bool EditUndo() { return m_pEdit->Undo(); } in EditUndo()
|
D | cfwl_edit.h | 86 bool Undo();
|
D | cfwl_edit.cpp | 348 bool CFWL_Edit::Undo() { in Undo() function in CFWL_Edit 349 return CanUndo() ? m_EdtEngine.Undo() : false; in Undo()
|
/external/libxkbcommon/xkbcommon/test/data/symbols/ |
D | inet | 94 key <UNDO> { [ Undo ] }; 1080 key <FK16> { [ Undo ] }; // F5 1096 key <FK15> { [ Undo ] }; // F5 1291 key <I07> { [ Undo ] }; 1375 key <END> { [ Undo ] }; 1412 key <I08> { [ Undo ] }; 1740 key <I07> { [ Undo ] };
|
/external/e2fsprogs/doc/RelNotes/ |
D | v1.43.1.txt | 29 exception of the Undo handler when running on FreeBSD) used this buggy
|
/external/tensorflow/tensorflow/core/graph/ |
D | graph_constructor.cc | 139 if (!s.ok()) c.Undo(); in Construct() 190 void Undo(); 1182 void GraphConstructor::Undo() { in Undo() function in tensorflow::__anone0324be20111::GraphConstructor
|
/external/python/cpython2/Lib/idlelib/ |
D | help.txt | 32 Undo -- Undo last change to current window
|
D | README.txt | 144 Undo # undoDelegator
|
/external/python/cpython2/Misc/NEWS.d/ |
D | 2.7a2.rst | 336 Undo the 2.7a1 change to have hashlib to reject unicode and non buffer API
|
/external/python/cpython3/Lib/idlelib/ |
D | README.txt | 143 Undo # undodelegator
|