Searched defs:pending_moves (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/chrome/installer/util/
H A Ddelete_after_reboot_helper_unittest.cc151 std::vector<PendingMove> pending_moves; local
152 EXPECT_TRUE(SUCCEEDED(GetPendingMovesValue(&pending_moves)));
156 EXPECT_GT(pending_moves.size(), 3U);
162 std::vector<PendingMove>::const_iterator iter(pending_moves.begin());
163 for (; iter != pending_moves.end(); iter++) {
173 EXPECT_FALSE(iter == pending_moves.end());
174 if (iter != pending_moves.end()) {
184 HRESULT hr = GetPendingMovesValue(&pending_moves);
187 std::vector<PendingMove>::const_iterator check_iter(pending_moves.begin());
188 for (; check_iter != pending_moves
205 std::vector<PendingMove> pending_moves; local
[all...]

Completed in 114 milliseconds