Home
last modified time | relevance | path

Searched refs:mgr_idx (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/chrome/browser/download/
Ddownload_status_updater_unittest.cc55 for (size_t mgr_idx = 0; mgr_idx < managers_.size(); ++mgr_idx) { in ~DownloadStatusUpdaterTest() local
56 EXPECT_CALL(*Manager(mgr_idx), RemoveObserver(_)); in ~DownloadStatusUpdaterTest()
57 for (size_t item_idx = 0; item_idx < manager_items_[mgr_idx].size(); in ~DownloadStatusUpdaterTest()
59 EXPECT_CALL(*Item(mgr_idx, item_idx), RemoveObserver(_)); in ~DownloadStatusUpdaterTest()