/external/chromium_org/apps/ |
switches.cc | 5 #include "apps/switches.h" 7 namespace apps { namespace 12 } // namespace apps
|
pref_names.cc | 5 #include "apps/pref_names.h" 7 namespace apps { namespace 11 // A boolean that tracks whether apps are allowed to enter fullscreen mode. 13 "apps.fullscreen.allowed"; 17 } // namespace apps
|
pref_names.h | 8 namespace apps { namespace 11 // Alphabetical list of preference names specific to Apps component. 16 } // namespace apps
|
switches.h | 8 namespace apps { namespace 14 } // namespace apps
|
metrics_names.h | 8 namespace apps { namespace 19 } // namespace apps
|
prefs.h | 14 namespace apps { namespace 16 // Register per-profile preferences for the apps system. 19 } // namespace apps
|
prefs.cc | 5 #include "apps/prefs.h" 7 #include "apps/pref_names.h" 11 namespace apps { namespace 21 } // namespace apps
|
shell_window_registry.h | 24 namespace apps { namespace 28 // The ShellWindowRegistry tracks the ShellWindows for all platform apps for a 35 virtual void OnShellWindowAdded(apps::ShellWindow* shell_window) = 0; 37 virtual void OnShellWindowIconChanged(apps::ShellWindow* shell_window) = 0; 39 virtual void OnShellWindowRemoved(apps::ShellWindow* shell_window) = 0; 45 typedef std::list<apps::ShellWindow*> ShellWindowList; 57 void AddShellWindow(apps::ShellWindow* shell_window); 58 void ShellWindowIconChanged(apps::ShellWindow* shell_window); 60 void ShellWindowActivated(apps::ShellWindow* shell_window); 61 void RemoveShellWindow(apps::ShellWindow* shell_window) [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/apps/app_shim/ |
app_shim_mac.h | 8 namespace apps { namespace 13 } // namespace apps
|
app_shim_messages.h | 10 #include "apps/app_shim/app_shim_launch.h" 18 IPC_ENUM_TRAITS_MAX_VALUE(apps::AppShimLaunchType, 19 apps::APP_SHIM_LAUNCH_NUM_TYPES - 1) 20 IPC_ENUM_TRAITS_MAX_VALUE(apps::AppShimLaunchResult, 21 apps::APP_SHIM_LAUNCH_NUM_RESULTS - 1) 22 IPC_ENUM_TRAITS_MAX_VALUE(apps::AppShimFocusType, 23 apps::APP_SHIM_FOCUS_NUM_TYPES - 1) 28 apps::AppShimLaunchResult /* launch result */) 42 apps::AppShimLaunchType /* launch type */, 50 apps::AppShimFocusType /* focus type */ [all...] |
app_shim_mac.cc | 5 #include "apps/app_shim/app_shim_mac.h" 11 namespace apps { namespace 18 } // namespace apps
|
app_shim_host_mac_unittest.cc | 5 #include "apps/app_shim/app_shim_host_mac.h" 9 #include "apps/app_shim/app_shim_messages.h" 52 public apps::AppShimHandler { 54 AppShimHostTest() : launch_result_(apps::APP_SHIM_LAUNCH_SUCCESS), 63 void LaunchApp(apps::AppShimLaunchType launch_type) { 71 apps::AppShimLaunchResult GetLaunchResult() { 86 apps::AppShimLaunchType launch_type, 89 if (launch_type == apps::APP_SHIM_LAUNCH_NORMAL) 97 apps::AppShimFocusType focus_type, 106 apps::AppShimLaunchResult launch_result_ [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, 79 apps::AppShimHandler* handler = apps::AppShimHandler::GetForAppMode(app_id_); 86 void AppShimHost::OnFocus(apps::AppShimFocusType focus_type, 89 apps::AppShimHandler* handler = apps::AppShimHandler::GetForAppMode(app_id_) [all...] |
/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/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) {
|
chrome_shell_window_delegate_views_win.cc | 5 #include "chrome/browser/ui/apps/chrome_shell_window_delegate.h" 7 #include "chrome/browser/ui/views/apps/native_app_window_views_win.h" 10 apps::NativeAppWindow* ChromeShellWindowDelegate::CreateNativeAppWindowImpl( 11 apps::ShellWindow* shell_window, 12 const apps::ShellWindow::CreateParams& params) {
|
/external/chromium_org/chrome/browser/extensions/api/app_current_window_internal/ |
app_current_window_internal_api.h | 10 namespace apps { namespace 22 virtual bool RunWithWindow(apps::ShellWindow* window) = 0; 36 virtual bool RunWithWindow(apps::ShellWindow* window) OVERRIDE; 47 virtual bool RunWithWindow(apps::ShellWindow* window) OVERRIDE; 58 virtual bool RunWithWindow(apps::ShellWindow* window) OVERRIDE; 69 virtual bool RunWithWindow(apps::ShellWindow* window) OVERRIDE; 80 virtual bool RunWithWindow(apps::ShellWindow* window) OVERRIDE; 91 virtual bool RunWithWindow(apps::ShellWindow* window) OVERRIDE; 102 virtual bool RunWithWindow(apps::ShellWindow* window) OVERRIDE; 113 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/apps/shell/ |
shell_main.cc | 5 #include "apps/shell/shell_main_delegate.h" 9 apps::ShellMainDelegate delegate;
|
web_view_window.h | 16 namespace apps { namespace 22 } // namespace apps
|
shell_main_delegate.cc | 5 #include "apps/shell/shell_main_delegate.h" 7 #include "apps/shell/shell_content_browser_client.h" 15 namespace apps { namespace 34 browser_client_.reset(new apps::ShellContentBrowserClient); 42 } // namespace apps
|
/external/chromium_org/chrome/browser/ui/ash/launcher/ |
multi_profile_shell_window_launcher_controller.h | 24 virtual void OnShellWindowAdded(apps::ShellWindow* shell_window) OVERRIDE; 25 virtual void OnShellWindowRemoved(apps::ShellWindow* shell_window) OVERRIDE; 28 typedef std::vector<apps::ShellWindow*> ShellWindowList; 29 typedef std::vector<apps::ShellWindowRegistry*> ShellWindowRegistryList;
|
/external/chromium_org/chrome/browser/apps/ |
app_browsertest_util.h | 9 #include "apps/shell_window.h" 30 static apps::ShellWindow* GetFirstShellWindowForBrowser(Browser* browser); 51 apps::ShellWindow* GetFirstShellWindow(); 70 // Sets up the command line for running platform apps. 74 apps::ShellWindow* CreateShellWindow(const Extension* extension); 76 apps::ShellWindow* CreateShellWindowFromParams( 78 const apps::ShellWindow::CreateParams& params); 81 void CloseShellWindow(apps::ShellWindow* window); 85 apps::ShellWindow* window,
|