OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fast_unload_controller_
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/browser/ui/
browser.cc
363
fast_unload_controller_
.reset(new chrome::FastUnloadController(this));
608
return
fast_unload_controller_
->ShouldCloseWindow();
616
return
fast_unload_controller_
->CallBeforeUnloadHandlers(
625
fast_unload_controller_
->ResetBeforeUnloadHandlers();
632
return
fast_unload_controller_
->HasCompletedUnloadProcessing();
637
return
fast_unload_controller_
->is_attempting_to_close_browser();
704
fast_unload_controller_
->CancelWindowClose();
[
all
...]
browser.h
889
scoped_ptr<chrome::FastUnloadController>
fast_unload_controller_
;
member in class:Browser
[
all
...]
Completed in 589 milliseconds