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

1 2

  /external/pdfium/xfa/fde/
ifde_txtedtdorecord.h 17 virtual bool Undo() const = 0;
cfde_txtedtdorecord_deleterange.h 25 bool Undo() const override;
cfde_txtedtdorecord_insert.h 24 bool Undo() const override;
cfde_txtedtdorecord_deleterange.cpp 28 bool CFDE_TxtEdtDoRecord_DeleteRange::Undo() const {
cfde_txtedtdorecord_insert.cpp 26 bool CFDE_TxtEdtDoRecord_Insert::Undo() const {
cfde_txtedtengine.h 66 bool Undo(const IFDE_TxtEdtDoRecord* pRecord);
cfde_txtedtengine.cpp 631 bool CFDE_TxtEdtEngine::Undo(const IFDE_TxtEdtDoRecord* pDoRecord) {
634 return pDoRecord->Undo();
    [all...]
  /external/pdfium/fpdfsdk/fxedit/
fxet_edit.h 111 void Undo();
134 virtual void Undo() = 0;
161 void Undo() override;
185 void Undo() override;
208 void Undo() override;
232 void Undo() override;
259 void Undo() override;
282 void Undo() override;
302 void Undo() override;
383 bool Undo();
    [all...]
fxet_edit.cpp 260 void CFX_Edit_Undo::Undo() {
263 m_UndoItemStack[m_nCurUndoPos - 1]->Undo();
362 void CFX_Edit_GroupUndoItem::Undo() {
364 (*iter)->Undo();
402 void CFXEU_InsertWord::Undo() {
436 void CFXEU_InsertReturn::Undo() {
469 void CFXEU_Backspace::Undo() {
508 void CFXEU_Delete::Undo() {
535 void CFXEU_Clear::Undo() {
565 void CFXEU_InsertText::Undo() {
    [all...]
  /art/runtime/
transaction.h 139 void Undo(mirror::Object* obj) const REQUIRES_SHARED(Locks::mutator_lock_);
187 void Undo(mirror::Array* obj) const REQUIRES_SHARED(Locks::mutator_lock_);
221 void Undo(InternTable* intern_table) const
241 void Undo() const REQUIRES_SHARED(Locks::mutator_lock_);
transaction.cc 238 it.second.Undo(it.first);
247 it.second.Undo(it.first);
254 // We want to undo each operation from the most recent to the oldest. List has been filled so the
257 string_log.Undo(intern_table);
264 string_log.Undo();
388 void Transaction::ObjectLog::Undo(mirror::Object* obj) const {
503 void Transaction::InternStringLog::Undo(InternTable* intern_table) const {
544 void Transaction::ResolveStringLog::Undo() const {
576 void Transaction::ArrayLog::Undo(mirror::Array* array) const {
  /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...]
  /external/pdfium/xfa/fxfa/app/
xfa_ffchoicelist.h 55 bool Undo() override;
xfa_ffchoicelist.cpp 404 bool CXFA_FFComboBox::Undo() {
  /external/pdfium/xfa/fwl/
cfwl_edit.h 88 bool Undo(const IFDE_TxtEdtDoRecord* pRecord);
89 bool Undo();
cfwl_combobox.h 77 bool EditUndo() { return m_pEdit->Undo(); }
cfwl_edit.cpp 369 bool CFWL_Edit::Undo(const IFDE_TxtEdtDoRecord* pRecord) {
370 return m_EdtEngine.Undo(pRecord);
373 bool CFWL_Edit::Undo() {
376 return Undo(m_DoRecords[m_iCurRecord--].get());
    [all...]
  /external/pdfium/fpdfsdk/pdfwindow/
PWL_EditCtrl.cpp 244 Undo();
498 void CPWL_EditCtrl::Undo() {
500 m_pEdit->Undo();
PWL_EditCtrl.h 70 void Undo();
  /external/pdfium/xfa/fxfa/
xfa_ffwidget.h 83 virtual bool Undo();
  /prebuilts/go/darwin-x86/src/path/filepath/
path_windows.go 148 // in a UNC path. Undo creation of UNC path.
  /prebuilts/go/linux-x86/src/path/filepath/
path_windows.go 148 // in a UNC path. Undo creation of UNC path.
  /prebuilts/go/darwin-x86/src/runtime/
mcentral.go 151 // unallocated slots in heap_live. Undo this.
  /prebuilts/go/linux-x86/src/runtime/
mcentral.go 151 // unallocated slots in heap_live. Undo this.
  /prebuilts/go/darwin-x86/src/image/gif/
reader.go 267 // Undo the interlacing if necessary.

Completed in 2501 milliseconds

1 2