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

  /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 282 it.second.Undo(it.first);
291 it.second.Undo(it.first);
298 // We want to undo each operation from the most recent to the oldest. List has been filled so the
301 string_log.Undo(intern_table);
308 string_log.Undo();
433 void Transaction::ObjectLog::Undo(mirror::Object* obj) const {
548 void Transaction::InternStringLog::Undo(InternTable* intern_table) const {
589 void Transaction::ResolveStringLog::Undo() const {
621 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 139 if (!s.ok()) c.Undo();
190 void Undo();
    [all...]

Completed in 669 milliseconds