/external/pdfium/fpdfsdk/pwl/ |
D | cpwl_edit_impl.h | 83 void Undo(); 109 virtual int Undo() = 0; 124 int Undo() override; 144 int Undo() override; 160 int Undo() override; 180 int Undo() override; 203 int Undo() override; 224 int Undo() override; 244 int Undo() override; 318 bool Undo();
|
D | cpwl_edit_ctrl.cpp | 216 Undo(); in OnChar() 398 bool CPWL_EditCtrl::Undo() { in Undo() function in CPWL_EditCtrl 399 return CanUndo() && m_pEdit->Undo(); in Undo()
|
D | cpwl_edit_impl.cpp | 202 void CPWL_EditImpl_Undo::Undo() { in Undo() function in CPWL_EditImpl_Undo 207 nUndoRemain += m_UndoItemStack[m_nCurUndoPos - 1]->Undo(); in Undo() 279 int CFXEU_InsertWord::Undo() { in Undo() function in CFXEU_InsertWord 302 int CFXEU_InsertReturn::Undo() { in Undo() function in CFXEU_InsertReturn 325 int CFXEU_ReplaceSelection::Undo() { in Undo() function in CFXEU_ReplaceSelection 356 int CFXEU_Backspace::Undo() { in Undo() function in CFXEU_Backspace 390 int CFXEU_Delete::Undo() { in Undo() function in CFXEU_Delete 416 int CFXEU_Clear::Undo() { in Undo() function in CFXEU_Clear 446 int CFXEU_InsertText::Undo() { in Undo() function in CFXEU_InsertText 1745 bool CPWL_EditImpl::Undo() { in Undo() function in CPWL_EditImpl [all …]
|
D | cpwl_edit_ctrl.h | 44 bool Undo() override;
|
D | cpwl_combo_box.h | 72 bool Undo() override;
|
/external/pdfium/xfa/fde/ |
D | cfde_texteditengine_unittest.cpp | 361 EXPECT_FALSE(engine()->Undo()); in TEST_F() 367 EXPECT_TRUE(engine()->Undo()); in TEST_F() 385 EXPECT_TRUE(engine()->Undo()); in TEST_F() 398 EXPECT_TRUE(engine()->Undo()); in TEST_F() 411 EXPECT_TRUE(engine()->Undo()); in TEST_F() 414 EXPECT_TRUE(engine()->Undo()); in TEST_F() 442 EXPECT_TRUE(engine()->Undo()); in TEST_F() 446 EXPECT_TRUE(engine()->Undo()); in TEST_F() 452 EXPECT_TRUE(engine()->Undo()); in TEST_F() 454 EXPECT_TRUE(engine()->Undo()); in TEST_F() [all …]
|
D | cfde_texteditengine.h | 61 virtual void Undo() const = 0; 137 bool Undo();
|
D | cfde_texteditengine.cpp | 39 void Undo() const override { in Undo() function in __anonf1d23afb0111::InsertOperation 64 void Undo() const override { in Undo() function in __anonf1d23afb0111::DeleteOperation 91 void Undo() const override { in Undo() function in __anonf1d23afb0111::ReplaceOperation 92 insert_op_.Undo(); in Undo() 93 delete_op_.Undo(); in Undo() 588 bool CFDE_TextEditEngine::Undo() { in Undo() function in CFDE_TextEditEngine 592 operation_buffer_[next_operation_index_to_undo_]->Undo(); in Undo()
|
/external/pdfium/xfa/fxfa/ |
D | cxfa_ffdatetimeedit.cpp | 228 bool CXFA_FFDateTimeEdit::Undo() { in Undo() function in CXFA_FFDateTimeEdit 229 return GetPickerWidget()->Undo(); in Undo()
|
D | cxfa_ffdatetimeedit.h | 42 bool Undo() override;
|
D | cxfa_ffwidgethandler.cpp | 177 bool CXFA_FFWidgetHandler::Undo(CXFA_FFWidget* widget) { in Undo() function in CXFA_FFWidgetHandler 178 return widget->Undo(); in Undo()
|
D | cxfa_fftextedit.h | 49 bool Undo() override;
|
D | cxfa_ffcombobox.h | 31 bool Undo() override;
|
D | cxfa_ffwidgethandler.h | 58 bool Undo(CXFA_FFWidget* widget);
|
D | cxfa_fftextedit.cpp | 388 bool CXFA_FFTextEdit::Undo() { in Undo() function in CXFA_FFTextEdit 389 return ToEdit(GetNormalWidget())->Undo(); in Undo()
|
/external/fmtlib/doc/bootstrap/ |
D | media.less | 57 // Undo default ul/ol styles
|
/external/mesa3d/docs/relnotes/ |
D | 11.0.5.rst | 60 - Revert "mesa/glformats: Undo code changes from 121 - mesa/glformats: Undo code changes from \_mesa_base_tex_format() move
|
/external/pdfium/fpdfsdk/ |
D | cpdfsdk_widgethandler.cpp | 279 bool CPDFSDK_WidgetHandler::Undo(CPDFSDK_Annot* pAnnot) { in Undo() function in CPDFSDK_WidgetHandler 280 return !pAnnot->IsSignatureWidget() && m_pFormFiller->Undo(pAnnot); in Undo()
|
D | cpdfsdk_pageview.h | 63 bool Undo();
|
D | ipdfsdk_annothandler.h | 39 virtual bool Undo(CPDFSDK_Annot* pAnnot) = 0;
|
D | cpdfsdk_baannothandler.h | 41 bool Undo(CPDFSDK_Annot* pAnnot) override;
|
D | cpdfsdk_widgethandler.h | 41 bool Undo(CPDFSDK_Annot* pAnnot) override;
|
/external/pdfium/xfa/fwl/ |
D | cfwl_datetimepicker.h | 65 bool Undo();
|
D | cfwl_combobox.h | 73 bool EditUndo() { return m_pEdit->Undo(); } in EditUndo()
|
/external/python/pyasn1/docs/source/ |
D | example-use-case.rst | 103 # Undo BASE64 serialisation 106 # Undo DER serialisation, reconstruct SSH key structure
|