HomeSort by relevance Sort by last modified time
    Searched defs:closing_all (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chrome/browser/ui/tabs/
tab_strip_model.h 150 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
tab_strip_model.cc 1216 const bool closing_all = indices.size() == contents_data_.size(); local
    [all...]

Completed in 132 milliseconds