OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Undo
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/chrome/browser/undo/
undo_manager_test.cc
6
#include "chrome/browser/
undo
/undo_manager.h"
7
#include "chrome/browser/
undo
/undo_operation.h"
41
virtual void
Undo
() OVERRIDE;
56
void TestUndoOperation::
Undo
() {
105
undo_service.undo_manager_.
Undo
();
109
undo_service.undo_manager_.
Undo
();
122
undo_service.undo_manager_.
Undo
();
147
undo_service.undo_manager_.
Undo
();
155
// Check that both operations were called in
Undo
and Redo.
179
undo_service.undo_manager_.
Undo
();
[
all
...]
undo_manager.cc
5
#include "chrome/browser/
undo
/undo_manager.h"
9
#include "chrome/browser/
undo
/undo_operation.h"
30
void UndoGroup::
Undo
() {
33
(*ri)->
Undo
();
53
void UndoManager::
Undo
() {
54
Undo
(&performing_undo_, &undo_actions_);
58
Undo
(&performing_redo_, &redo_actions_);
100
//
Undo
/Redo should have at least one operation performed.
140
void UndoManager::
Undo
(bool* performing_indicator,
154
action->
Undo
();
[
all
...]
bookmark_undo_service.cc
5
#include "chrome/browser/
undo
/bookmark_undo_service.h"
12
#include "chrome/browser/
undo
/bookmark_renumber_observer.h"
13
#include "chrome/browser/
undo
/bookmark_undo_service_factory.h"
14
#include "chrome/browser/
undo
/undo_manager_utils.h"
15
#include "chrome/browser/
undo
/undo_operation.h"
51
// Handles the
undo
of the insertion of a bookmark or folder.
58
virtual void
Undo
() OVERRIDE;
78
void BookmarkAddOperation::
Undo
() {
93
// Handles the
undo
of the deletion of a bookmark node. For a bookmark folder,
106
virtual void
Undo
() OVERRIDE
[
all
...]
/external/chromium_org/ui/views/controls/textfield/
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
45
void
Undo
(TextfieldViewsModel* model) {
321
Undo
();
354
// No
undo
/redo for composition text.
375
// No
undo
/redo for composition text.
475
bool TextfieldViewsModel::
Undo
() {
485
(*current_edit_)->
Undo
(this);
516
// A trick to let
undo
/redo handle cursor correctly.
/external/chromium_org/content/browser/renderer_host/
render_widget_host_impl.cc
[
all
...]
Completed in 248 milliseconds