HomeSort by relevance Sort by last modified time
    Searched refs:ScopedGroupingAction (Results 1 - 2 of 2) 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);

Completed in 103 milliseconds