HomeSort by relevance Sort by last modified time
    Searched defs:ash (Results 376 - 400 of 647) sorted by null

<<11121314151617181920>>

  /external/chromium_org/ash/magnifier/
magnification_controller_unittest.cc 5 #include "ash/magnifier/magnification_controller.h"
6 #include "ash/magnifier/magnifier_constants.h"
7 #include "ash/shell.h"
8 #include "ash/test/ash_test_base.h"
17 namespace ash { namespace
39 // RootWindow and Display can't resize on Windows Ash.
61 ash::MagnificationController* GetMagnificationController() const {
62 return ash::Shell::GetInstance()->magnification_controller();
442 } // namespace ash
  /external/chromium_org/ash/
session_state_delegate_stub.cc 5 #include "ash/session_state_delegate_stub.h"
7 #include "ash/shell.h"
8 #include "ash/shell/example_factory.h"
12 namespace ash { namespace
77 ash::SessionStateObserver* observer) {
81 ash::SessionStateObserver* observer) {
84 } // namespace ash
  /external/chromium_org/ash/shelf/
background_animator.h 8 #include "ash/ash_export.h"
13 namespace ash { namespace
72 } // namespace ash
shelf_widget.h 8 #include "ash/ash_export.h"
9 #include "ash/shelf/background_animator.h"
10 #include "ash/shelf/shelf_types.h"
18 namespace ash { namespace
113 } // namespace ash
shelf_widget_unittest.cc 5 #include "ash/shelf/shelf_widget.h"
7 #include "ash/launcher/launcher.h"
8 #include "ash/launcher/launcher_button.h"
9 #include "ash/launcher/launcher_model.h"
10 #include "ash/launcher/launcher_view.h"
11 #include "ash/root_window_controller.h"
12 #include "ash/shelf/shelf_layout_manager.h"
13 #include "ash/shell.h"
14 #include "ash/test/ash_test_base.h"
15 #include "ash/test/launcher_view_test_api.h
24 namespace ash { namespace
    [all...]
  /external/chromium_org/ash/shell/
launcher_delegate_impl.cc 5 #include "ash/shell/launcher_delegate_impl.h"
7 #include "ash/launcher/launcher_util.h"
8 #include "ash/shell/toplevel_window.h"
9 #include "ash/shell/window_watcher.h"
10 #include "ash/wm/window_util.h"
14 namespace ash { namespace
24 void LauncherDelegateImpl::ItemSelected(const ash::LauncherItem& item,
28 ash::wm::MoveWindowToEventRoot(window, event);
30 ash::wm::ActivateWindow(window);
33 base::string16 LauncherDelegateImpl::GetTitle(const ash::LauncherItem& item)
    [all...]
panel_window.cc 5 #include "ash/shell/panel_window.h"
7 #include "ash/screen_ash.h"
8 #include "ash/shell.h"
9 #include "ash/wm/panels/panel_frame_view.h"
23 namespace ash { namespace
89 } // namespace ash
toplevel_window.cc 5 #include "ash/shell/toplevel_window.h"
7 #include "ash/display/display_controller.h"
8 #include "ash/screen_ash.h"
9 #include "ash/shell.h"
10 #include "ash/wm/property_util.h"
17 namespace ash { namespace
33 ash::Shell::GetScreen()->GetDisplayMatching(bounds);
34 aura::RootWindow* root = ash::Shell::GetInstance()->display_controller()->
69 } // namespace ash
  /external/chromium_org/ash/system/chromeos/network/
network_observer.h 16 namespace ash { namespace
31 // ash relevant subset of network_constants.h connection type.
67 } // namespace ash
network_state_notifier.cc 5 #include "ash/system/chromeos/network/network_state_notifier.h"
7 #include "ash/shell.h"
8 #include "ash/system/chromeos/network/network_connect.h"
9 #include "ash/system/chromeos/network/network_observer.h"
10 #include "ash/system/tray/system_tray_notifier.h"
38 if (error_name == ash::network_connect::kErrorActivateFailed)
46 namespace ash { namespace
112 ash::Shell::GetInstance()->system_tray_notifier()->
134 ash::Shell::GetInstance()->system_tray_notifier()->
175 ash::Shell::GetInstance()->system_tray_notifier()->NotifySetNetworkMessage
    [all...]
  /external/chromium_org/ash/system/chromeos/power/
tray_power.h 8 #include "ash/system/chromeos/power/power_status.h"
9 #include "ash/system/tray/system_tray_item.h"
22 namespace ash { namespace
88 } // namespace ash
  /external/chromium_org/ash/system/chromeos/
tray_tracing.cc 5 #include "ash/system/chromeos/tray_tracing.h"
7 #include "ash/system/tray/actionable_view.h"
8 #include "ash/system/tray/fixed_sized_image_view.h"
9 #include "ash/system/tray/system_tray.h"
10 #include "ash/system/tray/system_tray_delegate.h"
11 #include "ash/system/tray/system_tray_notifier.h"
12 #include "ash/system/tray/tray_constants.h"
22 namespace ash { namespace
27 class DefaultTracingView : public ash::internal::ActionableView {
32 ash::kTrayPopupPaddingHorizontal, 0
    [all...]
  /external/chromium_org/ash/system/locale/
locale_notification_controller.cc 5 #include "ash/system/locale/locale_notification_controller.h"
7 #include "ash/shell.h"
8 #include "ash/system/tray/system_tray_notifier.h"
19 namespace ash { namespace
124 } // namespace ash
  /external/chromium_org/ash/system/session_length_limit/
tray_session_length_limit.h 8 #include "ash/system/session_length_limit/session_length_limit_observer.h"
9 #include "ash/system/tray/system_tray_item.h"
16 namespace ash { namespace
70 } // namespace ash
  /external/chromium_org/ash/system/
status_area_widget.cc 5 #include "ash/system/status_area_widget.h"
7 #include "ash/root_window_controller.h"
8 #include "ash/shelf/shelf_layout_manager.h"
9 #include "ash/shelf/shelf_widget.h"
10 #include "ash/shell.h"
11 #include "ash/shell_delegate.h"
12 #include "ash/shell_window_ids.h"
13 #include "ash/system/bluetooth/bluetooth_observer.h"
14 #include "ash/system/status_area_widget_delegate.h"
15 #include "ash/system/tray/system_tray.h
23 namespace ash { namespace
    [all...]
  /external/chromium_org/ash/system/tray/
actionable_view.cc 5 #include "ash/system/tray/actionable_view.h"
7 #include "ash/ash_constants.h"
11 namespace ash { namespace
78 } // namespace ash
hover_highlight_view.h 8 #include "ash/system/tray/actionable_view.h"
17 namespace ash { namespace
88 } // namespace ash
system_tray.h 8 #include "ash/ash_export.h"
9 #include "ash/system/tray/system_tray_bubble.h"
10 #include "ash/system/tray/tray_background_view.h"
11 #include "ash/system/user/login_status.h"
22 namespace ash { namespace
237 } // namespace ash
system_tray_delegate.cc 5 #include "ash/system/tray/system_tray_delegate.h"
7 #include "ash/system/tray/test_system_tray_delegate.h"
9 namespace ash { namespace
56 // to not be NULL and move TestSystemTrayDelegate -> ash/test. crbug.com/159693
62 } // namespace ash
throbber_view.cc 5 #include "ash/system/tray/throbber_view.h"
7 #include "ash/system/tray/tray_constants.h"
13 namespace ash { namespace
62 return gfx::Size(ash::kTrayPopupItemHeight, ash::kTrayPopupItemHeight);
110 } // namespace ash
tray_event_filter.cc 5 #include "ash/system/tray/tray_event_filter.h"
7 #include "ash/root_window_controller.h"
8 #include "ash/shelf/shelf_layout_manager.h"
9 #include "ash/shell.h"
10 #include "ash/shell_window_ids.h"
11 #include "ash/system/tray/tray_background_view.h"
12 #include "ash/system/tray/tray_bubble_wrapper.h"
13 #include "ash/system/tray/tray_constants.h"
14 #include "ash/system/tray/tray_event_filter.h"
15 #include "ash/wm/property_util.h
21 namespace ash { namespace
    [all...]
  /external/chromium_org/ash/system/web_notification/
web_notification_tray.h 8 #include "ash/ash_export.h"
9 #include "ash/system/tray/tray_background_view.h"
10 #include "ash/system/user/login_status.h"
21 // contains the Ash specific tray implementation.
39 namespace ash { namespace
175 } // namespace ash
  /external/chromium_org/ash/test/
display_manager_test_api.cc 5 #include "ash/test/display_manager_test_api.h"
9 #include "ash/display/display_info.h"
10 #include "ash/display/display_manager.h"
11 #include "ash/shell.h"
16 namespace ash { namespace
96 } // namespace ash
launcher_view_test_api.cc 5 #include "ash/test/launcher_view_test_api.h"
7 #include "ash/launcher/launcher_button.h"
8 #include "ash/launcher/launcher_model.h"
9 #include "ash/launcher/launcher_view.h"
10 #include "ash/launcher/overflow_button.h"
36 namespace ash { namespace
52 if (launcher_view_->model_->items()[index].type == ash::TYPE_APP_LIST)
104 } // namespace ash
test_activation_delegate.h 18 namespace ash { namespace
61 } // namespace ash

Completed in 8039 milliseconds

<<11121314151617181920>>