HomeSort by relevance Sort by last modified time
    Searched refs:closing_all_ (Results 1 - 4 of 4) 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...]
  /external/chromium_org/chrome/browser/ui/tabs/
tab_strip_model.h 152 bool closing_all() const { return closing_all_; }
630 bool closing_all_; member in class:TabStripModel
tab_strip_model.cc 117 closing_all_(false) {
163 // then the user aborted the drag, we will have the |closing_all_| member
166 closing_all_ = false;
271 closing_all_ = true;
408 closing_all_ = true;
    [all...]

Completed in 463 milliseconds