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 204 std::vector<UndoOperation*> all_operations = local
206 EXPECT_EQ(4U, all_operations.size());
bookmark_undo_service.cc 343 std::vector<UndoOperation*> all_operations = local
345 for (std::vector<UndoOperation*>::iterator it = all_operations.begin();
346 it != all_operations.end(); ++it) {

Completed in 44 milliseconds