HomeSort by relevance Sort by last modified time
    Searched refs:Redo (Results 1 - 20 of 20) sorted by null

  /external/chromium_org/chrome/browser/undo/
undo_manager.h 38 // undo and redo those operations.
44 // Perform an undo or redo operation.
46 void Redo();
63 // Returns all UndoOperations that are awaiting Undo or Redo. Note that
67 // Remove all undo and redo operations. Note that grouping of actions and
79 // Returns the undo or redo UndoGroup container that should store the next
80 // change taking into account if an undo or redo is being executed.
83 // Containers of user actions ready for an undo or redo treated as a stack.
96 // Set when executing Undo or Redo so that incoming changes are correctly
undo_manager_test.cc 21 void Redo();
71 void TestUndoService::Redo() {
73 undo_manager_.Redo();
126 undo_service.Redo();
151 undo_service.Redo();
155 // Check that both operations were called in Undo and Redo.
undo_manager.cc 57 void UndoManager::Redo() {
100 // Undo/Redo should have at least one operation performed.
161 // User actions invalidate any available redo actions.
  /external/chromium_org/ui/views/controls/textfield/
textfield_views_model_unittest.cc     [all...]
textfield_views_model.cc 27 // An edit object holds enough information/state to undo/redo the
31 // (For example, when you did undo/redo, or a text is appended via
52 void Redo(TextfieldViewsModel* model) {
60 // redo and should not be reused.
354 // No undo/redo for composition text.
375 // No undo/redo for composition text.
468 // There is no redo iff the current edit is the last element
494 bool TextfieldViewsModel::Redo() {
507 (*current_edit_)->Redo(this);
516 // A trick to let undo/redo handle cursor correctly
    [all...]
textfield_views_model.h 32 // Internal Edit class that keeps track of edits for undo/redo.
178 // Redo edit. Returns true if redo changed the text.
179 bool Redo();
257 // Clears redo history.
272 // has been merged and must be deleted after redo.
300 // to the last element (one before |end()|), meaning no edit to redo.
305 // There is no edit to redo (== last element or no element) when:
306 // 1) in initial state. (nothing to redo)
307 // 2) new edit is added. (redo history is cleared
    [all...]
native_textfield_views.cc     [all...]
  /external/chromium_org/content/public/browser/
render_widget_host.h 133 virtual void Redo() = 0;
  /external/chromium_org/v8/test/mjsunit/regress/
regress-1548.js 40 // Redo tests with arguments object.
  /external/v8/test/mjsunit/regress/
regress-1548.js 40 // Redo tests with arguments object.
  /external/chromium_org/content/browser/renderer_host/
render_widget_host_impl.h 125 virtual void Redo() OVERRIDE;
    [all...]
render_widget_host_impl.cc     [all...]
render_widget_host_unittest.cc     [all...]
  /external/openssh/contrib/redhat/
openssh.spec 620 - Redo patch to move pam_open_session after the server setuid()s to the user.
627 - Redo patch to ssh-add to try to adding both identity and id_dsa to also try
  /external/chromium_org/chrome/browser/resources/file_manager/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 202 * Redo the recently un-done command.
204 ImageEditor.prototype.redo = function() {
206 this.recordToolUse('redo');
209 this.commandQueue_.redo();
214 * Update Undo/Redo buttons state.
428 this.redoButton_ = createButton('redo',
430 this.redo.bind(this));
431 this.registerAction_('redo');
568 this.redo();
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/
build-hardy-toolchain.sh 1180 #echo "Redo: $TASK due to $DEP"
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/
build-hardy-toolchain.sh 1180 #echo "Redo: $TASK due to $DEP"
    [all...]
  /external/chromium/chrome/browser/tab_contents/
render_view_context_menu.cc     [all...]
  /external/chromium_org/chrome/browser/tab_contents/
render_view_context_menu.cc 702 // Add undo/redo, cut/copy/paste etc for text fields.
    [all...]

Completed in 253 milliseconds