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

1 2

  /external/chromium_org/chrome/browser/undo/
undo_manager_test.cc 22 void Redo();
82 void TestUndoService::Redo() {
84 undo_manager_.Redo();
153 undo_service.Redo();
178 undo_service.Redo();
182 // Check that both operations were called in Undo and Redo.
256 // There should be at least 1 observer callback for redo.
257 undo_service.undo_manager_.Redo();
bookmark_undo_service_test.cc 69 // Redo bookmark creation and ensure bookmark information is valid.
70 undo_service->undo_manager()->Redo();
99 // Redo the deletion and check that there are no bookmarks left.
100 undo_service->undo_manager()->Redo();
107 // Ensure the undo/redo works for editing of bookmark information grouped into
133 // Redo the modifications and ensure the newer values are present.
134 undo_service->undo_manager()->Redo();
170 // Redo the move and check that the first node is in the last position.
171 undo_service->undo_manager()->Redo();
208 // Redo the move back into the folder and check validity
    [all...]
undo_manager.h 32 // The resource string id describing the undo and redo action.
42 // The resource string id describing the undo and redo action.
52 // undo and redo those operations.
58 // Perform an undo or redo operation.
60 void Redo();
80 // Returns all UndoOperations that are awaiting Undo or Redo. Note that
84 // Remove all undo and redo operations. Note that grouping of actions and
103 // Returns the undo or redo UndoGroup container that should store the next
104 // change taking into account if an undo or redo is being executed.
107 // Containers of user actions ready for an undo or redo treated as a stack
    [all...]
undo_manager.cc 67 void UndoManager::Redo() {
122 // Undo/Redo should have at least one operation performed.
211 // User actions invalidate any available redo actions.
  /external/chromium_org/ui/views/controls/textfield/
textfield_model_unittest.cc     [all...]
textfield_model.cc 20 // Edit holds state information to undo/redo editing changes. Editing operations
41 void Redo(TextfieldModel* model) {
48 // merged edit will be deleted after redo and should not be reused.
327 // No undo/redo for composition text.
348 // No undo/redo for composition text.
443 // There is no redo iff the current edit is the last element in the history.
468 bool TextfieldModel::Redo() {
481 (*current_edit_)->Redo(this);
490 // A trick to let undo/redo handle cursor correctly.
688 edit->Redo(this)
    [all...]
textfield_model.h 22 // Internal Edit class that keeps track of edits for undo/redo.
162 // Redo edit. Returns true if redo changed the text.
163 bool Redo();
233 // Clears redo history.
248 // has been merged and must be deleted after redo.
275 // to the last element (one before |end()|), meaning no edit to redo.
281 // There is no edit to redo (== last element or no element) when:
282 // 1) in initial state. (nothing to redo)
283 // 2) new edit is added. (redo history is cleared
    [all...]
  /external/pdfium/fpdfsdk/include/formfiller/
FFL_TextField.h 25 virtual void Redo();
  /external/pdfium/fpdfsdk/include/fxedit/
fxet_edit.h 291 void Redo();
354 virtual void Redo();
372 void Redo();
392 void Redo();
412 void Redo();
434 void Redo();
455 void Redo();
474 void Redo();
497 void Redo();
519 void Redo();
    [all...]
fx_edit.h 147 virtual void Redo() = 0;
307 //do Redo operation.
308 virtual FX_BOOL Redo() = 0;
322 //allow undo/redo?
  /external/pdfium/fpdfsdk/include/pdfwindow/
PWL_EditCtrl.h 119 void Redo();
  /external/chromium_org/v8/test/mjsunit/regress/
regress-1548.js 40 // Redo tests with arguments object.
  /external/pdfium/fpdfsdk/src/pdfwindow/
PWL_EditCtrl.cpp 288 Redo();
625 void CPWL_EditCtrl::Redo()
628 m_pEdit->Redo();
  /external/chromium_org/content/public/browser/
web_contents.h 353 virtual void Redo() = 0;
  /external/pdfium/fpdfsdk/src/fxedit/
fxet_edit.cpp 390 void CFX_Edit_Undo::Redo()
401 pItem->Redo();
545 void CFX_Edit_GroupUndoItem::Redo()
552 pUndoItem->Redo();
580 void CFXEU_InsertWord::Redo()
620 void CFXEU_InsertReturn::Redo()
660 void CFXEU_Backspace::Redo()
708 void CFXEU_Delete::Redo()
749 void CFXEU_Clear::Redo()
791 void CFXEU_ClearRich::Redo()
    [all...]
  /external/chromium_org/chrome/browser/ui/bookmarks/
bookmark_context_menu_controller.cc 190 Redo();
  /external/pdfium/fpdfsdk/src/formfiller/
FFL_TextField.cpp 25 void CFFL_EditUndoItem::Redo()
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/
build-lucid-multilib-toolchain.sh 1195 #echo "Redo: $TASK due to $DEP"
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/
build-lucid-multilib-toolchain.sh 1195 #echo "Redo: $TASK due to $DEP"
    [all...]
  /external/chromium_org/ui/file_manager/file_manager/foreground/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 207 * Redo the recently un-done command.
209 ImageEditor.prototype.redo = function() {
211 this.recordToolUse('redo');
214 this.commandQueue_.redo();
219 * Update Undo/Redo buttons state.
433 this.redoButton_ = createButton('redo',
435 this.redo.bind(this));
436 this.registerAction_('redo');
573 this.redo();
  /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 207 * Redo the recently un-done command.
209 ImageEditor.prototype.redo = function() {
211 this.recordToolUse('redo');
214 this.commandQueue_.redo();
219 * Update Undo/Redo buttons state.
433 this.redoButton_ = createButton('redo',
435 this.redo.bind(this));
436 this.registerAction_('redo');
573 this.redo();
  /external/chromium_org/chrome/browser/extensions/api/bookmark_manager_private/
bookmark_manager_private_api.cc 788 Redo();
  /external/chromium_org/content/browser/web_contents/
web_contents_impl.h 233 virtual void Redo() OVERRIDE;
    [all...]

Completed in 999 milliseconds

1 2