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

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/apps/
switches.cc 5 #include "apps/switches.h"
7 namespace apps { namespace
12 } // namespace apps
app_launcher.h 10 namespace apps { namespace
18 } // namespace apps
field_trial_names.cc 5 #include "apps/field_trial_names.h"
7 namespace apps { namespace
19 } // namespace apps
switches.h 8 namespace apps { namespace
14 } // namespace apps
field_trial_names.h 8 namespace apps { namespace
10 // Alphabetical list of field trial names specific to Apps component.
16 } // namespace apps
pref_names.cc 5 #include "apps/pref_names.h"
7 namespace apps { namespace
13 const char kAppLaunchForMetroRestart[] = "apps.app_launch_for_metro_restart";
18 "apps.app_launch_for_metro_restart_profile";
22 "apps.app_launcher.has_been_enabled";
28 "apps.app_launcher.should_show_apps_page";
31 // On a transition from false to true, shortcuts are created for all apps.
32 const char kShortcutsHaveBeenCreated[] = "apps.shortcuts_have_been_created";
39 } // namespace apps
metrics_names.h 8 namespace apps { namespace
19 } // namespace apps
pref_names.h 8 namespace apps { namespace
11 // Alphabetical list of preference names specific to Apps component.
21 } // 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_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
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
shell_window_registry.h 25 namespace apps { namespace
29 // The ShellWindowRegistry tracks the ShellWindows for all platform apps for a
41 virtual void OnShellWindowAdded(apps::ShellWindow* shell_window) = 0;
43 virtual void OnShellWindowIconChanged(apps::ShellWindow* shell_window) = 0;
45 virtual void OnShellWindowRemoved(apps::ShellWindow* shell_window) = 0;
51 typedef std::list<apps::ShellWindow*> ShellWindowList;
62 void AddShellWindow(apps::ShellWindow* shell_window);
63 void ShellWindowIconChanged(apps::ShellWindow* shell_window);
65 void ShellWindowActivated(apps::ShellWindow* shell_window);
66 void RemoveShellWindow(apps::ShellWindow* shell_window)
    [all...]
  /external/chromium_org/apps/app_shim/
app_shim_messages.h 9 #include "apps/app_shim/app_shim_launch.h"
16 IPC_ENUM_TRAITS_MAX_VALUE(apps::AppShimLaunchType,
17 apps::APP_SHIM_LAUNCH_NUM_TYPES - 1)
18 IPC_ENUM_TRAITS_MAX_VALUE(apps::AppShimLaunchResult,
19 apps::APP_SHIM_LAUNCH_NUM_RESULTS - 1)
20 IPC_ENUM_TRAITS_MAX_VALUE(apps::AppShimFocusType,
21 apps::APP_SHIM_FOCUS_NUM_TYPES - 1)
26 apps::AppShimLaunchResult /* launch result */)
34 apps::AppShimLaunchType /* launch type */)
41 apps::AppShimFocusType /* focus type */
    [all...]
app_shim_mac.h 8 namespace apps { namespace
13 } // namespace apps
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_host_mac_unittest.cc 5 #include "apps/app_shim/app_shim_host_mac.h"
7 #include "apps/app_shim/app_shim_messages.h"
50 public apps::AppShimHandler {
52 AppShimHostTest() : launch_result_(apps::APP_SHIM_LAUNCH_SUCCESS),
64 launch_now ? apps::APP_SHIM_LAUNCH_NORMAL :
65 apps::APP_SHIM_LAUNCH_REGISTER_ONLY)));
68 apps::AppShimLaunchResult GetLaunchResult() {
83 apps::AppShimLaunchType launch_type) OVERRIDE {
85 if (launch_type == apps::APP_SHIM_LAUNCH_NORMAL)
93 apps::AppShimFocusType focus_type) OVERRIDE
    [all...]
app_shim_host_mac.cc 5 #include "apps/app_shim/app_shim_host_mac.h"
7 #include "apps/app_shim/app_shim_handler_mac.h"
8 #include "apps/app_shim/app_shim_messages.h"
19 apps::AppShimHandler* handler = apps::AppShimHandler::GetForAppMode(app_id_);
68 apps::AppShimLaunchType launch_type) {
78 apps::AppShimHandler* handler = apps::AppShimHandler::GetForAppMode(app_id_);
85 void AppShimHost::OnFocus(apps::AppShimFocusType focus_type) {
87 apps::AppShimHandler* handler = apps::AppShimHandler::GetForAppMode(app_id_)
    [all...]
  /external/chromium_org/chrome/browser/ui/gtk/apps/
chrome_shell_window_delegate_gtk.cc 5 #include "chrome/browser/ui/apps/chrome_shell_window_delegate.h"
7 #include "chrome/browser/ui/gtk/apps/native_app_window_gtk.h"
10 apps::NativeAppWindow* ChromeShellWindowDelegate::CreateNativeAppWindowImpl(
11 apps::ShellWindow* shell_window,
12 const apps::ShellWindow::CreateParams& params) {
  /external/chromium_org/chrome/browser/ui/views/apps/
chrome_shell_window_delegate_views.cc 5 #include "chrome/browser/ui/apps/chrome_shell_window_delegate.h"
7 #include "chrome/browser/ui/views/apps/native_app_window_views.h"
10 apps::NativeAppWindow* ChromeShellWindowDelegate::CreateNativeAppWindowImpl(
11 apps::ShellWindow* shell_window,
12 const apps::ShellWindow::CreateParams& params) {
  /external/chromium_org/third_party/openssl/openssl/
Apps-config.mk 33 apps/app_rand.c \
34 apps/apps.c \
35 apps/asn1pars.c \
36 apps/ca.c \
37 apps/ciphers.c \
38 apps/crl.c \
39 apps/crl2p7.c \
40 apps/dgst.c \
41 apps/dh.c
    [all...]
  /external/openssl/
Apps-config.mk 33 apps/app_rand.c \
34 apps/apps.c \
35 apps/asn1pars.c \
36 apps/ca.c \
37 apps/ciphers.c \
38 apps/crl.c \
39 apps/crl2p7.c \
40 apps/dgst.c \
41 apps/dh.c
    [all...]
  /external/chromium_org/chrome/browser/extensions/api/app_current_window_internal/
app_current_window_internal_api.h 10 namespace apps { namespace
21 virtual bool RunWithWindow(apps::ShellWindow* window) = 0;
35 virtual bool RunWithWindow(apps::ShellWindow* window) OVERRIDE;
46 virtual bool RunWithWindow(apps::ShellWindow* window) OVERRIDE;
57 virtual bool RunWithWindow(apps::ShellWindow* window) OVERRIDE;
68 virtual bool RunWithWindow(apps::ShellWindow* window) OVERRIDE;
79 virtual bool RunWithWindow(apps::ShellWindow* window) OVERRIDE;
90 virtual bool RunWithWindow(apps::ShellWindow* window) OVERRIDE;
101 virtual bool RunWithWindow(apps::ShellWindow* window) OVERRIDE;
112 virtual bool RunWithWindow(apps::ShellWindow* window) OVERRIDE
    [all...]
  /external/chromium_org/chrome/browser/chromeos/extensions/
default_app_order_unittest.cc 39 bool IsBuiltInDefault(const std::vector<std::string>& apps) {
40 if (apps.size() != built_in_default_.size())
44 if (built_in_default_[i] != apps[i])
75 std::vector<std::string> apps; local
76 default_app_order::Get(&apps);
77 EXPECT_TRUE(IsBuiltInDefault(apps));
88 std::vector<std::string> apps; local
89 default_app_order::Get(&apps);
90 EXPECT_EQ(3u, apps.size());
91 EXPECT_EQ(std::string("app1"), apps[0])
109 std::vector<std::string> apps; local
122 std::vector<std::string> apps; local
    [all...]
  /external/chromium_org/chrome/browser/ui/extensions/
apps_metro_handler_win.cc 7 #include "apps/shell_window.h"
8 #include "apps/shell_window_registry.h"
17 if (!apps::ShellWindowRegistry::IsShellWindowRegisteredInAnyProfile(
18 apps::ShellWindow::WINDOW_TYPE_DEFAULT)) {
  /external/chromium_org/chrome/browser/ui/apps/
chrome_shell_window_delegate.h 8 #include "apps/shell_window.h"
29 class ChromeShellWindowDelegate : public apps::ShellWindow::Delegate {
37 // apps::ShellWindow::Delegate:
39 virtual apps::NativeAppWindow* CreateNativeAppWindow(
40 apps::ShellWindow* window,
41 const apps::ShellWindow::CreateParams& params) OVERRIDE;
70 static apps::NativeAppWindow* CreateNativeAppWindowImpl(
71 apps::ShellWindow* window,
72 const apps::ShellWindow::CreateParams& params);

Completed in 267 milliseconds

1 2 3 4 5 6 7 8 91011>>