HomeSort by relevance Sort by last modified time
    Searched full:athena (Results 1 - 25 of 333) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/athena/activity/public/
DEPS 2 "-athena/activity",
3 "+athena/athena_export.h",
  /external/chromium_org/athena/env/public/
DEPS 2 "-athena/env",
3 "+athena/athena_export.h",
  /external/chromium_org/athena/extensions/public/
DEPS 2 "-athena/extensions",
3 "+athena/athena_export.h",
  /external/chromium_org/athena/home/public/
DEPS 2 "-athena/home",
3 "+athena/athena_export.h",
  /external/chromium_org/athena/input/public/
DEPS 2 "-athena/input",
3 "+athena/athena_export.h",
  /external/chromium_org/athena/screen/public/
DEPS 2 "-athena/screen",
3 "+athena/athena_export.h",
  /external/chromium_org/athena/system/public/
DEPS 2 "-athena/system",
3 "+athena/athena_export.h",
  /external/chromium_org/athena/virtual_keyboard/public/
DEPS 2 "+athena/athena_export.h",
3 "-athena/virtual_keyboard",
  /external/chromium_org/athena/wm/public/
DEPS 2 "-athena/wm",
3 "+athena/athena_export.h",
  /external/chromium_org/chrome/browser/ui/views/athena/
DEPS 2 "+athena/activity/public",
3 "+athena/env/public",
4 "+athena/extensions/public",
5 "+athena/main/public",
6 "+athena/wm/public",
athena_util.cc 5 #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);
  /external/chromium_org/athena/resource_manager/public/
DEPS 2 "+athena/athena_export.h",
  /external/chromium_org/athena/
DEPS 4 # Components within athena must state their dependencies explicitly
6 "-athena",
7 "+athena/util",
12 "+athena/test",
  /external/chromium_org/athena/content/public/
DEPS 2 "-athena/content",
3 "+athena/athena_export.h",
  /external/chromium_org/athena/test/
DEPS 2 "+athena/activity/public",
3 "+athena/content/public",
4 "+athena/env/public",
5 "+athena/extensions/public",
6 "+athena/home/public",
7 "+athena/screen/public",
8 "+athena/main/public",
9 "+athena/resource_manager/public",
  /external/chromium_org/athena/wm/
DEPS 2 "+athena/athena_export.h",
3 "+athena/input/public",
4 "+athena/resources/grit/athena_resources.h",
5 "+athena/strings/grit/athena_strings.h",
6 "+athena/screen/public",
7 "+athena/util",
  /external/chromium_org/athena/resource_manager/
DEPS 2 "+athena/activity/public",
3 "+athena/wm/public",
15 "+athena/athena_export.h",
  /external/chromium_org/athena/activity/
DEPS 2 "+athena/screen/public",
3 "+athena/wm/public",
  /external/chromium_org/athena/home/
DEPS 2 "+athena/athena_export.h",
3 "+athena/env/public",
4 "+athena/input/public",
5 "+athena/screen/public",
6 "+athena/strings/grit/athena_strings.h",
7 "+athena/system/public",
8 "+athena/wm/public",
23 "+athena/activity/public",
  /external/chromium_org/athena/system/
DEPS 2 "+athena/resources",
3 "+athena/screen/public",
4 "+athena/strings/grit/athena_strings.h",
5 "+athena/system/public",
  /external/chromium_org/athena/util/
DEPS 2 "+athena/athena_export.h",
  /external/chromium_org/athena/virtual_keyboard/
DEPS 2 "+athena/screen",
  /external/chromium_org/chrome/browser/chromeos/login/
DEPS 2 "+athena/extensions/public",
3 "+athena/main/public",
4 "+athena/screen/public",
5 "+athena/util",
  /external/chromium_org/athena/main/
athena_launcher.cc 5 #include "athena/main/public/athena_launcher.h"
7 #include "athena/activity/public/activity_factory.h"
8 #include "athena/activity/public/activity_manager.h"
9 #include "athena/content/public/app_registry.h"
10 #include "athena/content/public/content_activity_factory_creator.h"
11 #include "athena/env/public/athena_env.h"
12 #include "athena/extensions/public/extension_app_model_builder.h"
13 #include "athena/extensions/public/extensions_delegate.h"
14 #include "athena/home/public/home_card.h"
15 #include "athena/input/public/input_manager.h
40 namespace athena { namespace
46 namespace athena { namespace
    [all...]
  /external/chromium_org/athena/wm/test/
window_manager_impl_test_api.cc 5 #include "athena/wm/test/window_manager_impl_test_api.h"
7 #include "athena/wm/window_manager_impl.h"
9 namespace athena { namespace
19 athena::WindowListProvider* WindowManagerImplTestApi::GetWindowListProvider() {
23 athena::SplitViewController*
29 } // namespace athena

Completed in 1215 milliseconds

1 2 3 4 5 6 7 8 91011>>