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

  /external/pdfium/xfa/fde/
cfde_txtedtdorecord_deleterange.cpp 28 bool CFDE_TxtEdtDoRecord_DeleteRange::Undo() const {
cfde_txtedtdorecord_insert.cpp 26 bool CFDE_TxtEdtDoRecord_Insert::Undo() const {
cfde_txtedtengine.cpp 631 bool CFDE_TxtEdtEngine::Undo(const IFDE_TxtEdtDoRecord* pDoRecord) {
634 return pDoRecord->Undo();
    [all...]
  /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 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/pdfium/fpdfsdk/pdfwindow/
PWL_EditCtrl.cpp 244 Undo();
498 void CPWL_EditCtrl::Undo() {
500 m_pEdit->Undo();
  /external/pdfium/xfa/fxfa/app/
xfa_ffchoicelist.cpp 404 bool CXFA_FFComboBox::Undo() {
xfa_ffwidget.cpp 284 bool CXFA_FFWidget::Undo() {
    [all...]
  /external/pdfium/fpdfsdk/fxedit/
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...]
  /external/pdfium/xfa/fwl/
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...]
  /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...]
  /prebuilts/gradle-plugin/com/android/tools/external/com-intellij/uast/171.2455.10/
uast-171.2455.10.jar 
  /prebuilts/gradle-plugin/com/android/tools/external/com-intellij/uast/171.3780.107/
uast-171.3780.107.jar 
  /prebuilts/tools/common/intellij-core/171.2455.10/
intellij-core.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-compiler-embeddable/1.0.0/
kotlin-compiler-embeddable-1.0.0.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-compiler-embeddable/1.0.2/
kotlin-compiler-embeddable-1.0.2.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-compiler-embeddable/1.0.5/
kotlin-compiler-embeddable-1.0.5.jar 

Completed in 1715 milliseconds