HomeSort by relevance Sort by last modified time
    Searched defs:apps (Results 1 - 25 of 125) sorted by null

1 2 3 4 5

  /external/chromium_org/apps/
app_launch_for_metro_restart_win.h 14 namespace apps { namespace
16 // Handles launching apps on browser startup due to an attempt to launch an app
24 } // namespace apps
app_launcher.h 10 namespace apps { namespace
18 } // namespace apps
field_trial_names.h 8 namespace apps { namespace
10 // Alphabetical list of field trial names specific to Apps component.
16 } // namespace apps
switches.cc 5 #include "apps/switches.h"
7 namespace apps { namespace
12 } // namespace apps
switches.h 8 namespace apps { namespace
14 } // namespace apps
app_launcher.cc 5 #include "apps/app_launcher.h"
7 #include "apps/field_trial_names.h"
8 #include "apps/pref_names.h"
15 namespace apps { namespace
40 base::FieldTrialList::FindFullName(apps::kLauncherPromoTrialName);
42 local_state->GetBoolean(apps::prefs::kShowAppLauncherPromo) &&
43 (app_launcher_promo_group_name == apps::kShowLauncherPromoOnceGroupName ||
45 apps::kResetShowLauncherPromoPrefGroupName);
48 } // namespace apps
app_lifetime_monitor_factory.h 13 namespace apps { namespace
40 } // namespace apps
app_load_service_factory.h 13 namespace apps { namespace
38 } // namespace apps
app_restore_service_factory.h 13 namespace apps { namespace
38 } // namespace apps
field_trial_names.cc 5 #include "apps/field_trial_names.h"
7 namespace apps { namespace
19 } // namespace apps
launcher.h 21 namespace apps { namespace
52 } // namespace apps
pref_names.h 8 namespace apps { namespace
11 // Alphabetical list of preference names specific to Apps component.
21 } // namespace apps
prefs.cc 5 #include "apps/prefs.h"
7 #include "apps/app_launcher.h"
8 #include "apps/pref_names.h"
12 namespace apps { namespace
43 } // namespace apps
prefs.h 14 namespace apps { namespace
16 // Register preferences for the apps system.
19 // Register per-profile preferences for the apps system.
22 } // namespace apps
saved_files_service_factory.h 13 namespace apps { namespace
33 } // namespace apps
native_app_window.h 8 #include "apps/shell_window.h"
13 namespace apps { namespace
16 // new-style packaged apps. Shell windows contain a web contents, but no tabs
53 } // namespace apps
app_restore_service.h 11 #include "apps/app_lifetime_monitor.h"
12 #include "apps/shell_window_registry.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
saved_files_service_factory.cc 5 #include "apps/saved_files_service_factory.h"
7 #include "apps/saved_files_service.h"
11 namespace apps { namespace
36 } // namespace apps
app_launch_for_metro_restart_win.cc 5 #include "apps/app_launch_for_metro_restart_win.h"
7 #include "apps/launcher.h"
8 #include "apps/pref_names.h"
25 namespace apps { namespace
73 // in Desktop mode, so can not launch apps. Leave the preferences cleared so
93 } // namespace apps
app_lifetime_monitor_factory.cc 5 #include "apps/app_lifetime_monitor_factory.h"
7 #include "apps/app_lifetime_monitor.h"
8 #include "apps/shell_window_registry.h"
13 namespace apps { namespace
48 } // namespace apps
app_load_service_factory.cc 5 #include "apps/app_load_service_factory.h"
7 #include "apps/app_load_service.h"
8 #include "apps/shell_window_registry.h"
15 namespace apps { namespace
57 } // namespace apps
  /external/chromium_org/apps/app_shim/
app_shim_mac.cc 5 #include "apps/app_shim/app_shim_mac.h"
7 #include "apps/app_launcher.h"
11 namespace apps { namespace
18 } // namespace apps
app_shim_mac.h 8 namespace apps { namespace
13 } // namespace apps
  /external/chromium_org/chrome/browser/
browser_process_platform_part_mac.h 14 namespace apps { namespace
  /cts/tests/tests/permission/src/android/permission/cts/
DebuggableTest.java 36 List<ApplicationInfo> apps = getContext() local
39 for (ApplicationInfo app : apps) {

Completed in 131 milliseconds

1 2 3 4 5