Searched refs:ScopedKeepAlive (Results 1 - 15 of 15) sorted by relevance

/external/chromium_org/chrome/browser/apps/
H A Dscoped_keep_alive.cc10 ScopedKeepAlive::ScopedKeepAlive() { function in class:ScopedKeepAlive
11 // Allow ScopedKeepAlive to be used in unit tests.
16 ScopedKeepAlive::~ScopedKeepAlive() {
H A Dscoped_keep_alive.h11 class ScopedKeepAlive { class
13 ScopedKeepAlive();
14 ~ScopedKeepAlive();
17 DISALLOW_COPY_AND_ASSIGN(ScopedKeepAlive);
H A Dapp_browsertest_util.cc206 new ChromeAppDelegate(make_scoped_ptr(new ScopedKeepAlive)),
/external/chromium_org/chrome/browser/ui/app_list/
H A Dapp_list_shower_views.h18 class ScopedKeepAlive;
67 scoped_ptr<ScopedKeepAlive> keep_alive_;
H A Dprofile_loader.h18 class ScopedKeepAlive;
49 scoped_ptr<ScopedKeepAlive> keep_alive_;
H A Dprofile_loader.cc61 keep_alive_.reset(new ScopedKeepAlive);
H A Dapp_list_service_views.cc36 ScopedKeepAlive keep_alive;
H A Dapp_list_shower_views.cc42 keep_alive_.reset(new ScopedKeepAlive);
H A Dapp_list_view_delegate.cc291 new ChromeAppDelegate(scoped_ptr<ScopedKeepAlive>())),
/external/chromium_org/chrome/browser/ui/apps/
H A Dchrome_app_delegate.h21 class ScopedKeepAlive;
26 // Pass a ScopedKeepAlive to prevent the browser process from shutting down
28 explicit ChromeAppDelegate(scoped_ptr<ScopedKeepAlive> keep_alive);
78 scoped_ptr<ScopedKeepAlive> keep_alive_;
H A Dchrome_app_window_client.cc40 new ChromeAppDelegate(make_scoped_ptr(new ScopedKeepAlive)),
H A Dchrome_app_delegate.cc152 ChromeAppDelegate::ChromeAppDelegate(scoped_ptr<ScopedKeepAlive> keep_alive)
/external/chromium_org/chrome/browser/power/
H A Dprocess_power_collector_unittest.cc295 current_profile, new ChromeAppDelegate(scoped_ptr<ScopedKeepAlive>()),
/external/chromium_org/chrome/browser/extensions/api/tabs/
H A Dtabs_api.cc516 new ChromeAppDelegate(make_scoped_ptr(new ScopedKeepAlive)),
/external/chromium_org/chrome/browser/ui/ash/launcher/
H A Dchrome_launcher_controller_unittest.cc748 new ChromeAppDelegate(make_scoped_ptr(new ScopedKeepAlive)),

Completed in 4461 milliseconds