/external/chromium_org/ash/system/web_notification/ |
D | web_notification_tray.cc | 303 internal::StatusAreaWidget* status_area_widget) in WebNotificationTray() argument 304 : TrayBackgroundView(status_area_widget), in WebNotificationTray() 344 aura::Window* status_area_window = status_area_widget()->GetNativeView(); in ShowMessageCenterInternal() 375 status_area_widget()->SetHideSystemNotifications(true); in ShowMessageCenterInternal() 393 status_area_widget()->SetHideSystemNotifications(false); in HideMessageCenter() 429 return status_area_widget()->login_status() != user::LOGGED_IN_LOCKED && in ShouldShowMessageCenter() 430 !(status_area_widget()->system_tray() && in ShouldShowMessageCenter() 431 status_area_widget()->system_tray()->HasNotificationBubble()); in ShouldShowMessageCenter() 590 SetVisible((status_area_widget()->login_status() != user::LOGGED_IN_NONE) && in UpdateTrayContent() 591 (status_area_widget()->login_status() != user::LOGGED_IN_LOCKED) && in UpdateTrayContent()
|
D | web_notification_tray_unittest.cc | 45 status_area_widget()->web_notification_tray(); in GetTray() 56 status_area_widget()->web_notification_tray(); in GetSecondaryTray() 69 status_area_widget()->system_tray(); in GetSystemTray()
|
D | web_notification_tray.h | 57 internal::StatusAreaWidget* status_area_widget);
|
/external/chromium_org/ash/shelf/ |
D | shelf_layout_manager.cc | 246 return shelf_->status_area_widget() && in IsVisible() 247 shelf_->status_area_widget()->IsVisible() && in IsVisible() 418 shelf_->status_area_widget()->GetWindowBoundsInScreen().x() && in UpdateGestureDrag() 474 shelf_->status_area_widget()->Deactivate(); in CompleteGestureDrag() 528 (shelf_->status_area_widget()->GetNativeView() == child))) { in SetChildBounds() 661 GetLayer(shelf_->status_area_widget())->GetAnimator()); in UpdateBoundsAndOpacity() 686 GetLayer(shelf_->status_area_widget())->SetOpacity( in UpdateBoundsAndOpacity() 695 shelf_->status_area_widget()->SetBounds( in UpdateBoundsAndOpacity() 697 shelf_->status_area_widget()->GetNativeView()->parent(), in UpdateBoundsAndOpacity() 706 GetLayer(shelf_->status_area_widget())->GetAnimator()->StopAnimating(); in StopAnimating() [all …]
|
D | shelf_layout_manager_unittest.cc | 671 shelf->status_area_widget()->GetWindowBoundsInScreen()); in TEST_F() 686 StepWidgetLayerAnimatorToEnd(shelf->status_area_widget()); in TEST_F() 696 EXPECT_GE(shelf->status_area_widget()->GetNativeView()->bounds().y(), in TEST_F() 703 StepWidgetLayerAnimatorToEnd(shelf->status_area_widget()); in TEST_F() 713 status_bounds = shelf->status_area_widget()->GetNativeView()->bounds(); in TEST_F() 747 EXPECT_GE(shelf->status_area_widget()->GetNativeView()->bounds().y(), in TEST_F() 758 shelf->status_area_widget()->GetWindowBoundsInScreen(); in TEST_F() 767 shelf->status_area_widget()->GetWindowBoundsInScreen(); in TEST_F() 784 ASSERT_TRUE(shelf_widget->status_area_widget()); in TEST_F() 785 shelf_widget->status_area_widget()->SetBounds( in TEST_F() [all …]
|
D | shelf_widget_unittest.cc | 138 ASSERT_TRUE(shelf_widget->status_area_widget()); in TEST_F() 139 int status_width = shelf_widget->status_area_widget()-> in TEST_F() 186 shelf->status_area_widget()->GetWindowBoundsInScreen().width(); in TEST_F()
|
D | shelf_widget.h | 60 internal::StatusAreaWidget* status_area_widget() const { in status_area_widget() function
|
/external/chromium_org/ash/system/tray/ |
D | tray_background_view.h | 62 explicit TrayBackgroundView(internal::StatusAreaWidget* status_area_widget); 135 StatusAreaWidget* status_area_widget() { in status_area_widget() function 138 const StatusAreaWidget* status_area_widget() const { in status_area_widget() function
|
D | tray_details_view_unittest.cc | 29 status_area_widget()->system_tray(); in GetSystemTray()
|
D | system_tray.cc | 133 SystemTray::SystemTray(internal::StatusAreaWidget* status_area_widget) in SystemTray() argument 134 : internal::TrayBackgroundView(status_area_widget), in SystemTray() 601 status_area_widget()->web_notification_tray()->SetSystemTrayHeight(height); in UpdateWebNotifications()
|
D | tray_background_view.cc | 154 status_area_widget()->GetNativeWindow())->shelf(); in GetShelfWidget() 322 internal::StatusAreaWidget* status_area_widget) in TrayBackgroundView() argument 323 : status_area_widget_(status_area_widget), in TrayBackgroundView()
|
D | system_tray.h | 43 explicit SystemTray(internal::StatusAreaWidget* status_area_widget);
|
D | system_tray_unittest.cc | 37 status_area_widget()->system_tray(); in GetSystemTray() 348 Shell::GetPrimaryRootWindowController()->shelf()->status_area_widget(); in TEST_F()
|
/external/chromium_org/ash/system/logout_button/ |
D | logout_button_tray.cc | 97 LogoutButtonTray::LogoutButtonTray(StatusAreaWidget* status_area_widget) in LogoutButtonTray() argument 98 : TrayBackgroundView(status_area_widget), in LogoutButtonTray()
|
D | logout_button_tray.h | 30 explicit LogoutButtonTray(StatusAreaWidget* status_area_widget);
|
/external/chromium_org/ash/wm/ |
D | status_area_layout_manager.cc | 54 if (child != shelf_->status_area_widget()->GetNativeView() || in_layout_) { in SetChildBounds()
|
/external/chromium_org/ash/ |
D | root_window_controller.cc | 349 shelf_->status_area_widget()->Show(); in ShowLauncher() 366 if (shelf_->status_area_widget()) in UpdateAfterLoginStatusChange() 367 shelf_->status_area_widget()->UpdateAfterLoginStatusChange(status); in UpdateAfterLoginStatusChange() 498 CHECK(shelf_->status_area_widget()); in GetSystemTray() 499 return shelf_->status_area_widget()->system_tray(); in GetSystemTray()
|
D | shell.cc | 490 status_area_widget()->web_notification_tray(); in GetWebNotificationTray() 495 return shelf && shelf->status_area_widget(); in HasPrimaryStatusArea()
|
D | ash.gyp | 334 'system/status_area_widget.cc', 335 'system/status_area_widget.h',
|
/external/chromium_org/ash/system/chromeos/network/ |
D | network_state_notifier_unittest.cc | 26 status_area_widget()->system_tray(); in GetSystemTray()
|
/external/chromium_org/ash/system/ |
D | tray_update.cc | 114 Shell::GetPrimaryRootWindowController()->shelf()->status_area_widget(); in ~UpdateNagger()
|
/external/chromium_org/ash/accelerators/ |
D | accelerator_controller.cc | 448 internal::StatusAreaWidget* status_area_widget = in HandleShowMessageCenterBubble() local 449 controller->shelf()->status_area_widget(); in HandleShowMessageCenterBubble() 450 if (status_area_widget) { in HandleShowMessageCenterBubble() 452 status_area_widget->web_notification_tray(); in HandleShowMessageCenterBubble()
|
/external/chromium_org/ash/shell/ |
D | window_type_launcher.cc | 352 ash::Shell::GetPrimaryRootWindowController()->shelf()->status_area_widget() in ButtonPressed()
|