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

  /external/chromium_org/third_party/WebKit/Source/core/editing/
UndoStack.cpp 105 // unapply will call us back to push this command onto the redo stack.
109 void UndoStack::redo() function in class:blink::UndoStack
Editor.cpp 990 void Editor::redo() function in class:blink::Editor
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorHistory.cpp 50 virtual bool redo(ExceptionState&) OVERRIDE { return true; }
129 bool InspectorHistory::redo(ExceptionState& exceptionState) function in class:blink::InspectorHistory
136 if (!action->redo(exceptionState)) {
InspectorDOMAgent.cpp 1430 void InspectorDOMAgent::redo(ErrorString* errorString) function in class:blink::InspectorDOMAgent
    [all...]
  /external/lldb/test/
redo.py 4 A simple utility to redo the failed/errored tests.
21 # If True, redo with no '-t' option for the test driver.
45 Usage: redo.py [-F filename_component] [-n] [session_dir] [-d]
73 # This is the pattern for the line from the log file to redo a test.
78 def redo(suffix, dir, names): function
172 os.path.walk(session_dir_path, redo, ".log")
  /external/libedit/src/
search.c 221 int done, redo; local
240 done = redo = 0;
272 redo++;
277 redo++;
357 if (redo && newdir == dir) {
  /external/chromium_org/ui/file_manager/gallery/js/image_editor/
commands.js 9 * Supports undo/redo.
157 * @param {boolean=} opt_keep_redo True if redo stack should not be cleared.
231 * @return {boolean} True if Redo is applicable.
240 CommandQueue.prototype.redo = function() {
242 throw new Error('Cannot redo');
image_editor.js 203 * Redo the recently un-done command.
205 ImageEditor.prototype.redo = function() {
207 this.recordToolUse('redo');
210 this.commandQueue_.redo();
215 * Update Undo/Redo buttons state.
431 this.redoButton_ = createButton('redo',
433 this.redo.bind(this));
434 this.registerAction_('redo');
571 this.redo();
    [all...]
  /external/chromium_org/v8/src/compiler/
typer.cc 122 redo(NodeSet::key_compare(), NodeSet::allocator_type(typer->zone())) {}
134 redo.insert(node);
142 NodeSet redo; member in class:v8::internal::compiler::Typer::RunVisitor
201 for (NodeSetIter i = typing.redo.begin(); i != typing.redo.end(); ++i) {
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/ui/
TextEditor.js 48 redo: function() { },
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
externs.js 354 redo: function() { },
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.commands_3.6.0.I20100512-1500.jar 
org.eclipse.text_3.5.0.v20100601-1300.jar 
org.eclipse.jface.text_3.6.1.r361_v20100825-0800.jar 
org.eclipse.ui.ide_3.6.2.M20101117-0800.jar 

Completed in 2779 milliseconds