OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:EndSession
(Results
1 - 4
of
4
) sorted by null
/external/chromium/chrome/browser/
browser_process.h
85
virtual void
EndSession
() = 0;
browser_process_impl.h
47
virtual void
EndSession
();
browser_process_impl.cc
97
// How long to wait for the File thread to complete during
EndSession
, on
321
void BrowserProcessImpl::
EndSession
() {
[
all
...]
/external/chromium/chrome/browser/ui/
browser_list.cc
413
//
EndSession
is invoked once per frame. Only do something the first time.
429
g_browser_process->
EndSession
();
Completed in 40 milliseconds