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

  /external/chromium/chrome/browser/tabs/
tab_strip_model.h 141 bool closing_all() const { return closing_all_; }
619 bool closing_all_; member in class:TabStripModel
tab_strip_model.cc 65 closing_all_(false),
126 // then the user aborted the drag, we will have the |closing_all_| member
129 closing_all_ = false;
214 closing_all_ = true;
367 closing_all_ = true;
    [all...]

Completed in 267 milliseconds