Searched refs:athena (Results 1 - 25 of 179) sorted by last modified time

12345678

/external/qemu-pc-bios/bochs/
H A Dconfigure21887 /usr/athena/include
[all...]
/external/chromium_org/chrome/browser/ui/views/athena/
H A Dathena_util.cc5 #include "chrome/browser/ui/views/athena/athena_util.h"
7 #include "athena/activity/public/activity.h"
8 #include "athena/activity/public/activity_manager.h"
9 #include "athena/wm/public/window_list_provider.h"
10 #include "athena/wm/public/window_manager.h"
14 athena::WindowListProvider* window_list =
15 athena::WindowManager::Get()->GetWindowListProvider();
19 athena::Activity* activity =
20 athena::ActivityManager::Get()->GetActivityForWindow(owner_window);
H A Dchrome_browser_main_extra_parts_athena.cc5 #include "chrome/browser/ui/views/athena/chrome_browser_main_extra_parts_athena.h"
7 #include "athena/env/public/athena_env.h"
8 #include "athena/extensions/public/extensions_delegate.h"
9 #include "athena/main/public/athena_launcher.h"
42 athena::StartAthenaEnv(content::BrowserThread::GetBlockingPool()->
57 athena::ExtensionsDelegate::CreateExtensionsDelegateForChrome(profile);
58 athena::CreateVirtualKeyboardWithContext(profile);
59 athena::StartAthenaSessionWithContext(profile);
63 athena::CreateVirtualKeyboardWithContext(profile);
66 virtual void PostMainMessageLoopRun() OVERRIDE { athena
[all...]
/external/chromium_org/chrome/browser/
H A Dchrome_content_browser_client.cc194 #include "athena/content/public/web_contents_view_delegate_creator.h"
195 #include "chrome/browser/ui/views/athena/chrome_browser_main_extra_parts_athena.h"
798 return athena::CreateWebContentsViewDelegate(web_contents);
/external/chromium_org/chrome/browser/chromeos/login/
H A Dlogin_utils.cc95 #include "athena/extensions/public/extensions_delegate.h"
96 #include "athena/main/public/athena_launcher.h"
304 athena::ExtensionsDelegate::CreateExtensionsDelegateForChrome(profile);
305 athena::StartAthenaSessionWithContext(profile);
/external/chromium_org/chrome/browser/chromeos/login/ui/
H A Dlogin_display_host_impl.cc100 #include "athena/screen/public/screen_manager.h"
101 #include "athena/util/container_priorities.h"
1063 athena::ScreenManager::ContainerParams container_params(
1064 "LoginScreen", athena::CP_LOGIN_SCREEN);
1067 athena::ScreenManager::Get()->CreateContainer(container_params));
/external/chromium_org/athena/activity/
H A Dactivity.cc5 #include "athena/activity/public/activity.h"
7 #include "athena/activity/public/activity_manager.h"
10 namespace athena { namespace
26 } // namespace athena
H A Dactivity_factory.cc5 #include "athena/activity/public/activity_factory.h"
9 namespace athena { namespace
36 } // namespace athena
H A Dactivity_frame_view.cc5 #include "athena/activity/activity_frame_view.h"
7 #include "athena/activity/public/activity_view_model.h"
8 #include "athena/wm/public/window_manager.h"
20 namespace athena { namespace
214 } // namespace athena
H A Dactivity_frame_view.h8 #include "athena/wm/public/window_manager_observer.h"
18 namespace athena { namespace
73 } // namespace athena
H A Dactivity_manager_impl.cc5 #include "athena/activity/activity_manager_impl.h"
9 #include "athena/activity/activity_widget_delegate.h"
10 #include "athena/activity/public/activity.h"
11 #include "athena/activity/public/activity_manager_observer.h"
12 #include "athena/activity/public/activity_view_model.h"
17 namespace athena { namespace
134 } // namespace athena
H A Dactivity_manager_impl.h5 #include "athena/activity/public/activity_manager.h"
13 namespace athena { namespace
44 } // namespace athena
H A Dactivity_manager_unittest.cc5 #include "athena/activity/activity_manager_impl.h"
7 #include "athena/activity/public/activity.h"
8 #include "athena/activity/public/activity_factory.h"
9 #include "athena/test/athena_test_base.h"
12 namespace athena { namespace
60 } // namespace athena
H A Dactivity_widget_delegate.cc5 #include "athena/activity/activity_widget_delegate.h"
7 #include "athena/activity/activity_frame_view.h"
8 #include "athena/activity/public/activity_view_model.h"
12 namespace athena { namespace
51 } // namespace athena
H A Dactivity_widget_delegate.h11 namespace athena { namespace
37 } // namespace athena
/external/chromium_org/athena/activity/public/
H A Dactivity.h10 #include "athena/athena_export.h"
20 namespace athena { namespace
104 } // namespace athena
H A Dactivity_factory.h8 #include "athena/athena_export.h"
23 namespace athena { namespace
51 } // namespace athena
H A Dactivity_manager.h8 #include "athena/athena_export.h"
14 namespace athena { namespace
43 } // namespace athena
H A Dactivity_manager_observer.h8 #include "athena/athena_export.h"
10 namespace athena { namespace
25 } // namespace athena
H A Dactivity_view_model.h8 #include "athena/athena_export.h"
22 namespace athena { namespace
74 } // namespace athena
/external/chromium_org/athena/content/
H A Dapp_activity.cc5 #include "athena/content/app_activity.h"
7 #include "athena/activity/public/activity_manager.h"
8 #include "athena/content/app_activity_registry.h"
9 #include "athena/content/content_proxy.h"
10 #include "athena/content/public/app_registry.h"
11 #include "athena/wm/public/window_list_provider.h"
12 #include "athena/wm/public/window_manager.h"
19 namespace athena { namespace
224 } // namespace athena
H A Dapp_activity.h8 #include "athena/activity/public/activity.h"
9 #include "athena/activity/public/activity_view_model.h"
10 #include "athena/content/app_activity_proxy.h"
22 namespace athena { namespace
28 // TODO(oshima): Move this to athena/extensions
39 virtual athena::ActivityViewModel* GetActivityViewModel() OVERRIDE;
99 } // namespace athena
H A Dapp_activity_proxy.cc5 #include "athena/content/app_activity_proxy.h"
7 #include "athena/content/app_activity.h"
8 #include "athena/content/app_activity_registry.h"
9 #include "athena/wm/public/window_list_provider.h"
10 #include "athena/wm/public/window_manager.h"
16 namespace athena { namespace
115 } // namespace athena
H A Dapp_activity_proxy.h10 #include "athena/activity/public/activity.h"
11 #include "athena/activity/public/activity_view_model.h"
12 #include "athena/content/content_proxy.h"
15 namespace athena { namespace
79 } // namespace athena
H A Dapp_activity_registry.cc5 #include "athena/content/app_activity_registry.h"
7 #include "athena/activity/public/activity_manager.h"
8 #include "athena/content/app_activity.h"
9 #include "athena/content/app_activity_proxy.h"
10 #include "athena/content/public/app_registry.h"
11 #include "athena/extensions/public/extensions_delegate.h"
12 #include "athena/resource_manager/public/resource_manager.h"
13 #include "athena/wm/public/window_list_provider.h"
14 #include "athena/wm/public/window_manager.h"
23 namespace athena { namespace
[all...]

Completed in 276 milliseconds

12345678