Home
last modified time | relevance | path

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

/dports/devel/geany-legacy/geany-1.37.1/src/
H A Dmain.h57 gboolean closing_all; /* the state while closing all tabs member
/dports/devel/geany/geany-1.38/src/
H A Dmain.h57 gboolean closing_all; /* the state while closing all tabs member
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/ui/tabs/
H A Dtab_strip_model.h176 bool closing_all() const { return closing_all_; } in closing_all() function
H A Dtab_strip_model.cc1729 const bool closing_all = static_cast<int>(items.size()) == count(); in InternalCloseTabs() local