shelf_            387 ash/root_window_controller.cc   if (!shelf_->shelf())
shelf_            389 ash/root_window_controller.cc   shelf_->shelf()->SetVisible(true);
shelf_            390 ash/root_window_controller.cc   shelf_->status_area_widget()->Show();
shelf_            395 ash/root_window_controller.cc     panel_layout_manager_->SetShelf(shelf_->shelf());
shelf_            397 ash/root_window_controller.cc     docked_layout_manager_->SetShelf(shelf_->shelf());
shelf_            398 ash/root_window_controller.cc     if (shelf_->shelf_layout_manager())
shelf_            399 ash/root_window_controller.cc       docked_layout_manager_->AddObserver(shelf_->shelf_layout_manager());
shelf_            407 ash/root_window_controller.cc   if (shelf_->status_area_widget())
shelf_            408 ash/root_window_controller.cc     shelf_->status_area_widget()->UpdateAfterLoginStatusChange(status);
shelf_            462 ash/root_window_controller.cc     if (shelf_ && shelf_->shelf_layout_manager())
shelf_            463 ash/root_window_controller.cc       docked_layout_manager_->RemoveObserver(shelf_->shelf_layout_manager());
shelf_            471 ash/root_window_controller.cc   if (shelf_) {
shelf_            472 ash/root_window_controller.cc     shelf_->ShutdownStatusAreaWidget();
shelf_            474 ash/root_window_controller.cc     if (shelf_->shelf_layout_manager())
shelf_            475 ash/root_window_controller.cc       shelf_->shelf_layout_manager()->PrepareForShutdown();
shelf_            515 ash/root_window_controller.cc   shelf_.reset();
shelf_            526 ash/root_window_controller.cc   return shelf_->shelf_layout_manager();
shelf_            532 ash/root_window_controller.cc   CHECK(shelf_->status_area_widget());
shelf_            533 ash/root_window_controller.cc   return shelf_->status_area_widget()->system_tray();
shelf_            564 ash/root_window_controller.cc   shelf_->shelf_layout_manager()->UpdateVisibilityState();
shelf_            733 ash/root_window_controller.cc   DCHECK(!shelf_.get());
shelf_            737 ash/root_window_controller.cc   shelf_.reset(new ShelfWidget(
shelf_            992 ash/root_window_controller.cc   shelf_->shelf_layout_manager()->UpdateVisibilityState();
shelf_            128 ash/root_window_controller.h   ShelfWidget* shelf() { return shelf_.get(); }
shelf_            276 ash/root_window_controller.h   scoped_ptr<ShelfWidget> shelf_;
shelf_             16 ash/shelf/shelf_bezel_event_filter.cc     : shelf_(shelf),
shelf_             55 ash/shelf/shelf_bezel_event_filter.cc   switch (shelf_->GetAlignment()) {
shelf_             29 ash/shelf/shelf_bezel_event_filter.h   ShelfLayoutManager* shelf_;  // non-owned
shelf_            123 ash/shelf/shelf_layout_manager.cc   ShelfLayoutManager* shelf_;
shelf_            131 ash/shelf/shelf_layout_manager.cc     : shelf_(shelf),
shelf_            147 ash/shelf/shelf_layout_manager.cc       !shelf_->IsShelfWindow(static_cast<aura::Window*>(event->target()));
shelf_            149 ash/shelf/shelf_layout_manager.cc     shelf_->UpdateAutoHideState();
shelf_            155 ash/shelf/shelf_layout_manager.cc   if (shelf_->IsShelfWindow(static_cast<aura::Window*>(event->target()))) {
shelf_            168 ash/shelf/shelf_layout_manager.cc   explicit UpdateShelfObserver(ShelfLayoutManager* shelf) : shelf_(shelf) {
shelf_            169 ash/shelf/shelf_layout_manager.cc     shelf_->update_shelf_observer_ = this;
shelf_            173 ash/shelf/shelf_layout_manager.cc     shelf_ = NULL;
shelf_            177 ash/shelf/shelf_layout_manager.cc     if (shelf_)
shelf_            178 ash/shelf/shelf_layout_manager.cc       shelf_->UpdateShelfBackground(BACKGROUND_CHANGE_ANIMATE);
shelf_            184 ash/shelf/shelf_layout_manager.cc     if (shelf_)
shelf_            185 ash/shelf/shelf_layout_manager.cc       shelf_->update_shelf_observer_ = NULL;
shelf_            189 ash/shelf/shelf_layout_manager.cc   ShelfLayoutManager* shelf_;
shelf_            203 ash/shelf/shelf_layout_manager.cc       shelf_(shelf),
shelf_            248 ash/shelf/shelf_layout_manager.cc   return shelf_->status_area_widget() &&
shelf_            249 ash/shelf/shelf_layout_manager.cc       shelf_->status_area_widget()->IsVisible() &&
shelf_            262 ash/shelf/shelf_layout_manager.cc   shelf_->SetAlignment(alignment);
shelf_            276 ash/shelf/shelf_layout_manager.cc       ScreenUtil::GetDisplayBoundsInParent(shelf_->GetNativeView()));
shelf_            291 ash/shelf/shelf_layout_manager.cc   if (shelf_->shelf()) {
shelf_            298 ash/shelf/shelf_layout_manager.cc     shelf_->shelf()->SetShelfViewBounds(
shelf_            367 ash/shelf/shelf_layout_manager.cc             shelf_->GetWindowBoundsInScreen().Contains(
shelf_            432 ash/shelf/shelf_layout_manager.cc     if (gesture_drag_auto_hide_state_ == SHELF_AUTO_HIDE_HIDDEN && shelf_)
shelf_            433 ash/shelf/shelf_layout_manager.cc       min_height = shelf_->GetContentsView()->GetPreferredSize().height();
shelf_            435 ash/shelf/shelf_layout_manager.cc     if (min_height < shelf_->GetWindowBoundsInScreen().height() &&
shelf_            437 ash/shelf/shelf_layout_manager.cc         shelf_->status_area_widget()->GetWindowBoundsInScreen().x() &&
shelf_            493 ash/shelf/shelf_layout_manager.cc   if (shelf_) {
shelf_            494 ash/shelf/shelf_layout_manager.cc     shelf_->Deactivate();
shelf_            495 ash/shelf/shelf_layout_manager.cc     shelf_->status_area_widget()->Deactivate();
shelf_            553 ash/shelf/shelf_layout_manager.cc       ((shelf_->GetNativeView() == child) ||
shelf_            554 ash/shelf/shelf_layout_manager.cc        (shelf_->status_area_widget()->GetNativeView() == child))) {
shelf_            563 ash/shelf/shelf_layout_manager.cc   shelf_->SetAlignment(locked ? SHELF_ALIGNMENT_BOTTOM : alignment_);
shelf_            606 ash/shelf/shelf_layout_manager.cc   if (!shelf_->GetNativeView())
shelf_            672 ash/shelf/shelf_layout_manager.cc   shelf_->SetDimsShelf(
shelf_            699 ash/shelf/shelf_layout_manager.cc       GetLayer(shelf_)->GetAnimator());
shelf_            701 ash/shelf/shelf_layout_manager.cc       GetLayer(shelf_->status_area_widget())->GetAnimator());
shelf_            723 ash/shelf/shelf_layout_manager.cc   GetLayer(shelf_)->SetOpacity(target_bounds.opacity);
shelf_            724 ash/shelf/shelf_layout_manager.cc   shelf_->SetBounds(ScreenUtil::ConvertRectToScreen(
shelf_            725 ash/shelf/shelf_layout_manager.cc        shelf_->GetNativeView()->parent(),
shelf_            728 ash/shelf/shelf_layout_manager.cc   GetLayer(shelf_->status_area_widget())->SetOpacity(
shelf_            737 ash/shelf/shelf_layout_manager.cc   shelf_->status_area_widget()->SetBounds(
shelf_            739 ash/shelf/shelf_layout_manager.cc           shelf_->status_area_widget()->GetNativeView()->parent(),
shelf_            752 ash/shelf/shelf_layout_manager.cc   GetLayer(shelf_)->GetAnimator()->StopAnimating();
shelf_            753 ash/shelf/shelf_layout_manager.cc   GetLayer(shelf_->status_area_widget())->GetAnimator()->StopAnimating();
shelf_            759 ash/shelf/shelf_layout_manager.cc       shelf_->status_area_widget()->GetWindowBoundsInScreen().size());
shelf_            780 ash/shelf/shelf_layout_manager.cc       shelf_->status_area_widget()->GetWindowBoundsInScreen().size());
shelf_            981 ash/shelf/shelf_layout_manager.cc   shelf_->SetPaintsBackground(background_type, type);
shelf_           1014 ash/shelf/shelf_layout_manager.cc   gfx::Rect shelf_bounds_in_screen = shelf_->GetWindowBoundsInScreen();
shelf_           1038 ash/shelf/shelf_layout_manager.cc   if (visibility_state != SHELF_AUTO_HIDE || !shelf_)
shelf_           1045 ash/shelf/shelf_layout_manager.cc   if (shelf_->status_area_widget() &&
shelf_           1046 ash/shelf/shelf_layout_manager.cc       shelf_->status_area_widget()->ShouldShowShelf())
shelf_           1049 ash/shelf/shelf_layout_manager.cc   if (shelf_->shelf() && shelf_->shelf()->IsShowingMenu())
shelf_           1052 ash/shelf/shelf_layout_manager.cc   if (shelf_->shelf() && shelf_->shelf()->IsShowingOverflowBubble())
shelf_           1055 ash/shelf/shelf_layout_manager.cc   if (shelf_->IsActive() || shelf_->status_area_widget()->IsActive())
shelf_           1084 ash/shelf/shelf_layout_manager.cc       shelf_->GetNativeWindow()->GetRootWindow());
shelf_           1088 ash/shelf/shelf_layout_manager.cc   gfx::Rect shelf_region = shelf_->GetWindowBoundsInScreen();
shelf_           1089 ash/shelf/shelf_layout_manager.cc   if (shelf_->status_area_widget() &&
shelf_           1090 ash/shelf/shelf_layout_manager.cc       shelf_->status_area_widget()->IsMessageBubbleShown() &&
shelf_           1135 ash/shelf/shelf_layout_manager.cc   return (shelf_ && shelf_->GetNativeWindow()->Contains(window)) ||
shelf_           1136 ash/shelf/shelf_layout_manager.cc       (shelf_->status_area_widget() &&
shelf_           1137 ash/shelf/shelf_layout_manager.cc        shelf_->status_area_widget()->GetNativeWindow()->Contains(window));
shelf_            144 ash/shelf/shelf_layout_manager.h   ShelfWidget* shelf_widget() { return shelf_; }
shelf_            360 ash/shelf/shelf_layout_manager.h   ShelfWidget* shelf_;
shelf_             35 ash/shelf/shelf_unittest.cc       : shelf_(NULL),
shelf_             45 ash/shelf/shelf_unittest.cc     shelf_ = Shelf::ForPrimaryDisplay();
shelf_             46 ash/shelf/shelf_unittest.cc     ASSERT_TRUE(shelf_);
shelf_             48 ash/shelf/shelf_unittest.cc     test::ShelfTestAPI test(shelf_);
shelf_             62 ash/shelf/shelf_unittest.cc     return shelf_;
shelf_             82 ash/shelf/shelf_unittest.cc   Shelf* shelf_;
shelf_             60 ash/shelf/shelf_view_unittest.cc       : shelf_(shelf),
shelf_             62 ash/shelf/shelf_view_unittest.cc     if (shelf_)
shelf_             63 ash/shelf/shelf_view_unittest.cc       shelf_->AddIconObserver(this);
shelf_             67 ash/shelf/shelf_view_unittest.cc     if (shelf_)
shelf_             68 ash/shelf/shelf_view_unittest.cc       shelf_->RemoveIconObserver(this);
shelf_             80 ash/shelf/shelf_view_unittest.cc   Shelf* shelf_;
shelf_            114 ash/shelf/shelf_widget.cc   ash::ShelfWidget* shelf_;
shelf_            139 ash/shelf/shelf_widget.cc     : shelf_(shelf_widget),
shelf_            182 ash/shelf/shelf_widget.cc   if (shelf_->GetAlignment() != ash::SHELF_ALIGNMENT_BOTTOM) {
shelf_            185 ash/shelf/shelf_widget.cc         shelf_->shelf_layout_manager()->SelectValueForShelfAlignment(
shelf_            249 ash/shelf/shelf_widget.cc     WillChangeVisibilityState(shelf_->visibility_state());
shelf_            250 ash/shelf/shelf_widget.cc     shelf_->AddObserver(this);
shelf_            255 ash/shelf/shelf_widget.cc     if (shelf_)
shelf_            256 ash/shelf/shelf_widget.cc       shelf_->RemoveObserver(this);
shelf_            278 ash/shelf/shelf_widget.cc     shelf_ = NULL;
shelf_            290 ash/shelf/shelf_widget.cc           shelf_->GetAlignment());
shelf_            296 ash/shelf/shelf_widget.cc           shelf_->GetAlignment());
shelf_            303 ash/shelf/shelf_widget.cc   ShelfLayoutManager* shelf_;
shelf_            382 ash/shelf/shelf_widget.cc   ShelfWidget* shelf_;
shelf_            398 ash/shelf/shelf_widget.cc     : shelf_(shelf),
shelf_            427 ash/shelf/shelf_widget.cc     params.parent = shelf_->GetNativeView();
shelf_            430 ash/shelf/shelf_widget.cc     dimmer_->SetBounds(shelf_->GetWindowBoundsInScreen());
shelf_            433 ash/shelf/shelf_widget.cc     dimmer_view_ = new DimmerView(shelf_, disable_dimming_animations_for_test_);
shelf_            437 ash/shelf/shelf_widget.cc     shelf_->GetNativeView()->AddObserver(this);
shelf_            440 ash/shelf/shelf_widget.cc     if (shelf_->GetNativeView())
shelf_            441 ash/shelf/shelf_widget.cc       shelf_->GetNativeView()->RemoveObserver(this);
shelf_            460 ash/shelf/shelf_widget.cc   if (SHELF_ALIGNMENT_BOTTOM != shelf_->GetAlignment())
shelf_            463 ash/shelf/shelf_widget.cc         shelf_->shelf_layout_manager()->SelectValueForShelfAlignment(
shelf_            468 ash/shelf/shelf_widget.cc   const gfx::Rect dock_bounds(shelf_->shelf_layout_manager()->dock_bounds());
shelf_            476 ash/shelf/shelf_widget.cc                        (SHELF_ALIGNMENT_BOTTOM == shelf_->GetAlignment() &&
shelf_            481 ash/shelf/shelf_widget.cc                        SHELF_ALIGNMENT_BOTTOM == shelf_->GetAlignment()
shelf_            487 ash/shelf/shelf_widget.cc   if (SHELF_ALIGNMENT_BOTTOM == shelf_->GetAlignment() &&
shelf_            526 ash/shelf/shelf_widget.cc       shelf_->shelf_layout_manager()->SelectValueForShelfAlignment(
shelf_            536 ash/shelf/shelf_widget.cc   if (shelf_->activating_as_fallback_)
shelf_            547 ash/shelf/shelf_widget.cc     if (shelf_->shelf_layout_manager()->IsHorizontalAlignment()) {
shelf_            709 ash/shelf/shelf_widget.cc   if (shelf_)
shelf_            710 ash/shelf/shelf_widget.cc     shelf_->SetAlignment(alignment);
shelf_            719 ash/shelf/shelf_widget.cc   if (shelf_)
shelf_            720 ash/shelf/shelf_widget.cc     shelf_->SchedulePaint();
shelf_            729 ash/shelf/shelf_widget.cc   if (shelf_)
shelf_            738 ash/shelf/shelf_widget.cc   shelf_.reset(
shelf_            745 ash/shelf/shelf_widget.cc   shelf_->SetVisible(
shelf_            752 ash/shelf/shelf_widget.cc   return shelf_.get() && shelf_->IsVisible();
shelf_            756 ash/shelf/shelf_widget.cc   if (shelf_)
shelf_            757 ash/shelf/shelf_widget.cc     shelf_->SetVisible(visible);
shelf_             53 ash/shelf/shelf_widget.h   Shelf* shelf() const { return shelf_.get(); }
shelf_            100 ash/shelf/shelf_widget.h   scoped_ptr<Shelf> shelf_;
shelf_             47 ash/system/user/tray_user_unittest.cc   ShelfLayoutManager* shelf() { return shelf_; }
shelf_             54 ash/system/user/tray_user_unittest.cc   ShelfLayoutManager* shelf_;
shelf_             69 ash/system/user/tray_user_unittest.cc     : shelf_(NULL),
shelf_             77 ash/system/user/tray_user_unittest.cc   shelf_ = Shell::GetPrimaryRootWindowController()->GetShelfLayoutManager();
shelf_            102 ash/system/web_notification/web_notification_tray.cc   ShelfLayoutManager* shelf_;
shelf_            111 ash/system/web_notification/web_notification_tray.cc       shelf_(NULL),
shelf_            124 ash/system/web_notification/web_notification_tray.cc   if (shelf_ && shelf_->visibility_state() == SHELF_AUTO_HIDE &&
shelf_            125 ash/system/web_notification/web_notification_tray.cc       shelf_->auto_hide_state() == SHELF_AUTO_HIDE_SHOWN) {
shelf_            133 ash/system/web_notification/web_notification_tray.cc   if (!shelf_)
shelf_            136 ash/system/web_notification/web_notification_tray.cc   OnAutoHideStateChanged(shelf_->auto_hide_state());
shelf_            148 ash/system/web_notification/web_notification_tray.cc     OnAutoHideStateChanged(shelf_->auto_hide_state());
shelf_            153 ash/system/web_notification/web_notification_tray.cc   if (shelf_)
shelf_            154 ash/system/web_notification/web_notification_tray.cc     shelf_->RemoveObserver(this);
shelf_            156 ash/system/web_notification/web_notification_tray.cc   shelf_ = NULL;
shelf_            164 ash/system/web_notification/web_notification_tray.cc           shelf_->shelf_widget()->GetNativeView()));
shelf_            169 ash/system/web_notification/web_notification_tray.cc       shelf_->shelf_widget()->GetNativeView());
shelf_            172 ash/system/web_notification/web_notification_tray.cc   if ((shelf_->visibility_state() == SHELF_AUTO_HIDE) &&
shelf_            179 ash/system/web_notification/web_notification_tray.cc   work_area.Inset(shelf_->SelectValueForShelfAlignment(
shelf_            187 ash/system/web_notification/web_notification_tray.cc     if (shelf_->GetAlignment() == SHELF_ALIGNMENT_TOP)
shelf_            194 ash/system/web_notification/web_notification_tray.cc   if (shelf_)
shelf_            197 ash/system/web_notification/web_notification_tray.cc   shelf_ = ShelfLayoutManager::ForShelf(root_window_);
shelf_            198 ash/system/web_notification/web_notification_tray.cc   if (shelf_)
shelf_            199 ash/system/web_notification/web_notification_tray.cc     shelf_->AddObserver(this);
shelf_             13 ash/test/shelf_test_api.cc     : shelf_(shelf) {
shelf_             19 ash/test/shelf_test_api.cc ShelfView* ShelfTestAPI::shelf_view() { return shelf_->shelf_view_; }
shelf_             22 ash/test/shelf_test_api.cc   shelf_->delegate_ = delegate;
shelf_             32 ash/test/shelf_test_api.h   Shelf* shelf_;
shelf_            413 ash/wm/dock/docked_window_layout_manager.cc       shelf_(NULL),
shelf_            433 ash/wm/dock/docked_window_layout_manager.cc   if (shelf_ && shelf_->shelf_widget()) {
shelf_            435 ash/wm/dock/docked_window_layout_manager.cc         shelf_->shelf_widget()->GetNativeWindow());
shelf_            439 ash/wm/dock/docked_window_layout_manager.cc   shelf_ = NULL;
shelf_            546 ash/wm/dock/docked_window_layout_manager.cc   DCHECK(!shelf_);
shelf_            547 ash/wm/dock/docked_window_layout_manager.cc   shelf_ = shelf;
shelf_            548 ash/wm/dock/docked_window_layout_manager.cc   if (shelf_->shelf_widget()) {
shelf_            550 ash/wm/dock/docked_window_layout_manager.cc         shelf_->shelf_widget()->GetNativeWindow());
shelf_            631 ash/wm/dock/docked_window_layout_manager.cc   if (shelf_)
shelf_            632 ash/wm/dock/docked_window_layout_manager.cc     shelf_alignment = shelf_->alignment();
shelf_            766 ash/wm/dock/docked_window_layout_manager.cc   if (!shelf_ || !shelf_->shelf_widget())
shelf_            774 ash/wm/dock/docked_window_layout_manager.cc   ShelfAlignment shelf_alignment = shelf_->shelf_widget()->GetAlignment();
shelf_            111 ash/wm/dock/docked_window_layout_manager.h   Shelf* shelf() { return shelf_; }
shelf_            273 ash/wm/dock/docked_window_layout_manager.h   Shelf* shelf_;
shelf_            262 ash/wm/panels/panel_layout_manager.cc       shelf_(NULL),
shelf_            286 ash/wm/panels/panel_layout_manager.cc   if (shelf_)
shelf_            287 ash/wm/panels/panel_layout_manager.cc     shelf_->RemoveIconObserver(this);
shelf_            288 ash/wm/panels/panel_layout_manager.cc   shelf_ = NULL;
shelf_            307 ash/wm/panels/panel_layout_manager.cc   DCHECK(!shelf_);
shelf_            309 ash/wm/panels/panel_layout_manager.cc   shelf_ = shelf;
shelf_            310 ash/wm/panels/panel_layout_manager.cc   shelf_->AddIconObserver(this);
shelf_            311 ash/wm/panels/panel_layout_manager.cc   if (shelf_->shelf_widget()) {
shelf_            313 ash/wm/panels/panel_layout_manager.cc         shelf_->shelf_widget()->GetNativeWindow());
shelf_            552 ash/wm/panels/panel_layout_manager.cc       shelf_->shelf_widget()->GetAlignment()));
shelf_            573 ash/wm/panels/panel_layout_manager.cc   if (!shelf_ || !shelf_->shelf_widget())
shelf_            580 ash/wm/panels/panel_layout_manager.cc   ShelfAlignment alignment = shelf_->shelf_widget()->GetAlignment();
shelf_            584 ash/wm/panels/panel_layout_manager.cc       panel_container_, shelf_->shelf_widget()->GetWindowBoundsInScreen());
shelf_            614 ash/wm/panels/panel_layout_manager.cc     gfx::Rect icon_bounds = shelf_->GetScreenBoundsOfItemIconForWindow(panel);
shelf_            737 ash/wm/panels/panel_layout_manager.cc   ShelfAlignment alignment = shelf_->alignment();
shelf_            785 ash/wm/panels/panel_layout_manager.cc   ShelfAlignment alignment = shelf_->alignment();
shelf_            798 ash/wm/panels/panel_layout_manager.cc     gfx::Rect icon_bounds = shelf_->GetScreenBoundsOfItemIconForWindow(panel);
shelf_             76 ash/wm/panels/panel_layout_manager.h   Shelf* shelf() { return shelf_; }
shelf_            170 ash/wm/panels/panel_layout_manager.h   Shelf* shelf_;
shelf_             53 ash/wm/status_area_layout_manager.cc   if (child != shelf_->status_area_widget()->GetNativeView() || in_layout_) {
shelf_             72 ash/wm/status_area_layout_manager.cc   if (shelf_->shelf_layout_manager()->updating_bounds())
shelf_             76 ash/wm/status_area_layout_manager.cc   shelf_->shelf_layout_manager()->LayoutShelf();
shelf_             42 ash/wm/status_area_layout_manager.h   ShelfWidget* shelf_;
shelf_             36 ash/wm/workspace/workspace_layout_manager.cc     : shelf_(NULL),
shelf_             59 ash/wm/workspace/workspace_layout_manager.cc   shelf_ = shelf;
shelf_            261 ash/wm/workspace/workspace_layout_manager.cc   if (shelf_)
shelf_            262 ash/wm/workspace/workspace_layout_manager.cc     shelf_->UpdateVisibilityState();
shelf_            271 ash/wm/workspace/workspace_layout_manager.cc   if (!shelf_)
shelf_            124 ash/wm/workspace/workspace_layout_manager.h   ShelfLayoutManager* shelf_;
shelf_             43 ash/wm/workspace_controller.cc       shelf_(NULL),
shelf_             61 ash/wm/workspace_controller.cc   if (!shelf_)
shelf_             74 ash/wm/workspace_controller.cc   const gfx::Rect shelf_bounds(shelf_->GetIdealBounds());
shelf_             97 ash/wm/workspace_controller.cc   return (window_overlaps_launcher || IsDockedAreaVisible(shelf_)) ?
shelf_            103 ash/wm/workspace_controller.cc   shelf_ = shelf;
shelf_             49 ash/wm/workspace_controller.h   ShelfLayoutManager* shelf_;
shelf_             47 chrome/browser/download/download_shelf_unittest.cc     return &shelf_;
shelf_             68 chrome/browser/download/download_shelf_unittest.cc   TestDownloadShelf shelf_;
shelf_             98 chrome/browser/download/download_shelf_unittest.cc   shelf_.set_download_manager(download_manager_.get());
shelf_            114 chrome/browser/ui/ash/launcher/chrome_launcher_controller_browsertest.cc   LauncherPlatformAppBrowserTest() : shelf_(NULL), controller_(NULL) {
shelf_            120 chrome/browser/ui/ash/launcher/chrome_launcher_controller_browsertest.cc     shelf_ = ash::Shelf::ForPrimaryDisplay();
shelf_            165 chrome/browser/ui/ash/launcher/chrome_launcher_controller_browsertest.cc     shelf_->ActivateShelfItem(id);
shelf_            168 chrome/browser/ui/ash/launcher/chrome_launcher_controller_browsertest.cc   ash::Shelf* shelf_;
shelf_            189 chrome/browser/ui/ash/launcher/chrome_launcher_controller_browsertest.cc   ShelfAppBrowserTest() : shelf_(NULL), model_(NULL), controller_(NULL) {
shelf_            195 chrome/browser/ui/ash/launcher/chrome_launcher_controller_browsertest.cc     shelf_ = ash::Shelf::ForPrimaryDisplay();
shelf_            257 chrome/browser/ui/ash/launcher/chrome_launcher_controller_browsertest.cc     shelf_->ActivateShelfItem(id);
shelf_            300 chrome/browser/ui/ash/launcher/chrome_launcher_controller_browsertest.cc   ash::Shelf* shelf_;
shelf_           1420 chrome/browser/ui/ash/launcher/chrome_launcher_controller_browsertest.cc   shelf_->ActivateShelfItem(1);
shelf_           1423 chrome/browser/ui/ash/launcher/chrome_launcher_controller_browsertest.cc   shelf_->ActivateShelfItem(1);
shelf_           1435 chrome/browser/ui/ash/launcher/chrome_launcher_controller_browsertest.cc   shelf_->ActivateShelfItem(1);
shelf_           1437 chrome/browser/ui/ash/launcher/chrome_launcher_controller_browsertest.cc   shelf_->ActivateShelfItem(1);
shelf_           1450 chrome/browser/ui/ash/launcher/chrome_launcher_controller_browsertest.cc   shelf_->ActivateShelfItem(1);
shelf_           1452 chrome/browser/ui/ash/launcher/chrome_launcher_controller_browsertest.cc   shelf_->ActivateShelfItem(1);
shelf_           1454 chrome/browser/ui/ash/launcher/chrome_launcher_controller_browsertest.cc   shelf_->ActivateShelfItem(1);
shelf_           1456 chrome/browser/ui/ash/launcher/chrome_launcher_controller_browsertest.cc   shelf_->ActivateShelfItem(1);
shelf_           1465 chrome/browser/ui/ash/launcher/chrome_launcher_controller_browsertest.cc   shelf_->ActivateShelfItem(1);
shelf_           1535 chrome/browser/ui/ash/launcher/chrome_launcher_controller_browsertest.cc       ash::test::ShelfTestAPI(shelf_).shelf_view());
shelf_           1760 chrome/browser/ui/ash/launcher/chrome_launcher_controller_browsertest.cc       ash::test::ShelfTestAPI(shelf_).shelf_view());
shelf_           1863 chrome/browser/ui/ash/launcher/chrome_launcher_controller_browsertest.cc       ash::test::ShelfTestAPI(shelf_).shelf_view());
shelf_           1962 chrome/browser/ui/ash/launcher/chrome_launcher_controller_browsertest.cc   EXPECT_FALSE(shelf_->IsShowingOverflowBubble());
shelf_           1965 chrome/browser/ui/ash/launcher/chrome_launcher_controller_browsertest.cc       ash::test::ShelfTestAPI(shelf_).shelf_view());
shelf_           1978 chrome/browser/ui/ash/launcher/chrome_launcher_controller_browsertest.cc   EXPECT_TRUE(shelf_->IsShowingOverflowBubble());
shelf_           1984 chrome/browser/ui/ash/launcher/chrome_launcher_controller_browsertest.cc   EXPECT_FALSE(shelf_->IsShowingOverflowBubble());
shelf_             61 chrome/browser/ui/cocoa/download/download_item_controller.h   DownloadShelfController* shelf_;
shelf_             35 chrome/browser/ui/cocoa/notifications/balloon_controller.h   IBOutlet BalloonShelfViewCocoa* shelf_;
shelf_            119 chrome/browser/ui/gtk/download/download_shelf_gtk.cc   shelf_.Own(gtk_event_box_new());
shelf_            120 chrome/browser/ui/gtk/download/download_shelf_gtk.cc   gtk_container_add(GTK_CONTAINER(shelf_.get()), vbox);
shelf_            148 chrome/browser/ui/gtk/download/download_shelf_gtk.cc   slide_widget_.reset(new SlideAnimatorGtk(shelf_.get(),
shelf_            157 chrome/browser/ui/gtk/download/download_shelf_gtk.cc   gtk_widget_show_all(shelf_.get());
shelf_            172 chrome/browser/ui/gtk/download/download_shelf_gtk.cc   shelf_.Destroy();
shelf_            204 chrome/browser/ui/gtk/download/download_shelf_gtk.cc   gdk_window_raise(gtk_widget_get_window(shelf_.get()));
shelf_            380 chrome/browser/ui/gtk/download/download_shelf_gtk.cc   bool realized = (shelf_.get() &&
shelf_            381 chrome/browser/ui/gtk/download/download_shelf_gtk.cc                    gtk_widget_get_window(shelf_.get()));
shelf_            387 chrome/browser/ui/gtk/download/download_shelf_gtk.cc   gfx::Rect bounds = ui::GetWidgetScreenBounds(shelf_.get());
shelf_            123 chrome/browser/ui/gtk/download/download_shelf_gtk.h   ui::OwnedWidgetGtk shelf_;
shelf_             99 chrome/browser/ui/gtk/notifications/balloon_view_gtk.cc       shelf_(NULL),
shelf_            240 chrome/browser/ui/gtk/notifications/balloon_view_gtk.cc   shelf_ = gtk_hbox_new(FALSE, 0);
shelf_            241 chrome/browser/ui/gtk/notifications/balloon_view_gtk.cc   gtk_widget_set_size_request(GTK_WIDGET(shelf_), -1, GetShelfHeight());
shelf_            242 chrome/browser/ui/gtk/notifications/balloon_view_gtk.cc   gtk_container_add(GTK_CONTAINER(vbox), shelf_);
shelf_            259 chrome/browser/ui/gtk/notifications/balloon_view_gtk.cc   gtk_box_pack_start(GTK_BOX(shelf_), label_alignment, FALSE, FALSE, 0);
shelf_            275 chrome/browser/ui/gtk/notifications/balloon_view_gtk.cc   gtk_box_pack_end(GTK_BOX(shelf_), close_alignment, FALSE, FALSE,
shelf_            291 chrome/browser/ui/gtk/notifications/balloon_view_gtk.cc   gtk_box_pack_end(GTK_BOX(shelf_), options_alignment, FALSE, FALSE, 0);
shelf_            104 chrome/browser/ui/gtk/notifications/balloon_view_gtk.h   GtkWidget* shelf_;
shelf_             98 chrome/browser/ui/views/download/download_item_view.cc     shelf_(parent),
shelf_            248 chrome/browser/ui/views/download/download_item_view.cc     shelf_->SchedulePaint();
shelf_            264 chrome/browser/ui/views/download/download_item_view.cc     shelf_->Layout();
shelf_            285 chrome/browser/ui/views/download/download_item_view.cc           shelf_->RemoveDownloadView(this);  // This will delete us!
shelf_            319 chrome/browser/ui/views/download/download_item_view.cc   shelf_->SchedulePaint();
shelf_            323 chrome/browser/ui/views/download/download_item_view.cc   shelf_->RemoveDownloadView(this);  // This will delete us!
shelf_            335 chrome/browser/ui/views/download/download_item_view.cc   shelf_->OpenedDownload(this);
shelf_            552 chrome/browser/ui/views/download/download_item_view.cc     shelf_->RemoveDownloadView(this);
shelf_            557 chrome/browser/ui/views/download/download_item_view.cc       !shelf_->browser()->profile()->IsOffTheRecord()) {
shelf_            558 chrome/browser/ui/views/download/download_item_view.cc     if (!shelf_->browser()->profile()->GetPrefs()->HasPrefPath(
shelf_            562 chrome/browser/ui/views/download/download_item_view.cc           shelf_->get_parent()->GetNativeWindow(),
shelf_            563 chrome/browser/ui/views/download/download_item_view.cc           shelf_->browser()->profile(),
shelf_            569 chrome/browser/ui/views/download/download_item_view.cc           shelf_->browser()->profile()->GetPrefs()->GetBoolean(
shelf_           1001 chrome/browser/ui/views/download/download_item_view.cc         new DownloadShelfContextMenuView(download(), shelf_->GetNavigator()));
shelf_           1141 chrome/browser/ui/views/download/download_item_view.cc   shelf_->Layout();
shelf_           1142 chrome/browser/ui/views/download/download_item_view.cc   shelf_->SchedulePaint();
shelf_            246 chrome/browser/ui/views/download/download_item_view.h   DownloadShelfView* shelf_;