HomeSort by relevance Sort by last modified time
    Searched defs:athena (Results 26 - 50 of 66) sorted by null

12 3

  /external/chromium_org/athena/input/public/
input_manager.h 8 #include "athena/athena_export.h"
18 namespace athena { namespace
39 } // namespace athena
  /external/chromium_org/athena/main/
athena_app_window_controller.cc 5 #include "athena/main/athena_app_window_controller.h"
8 #include "athena/activity/public/activity_factory.h"
9 #include "athena/activity/public/activity_manager.h"
13 namespace athena { namespace
34 } // namespace athena
athena_launcher.cc 5 #include "athena/main/athena_launcher.h"
7 #include "athena/activity/public/activity_factory.h"
8 #include "athena/activity/public/activity_manager.h"
9 #include "athena/home/public/home_card.h"
10 #include "athena/input/public/input_manager.h"
11 #include "athena/main/placeholder.h"
12 #include "athena/screen/public/screen_manager.h"
13 #include "athena/wm/public/window_manager.h"
22 namespace athena { namespace
26 DECLARE_WINDOW_PROPERTY_TYPE(athena::RootWindowState*)
28 namespace athena { namespace
    [all...]
url_search_provider.h 14 namespace athena { namespace
32 } // namespace athena
url_search_provider.cc 5 #include "athena/main/url_search_provider.h"
7 #include "athena/activity/public/activity_factory.h"
8 #include "athena/activity/public/activity_manager.h"
13 namespace athena { namespace
61 } // namespace athena
  /external/chromium_org/athena/screen/
background_controller.h 18 namespace athena { namespace
background_controller.cc 5 #include "athena/screen/background_controller.h"
14 namespace athena { namespace
74 } // namespace athena
screen_accelerator_handler.cc 5 #include "athena/screen/screen_accelerator_handler.h"
7 #include "athena/input/public/accelerator_manager.h"
14 namespace athena { namespace
96 } // namesapce athena
  /external/chromium_org/athena/screen/public/
screen_manager.h 10 #include "athena/athena_export.h"
20 namespace athena { namespace
49 } // namespace athena
  /external/chromium_org/athena/content/
app_activity.h 8 #include "athena/activity/public/activity.h"
9 #include "athena/activity/public/activity_view_model.h"
20 namespace athena { namespace
31 virtual athena::ActivityViewModel* GetActivityViewModel() OVERRIDE;
52 } // namespace athena
web_activity.h 8 #include "athena/activity/public/activity.h"
9 #include "athena/activity/public/activity_view_model.h"
21 namespace athena { namespace
32 virtual athena::ActivityViewModel* GetActivityViewModel() OVERRIDE;
55 } // namespace athena
app_activity.cc 5 #include "athena/content/app_activity.h"
8 #include "athena/activity/public/activity_manager.h"
12 namespace athena { namespace
60 } // namespace athena
content_app_model_builder.cc 5 #include "athena/content/public/content_app_model_builder.h"
8 #include "athena/activity/public/activity_factory.h"
9 #include "athena/activity/public/activity_manager.h"
19 namespace athena { namespace
135 } // namespace athena
  /external/chromium_org/athena/home/
app_list_view_delegate.h 16 namespace athena { namespace
71 } // namespace athena
  /external/chromium_org/athena/test/
athena_test_base.cc 5 #include "athena/test/athena_test_base.h"
7 #include "athena/test/athena_test_helper.h"
14 namespace athena { namespace
61 } // namespace athena
athena_test_helper.cc 5 #include "athena/test/athena_test_helper.h"
7 #include "athena/main/athena_launcher.h"
8 #include "athena/test/sample_activity_factory.h"
9 #include "athena/test/test_app_model_builder.h"
29 namespace athena { namespace
69 // TODO(oshima): Switch to athena implementation.
79 athena::StartAthena(root_window(),
87 athena::ShutdownAthena();
115 } // namespace athena
sample_activity.cc 5 #include "athena/test/sample_activity.h"
10 namespace athena { namespace
25 athena::ActivityViewModel* SampleActivity::GetActivityViewModel() {
50 } // namespace athena
sample_activity.h 8 #include "athena/activity/public/activity.h"
9 #include "athena/activity/public/activity_view_model.h"
12 namespace athena { namespace
24 // athena::Activity:
25 virtual athena::ActivityViewModel* GetActivityViewModel() OVERRIDE;
27 // athena::ActivityViewModel:
42 } // namespace athena
athena_test_base.h 8 #include "athena/test/athena_test_helper.h"
17 namespace athena { namespace
20 // A base class for athena unit tests.
47 } // namespace athena
sample_activity_factory.cc 5 #include "athena/test/sample_activity_factory.h"
9 #include "athena/test/sample_activity.h"
15 namespace athena { namespace
46 } // namespace athena
  /external/chromium_org/athena/wm/
window_overview_mode.h 14 namespace athena { namespace
32 } // namespace athena
  /external/chromium_org/athena/activity/
activity_manager_impl.cc 5 #include "athena/activity/public/activity_manager.h"
10 #include "athena/activity/public/activity.h"
11 #include "athena/activity/public/activity_view_manager.h"
14 namespace athena { namespace
88 } // namespace athena
  /external/chromium_org/athena/common/
fill_layout_manager.cc 5 #include "athena/common/fill_layout_manager.h"
10 namespace athena { namespace
46 } // namespace athena
  /external/chromium_org/athena/input/
accelerator_manager_impl.h 8 #include "athena/input/public/accelerator_manager.h"
25 namespace athena { namespace
28 // for athena modules. It hides various details on accelerator handling
84 } // namespace athena
  /external/chromium_org/athena/virtual_keyboard/
vk_message_handler.cc 5 #include "athena/virtual_keyboard/vk_message_handler.h"
7 #include "athena/screen/public/screen_manager.h"
14 namespace athena { namespace
57 } // namespace athena

Completed in 239 milliseconds

12 3