OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetLastSessionExitType
(Results
1 - 14
of
14
) sorted by null
/external/chromium_org/chrome/browser/ui/app_list/test/
fake_profile.h
104
virtual ExitType
GetLastSessionExitType
() OVERRIDE;
fake_profile.cc
203
Profile::ExitType FakeProfile::
GetLastSessionExitType
() {
/external/chromium_org/chrome/browser/profiles/
off_the_record_profile_impl.h
67
virtual ExitType
GetLastSessionExitType
() OVERRIDE;
profile.h
346
virtual ExitType
GetLastSessionExitType
() = 0;
off_the_record_profile_impl.cc
408
Profile::ExitType OffTheRecordProfileImpl::
GetLastSessionExitType
() {
409
return profile_->
GetLastSessionExitType
();
profile_impl.h
132
virtual ExitType
GetLastSessionExitType
() OVERRIDE;
profile_impl.cc
579
(
GetLastSessionExitType
() == Profile::EXIT_CRASHED ||
[
all
...]
/external/chromium_org/chrome/browser/ui/
browser_tabrestore.cc
34
return browser->profile()->
GetLastSessionExitType
() == Profile::EXIT_CRASHED ?
/external/chromium_org/chrome/test/base/
testing_profile.h
311
virtual ExitType
GetLastSessionExitType
() OVERRIDE;
testing_profile.cc
867
Profile::ExitType TestingProfile::
GetLastSessionExitType
() {
/external/chromium_org/chrome/browser/performance_monitor/
performance_monitor.cc
269
if ((*iter)->
GetLastSessionExitType
() == Profile::EXIT_CRASHED) {
621
if (profile->
GetLastSessionExitType
() == Profile::EXIT_CRASHED) {
/external/chromium_org/chrome/browser/ui/startup/
startup_browser_creator.cc
802
return profile->
GetLastSessionExitType
() == Profile::EXIT_CRASHED &&
startup_browser_creator_impl.cc
665
if (profile_->
GetLastSessionExitType
() == Profile::EXIT_CRASHED &&
[
all
...]
/external/chromium_org/chrome/browser/sessions/
persistent_tab_restore_service.cc
341
Profile::ExitType exit_type = profile()->
GetLastSessionExitType
();
[
all
...]
Completed in 80 milliseconds