OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tabs_needing_unload_fired_
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/chrome/browser/ui/
unload_controller.cc
97
tabs_needing_unload_fired_
.insert(contents);
174
if (!ContainsKey(
tabs_needing_unload_fired_
, contents) &&
283
} else if (!
tabs_needing_unload_fired_
.empty()) {
292
content::WebContents* web_contents = *(
tabs_needing_unload_fired_
.begin());
308
tabs_needing_unload_fired_
.empty();
315
for (UnloadListenerSet::iterator it =
tabs_needing_unload_fired_
.begin();
316
it !=
tabs_needing_unload_fired_
.end(); ++it) {
319
tabs_needing_unload_fired_
.clear();
350
RemoveFromSet(&
tabs_needing_unload_fired_
, web_contents);
unload_controller.h
144
UnloadListenerSet
tabs_needing_unload_fired_
;
member in class:chrome::UnloadController
/external/chromium/chrome/browser/ui/
browser.h
1089
UnloadListenerSet
tabs_needing_unload_fired_
;
member in class:Browser
[
all
...]
browser.cc
[
all
...]
Completed in 5819 milliseconds