HomeSort by relevance Sort by last modified time
    Searched refs:all_operations (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chrome/browser/undo/
undo_manager_test.cc 231 std::vector<UndoOperation*> all_operations = local
233 EXPECT_EQ(4U, all_operations.size());
bookmark_undo_service.cc 478 std::vector<UndoOperation*> all_operations = local
480 for (std::vector<UndoOperation*>::iterator it = all_operations.begin();
481 it != all_operations.end(); ++it) {

Completed in 33 milliseconds