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
29
bool
should_restore_apps
= is_browser_restart;
local
32
should_restore_apps
= true;
34
return
should_restore_apps
;
42
void AppRestoreService::HandleStartup(bool
should_restore_apps
) {
55
if (
should_restore_apps
) {
app_restore_service.h
35
void HandleStartup(bool
should_restore_apps
);
Completed in 134 milliseconds