Searched refs:unmapped_tabs_ (Results 1 – 2 of 2) sorted by relevance
107 unmapped_tabs_.erase(tab.get()); in GetSessionTab()114 unmapped_tabs_.insert(tab.get()); in GetSessionTab()136 STLDeleteContainerPointers(unmapped_tabs_.begin(), unmapped_tabs_.end()); in clear()137 unmapped_tabs_.clear(); in clear()
104 std::set<SessionTab*> unmapped_tabs_; variable