OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ScopedGroupingAction
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/chrome/browser/undo/
undo_manager_utils.cc
20
//
ScopedGroupingAction
-------------------------------------------------------
22
ScopedGroupingAction
::
ScopedGroupingAction
(UndoManager* undo_manager)
27
ScopedGroupingAction
::~
ScopedGroupingAction
() {
undo_manager_utils.h
27
//
ScopedGroupingAction
--------------------------------------------------------
30
class
ScopedGroupingAction
{
32
explicit
ScopedGroupingAction
(UndoManager* undo_manager);
33
~
ScopedGroupingAction
();
38
DISALLOW_COPY_AND_ASSIGN(
ScopedGroupingAction
);
bookmark_undo_service.cc
394
ScopedGroupingAction
merge_removes(undo_manager());
Completed in 27 milliseconds