OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:browsers_to_close
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/chrome/browser/ui/
browser_list.cc
122
BrowserVector
browsers_to_close
;
local
125
browsers_to_close
.push_back(*it);
128
for (BrowserVector::const_iterator it =
browsers_to_close
.begin();
129
it !=
browsers_to_close
.end(); ++it) {
137
BrowserVector
browsers_to_close
;
local
140
browsers_to_close
.push_back(*it);
143
TryToCloseBrowserList(
browsers_to_close
,
149
void BrowserList::TryToCloseBrowserList(const BrowserVector&
browsers_to_close
,
152
for (BrowserVector::const_iterator it =
browsers_to_close
.begin();
153
it !=
browsers_to_close
.end(); ++it)
[
all
...]
browser_list.h
106
// Attempts to close |
browsers_to_close
| while respecting OnBeforeUnload
114
const BrowserVector&
browsers_to_close
,
120
// |
browsers_to_close
|, |on_close_confirmed|, and |profile_path|. Otherwise,
123
const BrowserVector&
browsers_to_close
,
settings_window_manager_browsertest.cc
107
std::list<Browser*>
browsers_to_close
;
local
110
browsers_to_close
.push_back(*it);
112
for (std::list<Browser*>::iterator iter =
browsers_to_close
.begin();
113
iter !=
browsers_to_close
.end(); ++iter) {
Completed in 72 milliseconds