HomeSort by relevance Sort by last modified time
    Searched defs:status_area_widget (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/ash/shelf/
shelf_widget.h 59 StatusAreaWidget* status_area_widget() const { return status_area_widget_; } function in class:ash::ShelfWidget
shelf_layout_manager_unittest.cc 20 #include "ash/system/status_area_widget.h"
701 shelf->status_area_widget()->GetWindowBoundsInScreen());
716 StepWidgetLayerAnimatorToEnd(shelf->status_area_widget());
726 EXPECT_GE(shelf->status_area_widget()->GetNativeView()->bounds().y(),
733 StepWidgetLayerAnimatorToEnd(shelf->status_area_widget());
742 status_bounds = shelf->status_area_widget()->GetNativeView()->bounds();
776 EXPECT_GE(shelf->status_area_widget()->GetNativeView()->bounds().y(),
787 shelf->status_area_widget()->GetWindowBoundsInScreen();
796 shelf->status_area_widget()->GetWindowBoundsInScreen();
813 ASSERT_TRUE(shelf_widget->status_area_widget());
1454 StatusAreaWidget* status_area_widget = GetShelfWidget()->status_area_widget(); local
1879 StatusAreaWidget* status_area_widget = local
1981 StatusAreaWidget* status_area_widget = local
    [all...]
  /external/chromium_org/ash/system/tray/
tray_background_view.h 62 explicit TrayBackgroundView(StatusAreaWidget* status_area_widget);
137 StatusAreaWidget* status_area_widget() { function in class:ash::TrayBackgroundView
140 const StatusAreaWidget* status_area_widget() const { function in class:ash::TrayBackgroundView
  /external/chromium_org/ash/system/web_notification/
web_notification_tray_unittest.cc 15 #include "ash/system/status_area_widget.h"
55 StatusAreaWidget* status_area_widget = local
57 if (status_area_widget)
58 return status_area_widget->web_notification_tray();
  /external/chromium_org/ash/accelerators/
accelerator_controller.cc 40 #include "ash/system/status_area_widget.h"
400 StatusAreaWidget* status_area_widget = local
401 controller->shelf()->status_area_widget();
402 if (status_area_widget) {
404 status_area_widget->web_notification_tray();
    [all...]

Completed in 146 milliseconds