Home
last modified time | relevance | path

Searched refs:redo (Results 1 – 25 of 55) sorted by relevance

123

/external/chromium_org/third_party/WebKit/Source/core/inspector/
DDOMEditor.cpp60 return redo(exceptionState); in perform()
69 virtual bool redo(ExceptionState& exceptionState) OVERRIDE in redo() function in blink::FINAL
121 virtual bool redo(ExceptionState& exceptionState) OVERRIDE in redo() function in blink::FINAL
123 if (m_removeChildAction && !m_removeChildAction->redo(exceptionState)) in redo()
158 return redo(exceptionState); in perform()
167 virtual bool redo(ExceptionState&) OVERRIDE in redo() function in blink::FINAL
203 return redo(exceptionState); in perform()
215 virtual bool redo(ExceptionState& exceptionState) OVERRIDE in redo() function in blink::FINAL
263 virtual bool redo(ExceptionState& exceptionState) OVERRIDE in redo() function in blink::FINAL
265 return m_history->redo(exceptionState); in redo()
[all …]
DInspectorHistory.cpp50 virtual bool redo(ExceptionState&) OVERRIDE { return true; } in redo() function in blink::__anon155d47080111::FINAL
129 bool InspectorHistory::redo(ExceptionState& exceptionState) in redo() function in blink::InspectorHistory
136 if (!action->redo(exceptionState)) { in redo()
DInspectorHistory.h61 virtual bool redo(ExceptionState&) = 0;
75 bool redo(ExceptionState&);
DInspectorCSSAgent.cpp179 return redo(exceptionState); in perform()
187 virtual bool redo(ExceptionState& exceptionState) OVERRIDE in redo() function in blink::FINAL
237 return redo(exceptionState); in perform()
246 virtual bool redo(ExceptionState& exceptionState) OVERRIDE in redo() function in blink::FINAL
298 return redo(exceptionState); in perform()
306 virtual bool redo(ExceptionState& exceptionState) OVERRIDE in redo() function in blink::FINAL
337 return redo(exceptionState); in perform()
345 virtual bool redo(ExceptionState& exceptionState) OVERRIDE in redo() function in blink::FINAL
DInspectorDOMAgent.h149 virtual void redo(ErrorString*) OVERRIDE;
/external/lldb/test/
Dredo.py78 def redo(suffix, dir, names): function
172 os.path.walk(session_dir_path, redo, ".log")
/external/libedit/src/
Dsearch.c221 int done, redo; in ce_inc_search() local
240 done = redo = 0; in ce_inc_search()
272 redo++; in ce_inc_search()
277 redo++; in ce_inc_search()
357 if (redo && newdir == dir) { in ce_inc_search()
/external/chromium_org/third_party/WebKit/Source/core/editing/
DUndoStack.h54 void redo();
DUndoStack.cpp109 void UndoStack::redo() in redo() function in blink::UndoStack
DEditor.h173 void redo();
/external/chromium_org/net/third_party/nss/patches/
Drestartclientauth.patch31 + * It does not work on a subsequent handshake (redo).
44 + ** XXX It does not work on a subsequent handshake (redo).
163 + * It does not work on a subsequent handshake (redo).
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ui/
DTextEditor.js48 redo: function() { }, method in WebInspector.TextEditor
/external/chromium_org/ui/file_manager/gallery/js/image_editor/
Dimage_editor.js205 ImageEditor.prototype.redo = function() { method in ImageEditor
210 this.commandQueue_.redo();
433 this.redo.bind(this));
571 this.redo();
Dcommands.js240 CommandQueue.prototype.redo = function() { method in CommandQueue
/external/chromium_org/chrome/browser/ui/cocoa/applescript/examples/
Dtab_manipulation.applescript24 redo
/external/openssl/crypto/dsa/
Ddsa_ossl.c156 redo: in dsa_do_sign()
199 goto redo; in dsa_do_sign()
/external/chromium_org/chrome/common/extensions/docs/static/js/
Dprettify.js20redo,rescue,retry,self,super,then,true,undef,unless,until,when,yield,BEGIN,END"],v=[v,"case,done,e…
24 …l,exit,foreach,for,goto,if,import,last,local,my,next,no,our,print,package,redo,require,sub,undef,u…
/external/chromium_org/v8/src/compiler/
Dtyper.cc122 redo(NodeSet::key_compare(), NodeSet::allocator_type(typer->zone())) {} in RunVisitor()
134 redo.insert(node); in Post()
142 NodeSet redo; member in v8::internal::compiler::Typer::RunVisitor
201 for (NodeSetIter i = typing.redo.begin(); i != typing.redo.end(); ++i) { in Run()
/external/valgrind/main/massif/
Dms_main.c838 Bool redo; in get_IPs() local
851 redo = True; // Assume this to begin with. in get_IPs()
852 for (overestimate = 3; redo; overestimate += 6) { in get_IPs()
866 if (n_ips < clo_depth + overestimate) { redo = False; } in get_IPs()
890 redo = False; in get_IPs()
894 if (redo) { in get_IPs()
/external/chromium_org/third_party/boringssl/src/crypto/dsa/
Ddsa_impl.c213 redo: in sign()
264 goto redo; in sign()
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
Dexterns.js354 redo: function() { }, method in CodeMirror
/external/valgrind/main/docs/internals/
Dhowto_BUILD_KDE42.txt103 # to install the relevant supporting libs and redo the qt configure
104 # (make confclean, then redo configure)
/external/mesa3d/src/gallium/state_trackers/vega/
Dbezier.c533 redo: in bezier_translate_by_normal()
545 goto redo; in bezier_translate_by_normal()
/external/chromium_org/chrome/browser/ui/cocoa/location_bar/
Dautocomplete_text_field_editor.mm133 // Unregister from any previously registered undo and redo notifications.
145 // Register for undo and redo notifications from the new |delegate|, if it is
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/
Dbezier.c533 redo: in bezier_translate_by_normal()
545 goto redo; in bezier_translate_by_normal()

123