Home
last modified time | relevance | path

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

/external/chromium/chrome/browser/sessions/
Dsession_service.cc167 pending_window_close_ids_.clear(); in MoveCurrentSessionToLastSession()
228 if (find(pending_window_close_ids_.begin(), pending_window_close_ids_.end(), in TabClosed()
229 window_id.id()) != pending_window_close_ids_.end()) { in TabClosed()
267 pending_window_close_ids_.insert(window_id.id()); in WindowClosing()
281 } else if (pending_window_close_ids_.find(window_id.id()) == in WindowClosed()
282 pending_window_close_ids_.end()) { in WindowClosed()
286 pending_window_close_ids_.insert(window_id.id()); in WindowClosed()
417 if (pending_window_close_ids_.empty()) { in GetCurrentSession()
1240 if (!pending_reset() && pending_window_close_ids_.empty() && in ScheduleCommand()
1255 for (PendingWindowCloseIDs::iterator i = pending_window_close_ids_.begin(); in CommitPendingCloses()
[all …]
Dsession_service.h421 PendingWindowCloseIDs pending_window_close_ids_; variable