Home
last modified time | relevance | path

Searched refs:undo (Results 1 – 25 of 118) sorted by relevance

12345

/external/chromium_org/third_party/WebKit/Source/core/inspector/
DDOMEditor.cpp63 virtual bool undo(ExceptionState& exceptionState) OVERRIDE in undo() function in blink::FINAL
111 virtual bool undo(ExceptionState& exceptionState) OVERRIDE in undo() function in blink::FINAL
117 return m_removeChildAction->undo(exceptionState); in undo()
161 virtual bool undo(ExceptionState& exceptionState) OVERRIDE in undo() function in blink::FINAL
206 virtual bool undo(ExceptionState& exceptionState) OVERRIDE in undo() function in blink::FINAL
258 virtual bool undo(ExceptionState& exceptionState) OVERRIDE in undo() function in blink::FINAL
260 return m_history->undo(exceptionState); in undo()
309 virtual bool undo(ExceptionState&) OVERRIDE in undo() function in blink::FINAL
349 virtual bool undo(ExceptionState& exceptionState) OVERRIDE in undo() function in blink::FINAL
391 virtual bool undo(ExceptionState&) OVERRIDE in undo() function in blink::FINAL
DInspectorHistory.cpp48 virtual bool undo(ExceptionState&) OVERRIDE { return true; } in undo() function in blink::__anon155d47080111::FINAL
110 bool InspectorHistory::undo(ExceptionState& exceptionState) in undo() function in blink::InspectorHistory
117 if (!action->undo(exceptionState)) { in undo()
DInspectorHistory.h60 virtual bool undo(ExceptionState&) = 0;
74 bool undo(ExceptionState&);
/external/llvm/test/Transforms/SimplifyCFG/
D2007-12-21-Crash.ll12 %undo.0.ph = phi i32 [ 0, %entry ], [ 1, %bb5.outer.loopexit ] ; <i32> [#uses=1]
24 %tmp12 = tail call i32 (...)* @bar( i32 %undo.0.ph ) nounwind ; <i32> [#uses=0]
/external/chromium_org/chrome/browser/bookmarks/
DDEPS18 "+chrome/browser/undo/bookmark_undo_service.h",
19 "+chrome/browser/undo/bookmark_undo_service_factory.h",
/external/chromium_org/third_party/WebKit/Source/core/editing/
DUndoStack.h53 void undo();
DUndoStack.cpp98 void UndoStack::undo() in undo() function in blink::UndoStack
DEditor.h171 void undo();
/external/llvm/test/CodeGen/PowerPC/
Dppc64-crash.ll3 ; ModuleID = 'undo.c'
/external/kernel-headers/original/uapi/linux/
Dsem.h30 struct sem_undo *undo; /* undo requests on this array */ member
/external/ltrace/sysdeps/
DREADME4 The "clean" target of that Makefile must undo all the efects of the
/external/chromium_org/build/linux/unbundle/
Dreplace_gyp_files.py65 if options.undo:
/external/chromium_org/chrome/browser/resources/ntp4/
Dsuggestions_page.js182 var undo = { variable
196 [undo, undoAll]);
Dmost_visited_page.js202 var undo = { variable
216 [undo, undoAll]);
/external/e2fsprogs/
DTODO242 layers on top of an existing I/O manager which provides an "undo"
243 functionality. This undo I/O manager takes will take two open I/O
244 managers, call them "base" and "undo". The "base" I/O manager is be
246 the I/O manager will check the "undo" I/O manager, using a file format
249 This is useful for allowing e2fsck to create an "undo" file, which
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ui/
DTextEditor.js46 undo: function() { }, method in WebInspector.TextEditor
/external/iptables/extensions/
Dlibip6t_DNPT.man16 You have to use the SNPT target to undo the translation. Example:
Dlibip6t_SNPT.man16 You have to use the DNPT target to undo the translation. Example:
/external/chromium_org/ui/file_manager/gallery/js/image_editor/
Dimage_editor.js186 ImageEditor.prototype.undo = function() { method in ImageEditor
198 this.commandQueue_.undo();
428 this.undo.bind(this));
564 this.undo();
/external/chromium_org/chrome/browser/ui/cocoa/applescript/examples/
Dtab_manipulation.applescript22 undo
/external/llvm/lib/CodeGen/
DCodeGenPrepare.cpp1123 virtual void undo() = 0;
1187 void undo() override { in undo() function in __anon2165e6110311::TypePromotionTransaction::InstructionMoveBefore
1212 void undo() override { in undo() function in __anon2165e6110311::TypePromotionTransaction::OperandSetter
1244 void undo() override { in undo() function in __anon2165e6110311::TypePromotionTransaction::OperandsHider
1267 void undo() override { in undo() function in __anon2165e6110311::TypePromotionTransaction::TruncBuilder
1290 void undo() override { in undo() function in __anon2165e6110311::TypePromotionTransaction::SExtBuilder
1311 void undo() override { in undo() function in __anon2165e6110311::TypePromotionTransaction::TypeMutator
1349 void undo() override { in undo() function in __anon2165e6110311::TypePromotionTransaction::UsesReplacer
1389 void undo() override { in undo() function in __anon2165e6110311::TypePromotionTransaction::InstructionRemover
1393 Replacer->undo(); in undo()
[all …]
/external/skia/experimental/SimpleiOSApp/iPhone/
DAppDelegate_iPhone.m47 …Called as part of transition from the background to the inactive state: here you can undo many of…
/external/chromium_org/third_party/skia/experimental/SimpleiOSApp/iPhone/
DAppDelegate_iPhone.m47 …Called as part of transition from the background to the inactive state: here you can undo many of…
/external/llvm/test/CodeGen/X86/
Dforce-align-stack-alloca.ll35 ; Next we set up the memset call, and then undo it.
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
Dexterns.js392 undo: function() { }, method in CodeMirror

12345