Home
last modified time | relevance | path

Searched defs:closing_all (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/ui/tabs/
Dtab_strip_model.h150 bool closing_all() const { return closing_all_; } in closing_all() function
Dtab_strip_model.cc1193 const bool closing_all = indices.size() == contents_data_.size(); in InternalCloseTabs() local