HomeSort by relevance Sort by last modified time
    Searched refs:ScopedKeepAlive (Results 1 - 15 of 15) sorted by null

  /external/chromium_org/chrome/browser/apps/
scoped_keep_alive.h 11 class ScopedKeepAlive {
13 ScopedKeepAlive();
14 ~ScopedKeepAlive();
17 DISALLOW_COPY_AND_ASSIGN(ScopedKeepAlive);
scoped_keep_alive.cc 10 ScopedKeepAlive::ScopedKeepAlive() {
11 // Allow ScopedKeepAlive to be used in unit tests.
16 ScopedKeepAlive::~ScopedKeepAlive() {
app_browsertest_util.cc 206 new ChromeAppDelegate(make_scoped_ptr(new ScopedKeepAlive)),
  /external/chromium_org/chrome/browser/ui/app_list/
profile_loader.h 18 class ScopedKeepAlive;
49 scoped_ptr<ScopedKeepAlive> keep_alive_;
app_list_shower_views.h 18 class ScopedKeepAlive;
67 scoped_ptr<ScopedKeepAlive> keep_alive_;
profile_loader.cc 61 keep_alive_.reset(new ScopedKeepAlive);
app_list_service_views.cc 36 ScopedKeepAlive keep_alive;
app_list_shower_views.cc 42 keep_alive_.reset(new ScopedKeepAlive);
app_list_view_delegate.cc 291 new ChromeAppDelegate(scoped_ptr<ScopedKeepAlive>())),
  /external/chromium_org/chrome/browser/ui/apps/
chrome_app_delegate.h 21 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_;
chrome_app_window_client.cc 40 new ChromeAppDelegate(make_scoped_ptr(new ScopedKeepAlive)),
chrome_app_delegate.cc 152 ChromeAppDelegate::ChromeAppDelegate(scoped_ptr<ScopedKeepAlive> keep_alive)
  /external/chromium_org/chrome/browser/power/
process_power_collector_unittest.cc 295 current_profile, new ChromeAppDelegate(scoped_ptr<ScopedKeepAlive>()),
  /external/chromium_org/chrome/browser/extensions/api/tabs/
tabs_api.cc 516 new ChromeAppDelegate(make_scoped_ptr(new ScopedKeepAlive)),
    [all...]
  /external/chromium_org/chrome/browser/ui/ash/launcher/
chrome_launcher_controller_unittest.cc 748 new ChromeAppDelegate(make_scoped_ptr(new ScopedKeepAlive)),
    [all...]

Completed in 886 milliseconds