OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:should_restore_apps
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/apps/
app_restore_service.cc
30
bool
should_restore_apps
= is_browser_restart;
local
33
should_restore_apps
= true;
35
return
should_restore_apps
;
43
void AppRestoreService::HandleStartup(bool
should_restore_apps
) {
56
if (
should_restore_apps
) {
app_restore_service.h
35
void HandleStartup(bool
should_restore_apps
);
Completed in 37 milliseconds