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

1 23

  /external/chromium_org/athena/input/
input_manager_impl.cc 5 #include "athena/input/public/input_manager.h"
7 #include "athena/input/accelerator_manager_impl.h"
14 namespace athena { namespace
124 } // namespace athena
accelerator_manager_unittest.cc 5 #include "athena/input/public/accelerator_manager.h"
7 #include "athena/input/public/input_manager.h"
8 #include "athena/test/athena_test_base.h"
11 namespace athena { namespace
46 } // namespace athena
119 } // namespace athena
accelerator_manager_impl.cc 5 #include "athena/input/accelerator_manager_impl.h"
7 #include "athena/common/switches.h"
8 #include "athena/input/public/input_manager.h"
23 namespace athena { namespace
114 // sent back to focus manager asynchronously. This installs the athena's
115 // focus manager that handles athena shell's accelerators.
235 // Reset to use the default focus manager because the athena's
338 } // namespace athena
  /external/chromium_org/athena/test/
athena_test_helper.h 34 namespace athena { namespace
38 // Athena use. This class creates a root window with clients and other objects
39 // that are necessary to run test on Athena.
74 } // namespace athena
test_app_model_builder.cc 5 #include "athena/test/test_app_model_builder.h"
10 namespace athena { namespace
107 } // namespace athena
  /external/chromium_org/athena/virtual_keyboard/
virtual_keyboard_manager_impl.cc 5 #include "athena/virtual_keyboard/public/virtual_keyboard_manager.h"
7 #include "athena/common/fill_layout_manager.h"
8 #include "athena/screen/public/screen_manager.h"
9 #include "athena/virtual_keyboard/vk_webui_controller.h"
23 namespace athena { namespace
79 container_ = athena::ScreenManager::Get()->CreateContainer(
125 } // namespace athena
vk_webui_controller.cc 5 #include "athena/virtual_keyboard/vk_webui_controller.h"
7 #include "athena/virtual_keyboard/vk_message_handler.h"
17 namespace athena { namespace
101 } // namespace athena
virtual_keyboard_bindings_impl.cc 5 #include "athena/virtual_keyboard/public/virtual_keyboard_bindings.h"
79 namespace athena { namespace
202 } // namespace athena
  /external/chromium_org/athena/wm/
window_manager_impl.cc 5 #include "athena/wm/public/window_manager.h"
7 #include "athena/screen/public/screen_manager.h"
8 #include "athena/wm/window_overview_mode.h"
14 namespace athena { namespace
151 } // namespace athena
window_overview_mode.cc 5 #include "athena/wm/window_overview_mode.h"
44 namespace athena { namespace
312 } // namespace athena
  /external/chromium_org/athena/activity/
activity_view_manager_impl.cc 5 #include "athena/activity/public/activity_view_manager.h"
10 #include "athena/activity/public/activity.h"
11 #include "athena/activity/public/activity_view_model.h"
12 #include "athena/screen/public/screen_manager.h"
20 namespace athena { namespace
162 } // namespace athena
  /external/chromium_org/athena/input/public/
accelerator_manager.h 8 #include "athena/athena_export.h"
20 namespace athena { namespace
89 } // namespace athena
  /external/chromium_org/athena/content/
web_activity.cc 5 #include "athena/content/web_activity.h"
7 #include "athena/activity/public/activity_manager.h"
8 #include "athena/input/public/accelerator_manager.h"
15 namespace athena { namespace
119 // A web view for athena's web activity.
196 } // namespace athena
  /external/chromium_org/athena/home/
app_list_view_delegate.cc 5 #include "athena/home/app_list_view_delegate.h"
9 #include "athena/home/public/app_model_builder.h"
23 namespace athena { namespace
171 } // namespace athena
home_card_impl.cc 5 #include "athena/home/public/home_card.h"
7 #include "athena/home/app_list_view_delegate.h"
8 #include "athena/home/public/app_model_builder.h"
9 #include "athena/input/public/accelerator_manager.h"
10 #include "athena/screen/public/screen_manager.h"
18 namespace athena { namespace
188 } // namespace athena
  /external/chromium_org/athena/screen/
screen_manager_impl.cc 5 #include "athena/screen/public/screen_manager.h"
7 #include "athena/common/fill_layout_manager.h"
8 #include "athena/input/public/accelerator_manager.h"
9 #include "athena/screen/background_controller.h"
10 #include "athena/screen/screen_accelerator_handler.h"
20 namespace athena { namespace
186 } // namespace athena

Completed in 185 milliseconds

1 23