/external/chromium_org/third_party/WebKit/Source/core/inspector/ |
D | DOMEditor.cpp | 65 virtual bool undo(ExceptionState& exceptionState) in undo() function in WebCore::DOMEditor::RemoveChildAction 105 virtual bool undo(ExceptionState& exceptionState) in undo() function in WebCore::DOMEditor::InsertBeforeAction 111 return m_removeChildAction->undo(exceptionState); in undo() 146 virtual bool undo(ExceptionState& exceptionState) in undo() function in WebCore::DOMEditor::RemoveAttributeAction 184 virtual bool undo(ExceptionState& exceptionState) in undo() function in WebCore::DOMEditor::SetAttributeAction 230 virtual bool undo(ExceptionState& exceptionState) in undo() function in WebCore::DOMEditor::SetOuterHTMLAction 232 return m_history->undo(exceptionState); in undo() 271 virtual bool undo(ExceptionState&) in undo() function in WebCore::DOMEditor::ReplaceWholeTextAction 305 virtual bool undo(ExceptionState& exceptionState) in undo() function in WebCore::DOMEditor::ReplaceChildNodeAction 339 virtual bool undo(ExceptionState&) in undo() function in WebCore::DOMEditor::SetNodeValueAction
|
D | InspectorHistory.cpp | 48 virtual bool undo(ExceptionState&) { return true; } in undo() function in WebCore::__anonb09c019b0111::UndoableStateMark 106 bool InspectorHistory::undo(ExceptionState& exceptionState) in undo() function in WebCore::InspectorHistory 113 if (!action->undo(exceptionState)) { in undo()
|
D | InspectorHistory.h | 57 virtual bool undo(ExceptionState&) = 0; 70 bool undo(ExceptionState&);
|
D | InspectorCSSAgent.cpp | 325 virtual bool undo(ExceptionState& exceptionState) in undo() function in WebCore::InspectorCSSAgent::SetStyleSheetTextAction 381 virtual bool undo(ExceptionState& exceptionState) in undo() function in WebCore::InspectorCSSAgent::SetStyleTextAction 433 virtual bool undo(ExceptionState& exceptionState) in undo() function in WebCore::InspectorCSSAgent::SetPropertyTextAction 487 virtual bool undo(ExceptionState& exceptionState) in undo() function in WebCore::InspectorCSSAgent::TogglePropertyAction 521 virtual bool undo(ExceptionState& exceptionState) in undo() function in WebCore::InspectorCSSAgent::SetRuleSelectorAction 551 virtual bool undo(ExceptionState& exceptionState) in undo() function in WebCore::InspectorCSSAgent::AddRuleAction
|
/external/kernel-headers/original/linux/ |
D | sem.h | 30 struct sem_undo *undo; /* undo requests on this array */ member 99 struct sem_undo *undo; /* undo requests on this array */ member 108 struct sem_undo * undo; /* undo structure */ member
|
D | netdevice.h | 860 static inline int netif_rx_reschedule(struct net_device *dev, int undo) in netif_rx_reschedule() argument 865 dev->quota += undo; in netif_rx_reschedule()
|
/external/llvm/test/Transforms/SimplifyCFG/ |
D | 2007-12-21-Crash.ll | 12 %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/ |
D | DEPS | 10 "+chrome/browser/undo/bookmark_undo_service.h", 11 "+chrome/browser/undo/bookmark_undo_service_factory.h",
|
/external/chromium_org/third_party/WebKit/Source/core/editing/ |
D | UndoStack.h | 53 void undo();
|
D | UndoStack.cpp | 99 void UndoStack::undo() in undo() function in WebCore::UndoStack
|
D | Editor.h | 177 void undo();
|
/external/llvm/test/CodeGen/PowerPC/ |
D | ppc64-crash.ll | 3 ; ModuleID = 'undo.c'
|
/external/chromium_org/build/linux/unbundle/ |
D | replace_gyp_files.py | 63 if options.undo:
|
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ |
D | TextEditor.js | 46 undo: function() { }, method in WebInspector.TextEditor
|
/external/chromium_org/chrome/browser/resources/ntp4/ |
D | most_visited_page.js | 202 var undo = { variable 216 [undo, undoAll]);
|
D | suggestions_page.js | 182 var undo = { variable 196 [undo, undoAll]);
|
/external/chromium_org/chrome/browser/resources/file_manager/foreground/js/image_editor/ |
D | image_editor.js | 190 ImageEditor.prototype.undo = function() { method in ImageEditor 202 this.commandQueue_.undo(); 430 this.undo.bind(this)); 566 this.undo();
|
D | commands.js | 180 CommandQueue.prototype.undo = function() { method in CommandQueue
|
/external/chromium_org/chrome/browser/ui/cocoa/applescript/examples/ |
D | tab_manipulation.applescript | 22 undo
|
/external/chromium/chrome/browser/ui/cocoa/applescript/examples/ |
D | tab_manipulation.applescript | 22 undo
|
/external/mksh/src/ |
D | edit.c | 3457 static struct edstate *undo; variable 3512 undo = &undobuf; in x_vi() 3513 undo->cbufsize = es->cbufsize = len > LINE ? LINE : len; in x_vi() 3515 es->linelen = undo->linelen = 0; in x_vi() 3516 es->cursor = undo->cursor = 0; in x_vi() 3517 es->winleft = undo->winleft = 0; in x_vi() 3897 if (es->cursor == undo->cursor) { in vi_insert() 3904 if (es->cursor >= undo->linelen) in vi_insert() 3907 es->cbuf[es->cursor] = undo->cbuf[es->cursor]; in vi_insert() 4038 undo->winleft = es->winleft; in vi_cmd() [all …]
|
/external/llvm/test/CodeGen/X86/ |
D | force-align-stack-alloca.ll | 35 ; Next we set up the memset call, and then undo it.
|
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/streams/ |
D | rewrite.rb | 309 def undo( number_of_operations = 1 ) method in ANTLR3.TokenRewriteStream.RewriteProgram
|
/external/chromium_org/chrome/browser/ui/cocoa/location_bar/ |
D | autocomplete_text_field_unittest.mm | 703 // -setAttributedStringValue: shouldn't reset the undo state if things 720 // Nothing to undo, yet. 728 // -setStringValue: resets the editor's undo chain. 733 // editor's undo chain. 741 // Verify that calling -clearUndoChain clears the undo chain.
|
/external/chromium/chrome/browser/ui/cocoa/location_bar/ |
D | autocomplete_text_field_unittest.mm | 689 // -setAttributedStringValue: shouldn't reset the undo state if things 706 // Nothing to undo, yet. 714 // -setStringValue: resets the editor's undo chain. 719 // editor's undo chain. 727 // Verify that calling -clearUndoChain clears the undo chain.
|