OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetAllUndoOperations
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/chrome/browser/undo/
undo_manager.h
65
std::vector<UndoOperation*>
GetAllUndoOperations
() const;
undo_manager_test.cc
188
TEST(UndoServiceTest,
GetAllUndoOperations
) {
205
undo_service.undo_manager_.
GetAllUndoOperations
();
undo_manager.cc
118
std::vector<UndoOperation*> UndoManager::
GetAllUndoOperations
() const {
Completed in 453 milliseconds