Searched defs:closing_all (Results 1 - 2 of 2) 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) {

Completed in 86 milliseconds