Searched refs:closing_all (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/chrome/browser/ui/tabs/
H A Dtab_strip_model.h150 bool closing_all() const { return closing_all_; } function in class:TabStripModel
262 // Close all tabs at once. Code can use closing_all() above to defer
H A Dtab_strip_model.cc1216 const bool closing_all = indices.size() == contents_data_.size(); local
1217 if (closing_all)
1274 if (ref && closing_all && !retval) {
/external/chromium_org/chrome/browser/ui/
H A Dbrowser.cc962 if (index < old_active_index && !tab_strip_model_->closing_all()) {
1051 if (session_service && !tab_strip_model_->closing_all()) {
2281 if (!tab_strip_model_->closing_all())
/external/chromium_org/chrome/browser/extensions/api/tabs/
H A Dtabs_event_router.cc274 tab_strip_model->closing_all());
/external/chromium_org/chrome/browser/ui/views/frame/
H A Dbrowser_view.cc818 if (!browser_->tab_strip_model()->closing_all() && GetWidget()->IsActive() &&

Completed in 1184 milliseconds