OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
150
bool closing_all() const { return
closing_all_
; }
564
bool
closing_all_
;
member in class:TabStripModel
tab_strip_model.cc
245
closing_all_
(false),
290
// then the user aborted the drag, we will have the |
closing_all_
| member
293
closing_all_
= false;
405
closing_all_
= true;
542
closing_all_
= true;
[
all
...]
Completed in 26 milliseconds