Searched refs:apps (Results 1 - 25 of 169) sorted by path

1234567

/external/chromium_org/apps/
H A Dapp_lifetime_monitor.cc5 #include "apps/app_lifetime_monitor.h"
16 namespace apps { namespace
143 } // namespace apps
H A Dapp_lifetime_monitor.h23 namespace apps { namespace
25 // Observes startup of apps and their windows and notifies observers of these
43 // to do something before the apps shut down. This is a system-wide event
86 } // namespace apps
H A Dapp_lifetime_monitor_factory.cc5 #include "apps/app_lifetime_monitor_factory.h"
7 #include "apps/app_lifetime_monitor.h"
13 namespace apps { namespace
49 } // namespace apps
H A Dapp_lifetime_monitor_factory.h13 namespace apps { namespace
40 } // namespace apps
H A Dapp_load_service.cc5 #include "apps/app_load_service.h"
7 #include "apps/app_load_service_factory.h"
8 #include "apps/app_restore_service.h"
9 #include "apps/launcher.h"
28 namespace apps { namespace
57 if (apps::AppRestoreService::Get(profile_)->IsAppRestorable(extension_id))
82 return apps::AppLoadServiceFactory::GetForProfile(profile);
149 } // namespace apps
H A Dapp_load_service.h24 namespace apps { namespace
26 // Monitors apps being reloaded and performs app specific actions (like launch
92 } // namespace apps
H A Dapp_load_service_factory.cc5 #include "apps/app_load_service_factory.h"
7 #include "apps/app_load_service.h"
16 namespace apps { namespace
62 } // namespace apps
H A Dapp_load_service_factory.h13 namespace apps { namespace
38 } // namespace apps
H A Dapp_restore_service.cc5 #include "apps/app_restore_service.h"
7 #include "apps/app_lifetime_monitor_factory.h"
8 #include "apps/app_restore_service_factory.h"
9 #include "apps/launcher.h"
10 #include "apps/saved_files_service.h"
25 namespace apps { namespace
31 // Chromeos always restarts apps, even if it was a regular shutdown.
52 // If we are not restoring apps (e.g., because it is a clean restart), and
71 return apps::AppRestoreServiceFactory::GetForProfile(profile);
142 } // namespace apps
[all...]
H A Dapp_restore_service.h11 #include "apps/app_lifetime_monitor.h"
21 namespace apps { namespace
23 // Tracks what apps need to be restarted when the browser restarts.
27 // Returns true if apps should be restored on the current platform, given
33 // Restart apps that need to be restarted and clear the "running" preference
34 // from apps to prevent them being restarted in subsequent restarts.
70 } // namespace apps
H A Dapp_restore_service_browsertest.cc5 #include "apps/app_restore_service.h"
6 #include "apps/app_restore_service_factory.h"
7 #include "apps/saved_files_service.h"
8 #include "chrome/browser/apps/app_browsertest_util.h"
23 // TODO(benwells): Move PlatformAppBrowserTest to apps namespace in apps
27 namespace apps { namespace
53 apps::AppRestoreServiceFactory::GetForProfile(browser()->profile())->
58 // Tests that apps are recorded in the preferences as active when and only when
191 apps
[all...]
H A Dapp_restore_service_factory.cc5 #include "apps/app_restore_service_factory.h"
7 #include "apps/app_lifetime_monitor_factory.h"
8 #include "apps/app_restore_service.h"
12 namespace apps { namespace
43 } // namespace apps
H A Dapp_restore_service_factory.h13 namespace apps { namespace
38 } // namespace apps
H A Dbrowser_context_keyed_service_factories.cc5 #include "apps/browser_context_keyed_service_factories.h"
7 #include "apps/app_load_service_factory.h"
8 #include "apps/app_restore_service_factory.h"
11 namespace apps { namespace
14 apps::AppLoadServiceFactory::GetInstance();
15 apps::AppRestoreServiceFactory::GetInstance();
19 } // namespace apps
H A Dbrowser_context_keyed_service_factories.h8 namespace apps { namespace
11 // the core apps code.
14 } // namespace apps
H A Dcustom_launcher_page_contents.cc5 #include "apps/custom_launcher_page_contents.h"
20 namespace apps { namespace
163 } // namespace apps
H A Dcustom_launcher_page_contents.h24 namespace apps { namespace
101 } // namespace apps
H A Dlauncher.cc5 #include "apps/launcher.h"
61 namespace apps { namespace
93 // Class to handle launching of platform apps to open specific paths.
411 } // namespace apps
H A Dlauncher.h23 namespace apps { namespace
67 } // namespace apps
H A Dload_and_launch_browsertest.cc9 #include "apps/switches.h"
12 #include "chrome/browser/apps/app_browsertest_util.h"
21 namespace apps { namespace
49 new_cmdline.AppendSwitchNative(apps::kLoadAndLaunchApp,
91 new_cmdline.AppendSwitchNative(apps::kLoadAndLaunchApp,
117 command_line->AppendSwitchNative(apps::kLoadAndLaunchApp,
155 } // namespace apps
H A Dmetrics_names.h8 namespace apps { namespace
19 } // namespace apps
H A Dsaved_devices_service.cc5 #include "apps/saved_devices_service.h"
10 #include "apps/saved_devices_service_factory.h"
28 namespace apps { namespace
316 } // namespace apps
H A Dsaved_devices_service.h33 namespace apps { namespace
55 // Tracks the devices that apps have retained access to both while running and
121 } // namespace apps
H A Dsaved_devices_service_factory.cc5 #include "apps/saved_devices_service_factory.h"
7 #include "apps/saved_devices_service.h"
11 namespace apps { namespace
39 } // namespace apps
H A Dsaved_devices_service_factory.h13 namespace apps { namespace
33 } // namespace apps

Completed in 307 milliseconds

1234567