OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs: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_; }
function in class:TabStripModel
279
// Close all tabs at once. Code can use
closing_all
() above to defer
/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
Completed in 3947 milliseconds