OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:EXIT_CRASHED
(Results
1 - 10
of
10
) sorted by null
/external/chromium_org/chrome/browser/profiles/
profile.h
130
EXIT_CRASHED
,
337
//
EXIT_CRASHED
to one of the other values) is written to prefs, any
profile_impl.cc
169
// Value written to prefs for
EXIT_CRASHED
and EXIT_SESSION_ENDED.
231
return Profile::
EXIT_CRASHED
;
242
case Profile::
EXIT_CRASHED
:
579
(GetLastSessionExitType() == Profile::
EXIT_CRASHED
||
791
EXIT_NORMAL :
EXIT_CRASHED
;
[
all
...]
profile_browsertest.cc
243
profile->SetExitType(Profile::
EXIT_CRASHED
);
/external/chromium_org/chrome/browser/ui/
browser_tabrestore.cc
34
return browser->profile()->GetLastSessionExitType() == Profile::
EXIT_CRASHED
?
/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_browsertest.cc
[
all
...]
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/test/base/
testing_profile.cc
868
return last_session_exited_cleanly_ ? EXIT_NORMAL :
EXIT_CRASHED
;
/external/chromium_org/chrome/browser/sessions/
persistent_tab_restore_service.cc
343
(exit_type == Profile::
EXIT_CRASHED
||
[
all
...]
Completed in 9647 milliseconds