/external/chromium_org/third_party/WebKit/Source/core/inspector/ |
D | DOMEditor.cpp | 60 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 …]
|
D | InspectorHistory.cpp | 50 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()
|
D | InspectorHistory.h | 61 virtual bool redo(ExceptionState&) = 0; 75 bool redo(ExceptionState&);
|
D | InspectorCSSAgent.cpp | 179 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
|
D | InspectorDOMAgent.h | 149 virtual void redo(ErrorString*) OVERRIDE;
|
/external/lldb/test/ |
D | redo.py | 78 def redo(suffix, dir, names): function 172 os.path.walk(session_dir_path, redo, ".log")
|
/external/libedit/src/ |
D | search.c | 221 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/ |
D | UndoStack.h | 54 void redo();
|
D | UndoStack.cpp | 109 void UndoStack::redo() in redo() function in blink::UndoStack
|
D | Editor.h | 173 void redo();
|
/external/chromium_org/net/third_party/nss/patches/ |
D | restartclientauth.patch | 31 + * 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/ |
D | TextEditor.js | 48 redo: function() { }, method in WebInspector.TextEditor
|
/external/chromium_org/ui/file_manager/gallery/js/image_editor/ |
D | image_editor.js | 205 ImageEditor.prototype.redo = function() { method in ImageEditor 210 this.commandQueue_.redo(); 433 this.redo.bind(this)); 571 this.redo();
|
D | commands.js | 240 CommandQueue.prototype.redo = function() { method in CommandQueue
|
/external/chromium_org/chrome/browser/ui/cocoa/applescript/examples/ |
D | tab_manipulation.applescript | 24 redo
|
/external/openssl/crypto/dsa/ |
D | dsa_ossl.c | 156 redo: in dsa_do_sign() 199 goto redo; in dsa_do_sign()
|
/external/chromium_org/chrome/common/extensions/docs/static/js/ |
D | prettify.js | 20 …redo,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/ |
D | typer.cc | 122 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/ |
D | ms_main.c | 838 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/ |
D | dsa_impl.c | 213 redo: in sign() 264 goto redo; in sign()
|
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ |
D | externs.js | 354 redo: function() { }, method in CodeMirror
|
/external/valgrind/main/docs/internals/ |
D | howto_BUILD_KDE42.txt | 103 # to install the relevant supporting libs and redo the qt configure 104 # (make confclean, then redo configure)
|
/external/mesa3d/src/gallium/state_trackers/vega/ |
D | bezier.c | 533 redo: in bezier_translate_by_normal() 545 goto redo; in bezier_translate_by_normal()
|
/external/chromium_org/chrome/browser/ui/cocoa/location_bar/ |
D | autocomplete_text_field_editor.mm | 133 // 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/ |
D | bezier.c | 533 redo: in bezier_translate_by_normal() 545 goto redo; in bezier_translate_by_normal()
|