Searched refs:shelf (Results 51 - 75 of 77) sorted by relevance

1234

/external/chromium_org/ash/shelf/
H A Dshelf_widget.cc5 #include "ash/shelf/shelf_widget.h"
11 #include "ash/shelf/shelf_constants.h"
12 #include "ash/shelf/shelf_delegate.h"
13 #include "ash/shelf/shelf_layout_manager.h"
14 #include "ash/shelf/shelf_model.h"
15 #include "ash/shelf/shelf_navigator.h"
16 #include "ash/shelf/shelf_view.h"
17 #include "ash/shelf/shelf_widget.h"
43 // Size of black border at bottom (or side) of shelf.
52 // Class used to slightly dim shelf item
245 ShelfWindowTargeter(aura::Window* container, ShelfLayoutManager* shelf) argument
403 DelegateView(ShelfWidget* shelf) argument
[all...]
H A Dshelf_view_unittest.cc5 #include "ash/shelf/shelf_view.h"
12 #include "ash/shelf/app_list_button.h"
13 #include "ash/shelf/overflow_bubble.h"
14 #include "ash/shelf/overflow_bubble_view.h"
15 #include "ash/shelf/shelf.h"
16 #include "ash/shelf/shelf_button.h"
17 #include "ash/shelf/shelf_constants.h"
18 #include "ash/shelf/shelf_icon_observer.h"
19 #include "ash/shelf/shelf_item_delegate_manage
59 TestShelfIconObserver(Shelf* shelf) argument
93 Shelf* shelf = Shelf::ForPrimaryDisplay(); variable
217 Shelf* shelf = Shelf::ForPrimaryDisplay(); local
304 Shelf* shelf = Shelf::ForPrimaryDisplay(); variable
[all...]
H A Dshelf_view.cc5 #include "ash/shelf/shelf_view.h"
15 #include "ash/shelf/app_list_button.h"
16 #include "ash/shelf/overflow_bubble.h"
17 #include "ash/shelf/overflow_bubble_view.h"
18 #include "ash/shelf/overflow_button.h"
19 #include "ash/shelf/shelf_button.h"
20 #include "ash/shelf/shelf_constants.h"
21 #include "ash/shelf/shelf_delegate.h"
22 #include "ash/shelf/shelf_icon_observer.h"
23 #include "ash/shelf/shelf_item_delegat
1783 ShelfWidget* shelf = RootWindowController::ForShelf( local
1911 ShelfWidget* shelf = RootWindowController::ForShelf( local
[all...]
H A Dshelf_layout_manager.h12 #include "ash/shelf/background_animator.h"
13 #include "ash/shelf/shelf.h"
14 #include "ash/shelf/shelf_types.h"
53 // ShelfLayoutManager is the layout manager responsible for the shelf and
54 // status widgets. The shelf is given the total available width and told the
55 // width of the status area. This allows the shelf to draw the background and
74 // user can drag the shelf out.
77 // Size of the shelf when auto-hidden.
80 // Inset between the inner edge of the shelf (toward
[all...]
/external/chromium_org/ash/wm/maximize_mode/
H A Dmaximize_mode_window_manager_unittest.cc11 #include "ash/shelf/shelf_layout_manager.h"
773 ShelfLayoutManager* shelf = local
776 // Allow the shelf to hide.
777 shelf->SetAutoHideBehavior(SHELF_AUTO_HIDE_BEHAVIOR_ALWAYS);
778 EXPECT_EQ(SHELF_AUTO_HIDE, shelf->visibility_state());
783 // With full screen, the shelf should get hidden.
785 EXPECT_EQ(SHELF_HIDDEN, shelf->visibility_state());
792 EXPECT_EQ(SHELF_HIDDEN, shelf->visibility_state());
795 // shelf should maintain its state from before maximize mode.
799 EXPECT_EQ(SHELF_AUTO_HIDE, shelf
816 ShelfLayoutManager* shelf = local
[all...]
/external/chromium_org/ash/
H A Droot_window_controller.cc21 #include "ash/shelf/shelf_layout_manager.h"
22 #include "ash/shelf/shelf_types.h"
23 #include "ash/shelf/shelf_widget.h"
359 // being removed triggers a relayout of the shelf it will try to build a
413 if (!shelf_->shelf())
415 shelf_->shelf()->SetVisible(true);
421 panel_layout_manager_->SetShelf(shelf_->shelf());
423 docked_layout_manager_->SetShelf(shelf_->shelf());
428 // Notify shell observers that the shelf has been created.
551 // Forget the shelf earl
[all...]
H A Dshell.cc40 #include "ash/shelf/app_list_shelf_item_delegate.h"
41 #include "ash/shelf/shelf_delegate.h"
42 #include "ash/shelf/shelf_item_delegate.h"
43 #include "ash/shelf/shelf_item_delegate_manager.h"
44 #include "ash/shelf/shelf_layout_manager.h"
45 #include "ash/shelf/shelf_model.h"
46 #include "ash/shelf/shelf_widget.h"
47 #include "ash/shelf/shelf_window_watcher.h"
442 (*iter)->shelf()->CreateShelf();
498 if ((*iter)->shelf())
573 ShelfWidget* shelf = GetPrimaryRootWindowController()->shelf(); local
[all...]
H A Droot_window_controller.h11 #include "ash/shelf/shelf_types.h"
93 // Returns a RootWindowController that has a shelf for given
95 // root window when multiple shelf mode is enabled, or the primary
130 // Access the shelf associated with this root window controller,
131 // NULL if no such shelf exists.
132 ShelfWidget* shelf() { return shelf_.get(); } function in class:ash::RootWindowController
162 // Access the shelf layout manager associated with this root
163 // window controller, NULL if no such shelf exists.
167 // calling this on the root window that doesn't have a shelf will
189 // Show shelf vie
[all...]
/external/chromium_org/ash/system/
H A Dstatus_area_widget.cc8 #include "ash/shelf/shelf_layout_manager.h"
9 #include "ash/shelf/shelf_widget.h"
104 if (!RootWindowController::ForShelf(GetNativeView())->shelf()->IsVisible())
107 // If the shelf is currently visible, don't hide the shelf if the mouse
/external/chromium_org/ash/system/tray/
H A Dsystem_tray_unittest.cc11 #include "ash/shelf/shelf_layout_manager.h"
12 #include "ash/shelf/shelf_widget.h"
42 return Shell::GetPrimaryRootWindowController()->shelf()->
197 Shell::GetPrimaryRootWindowController()->shelf()->shelf_layout_manager();
364 // the shelf.
367 Shell::GetPrimaryRootWindowController()->shelf()->shelf_layout_manager();
369 Shell::GetPrimaryRootWindowController()->shelf()->status_area_widget();
H A Dtray_background_view.cc10 #include "ash/shelf/shelf_layout_manager.h"
11 #include "ash/shelf/shelf_widget.h"
162 status_area_widget()->GetNativeWindow())->shelf();
353 // The alignment of the shelf can change while the TrayBackgroundView is
450 // The animator should never fire when the alternate shelf layout is used.
581 // Note that with the alternate shelf layout the tips are not shown and
/external/chromium_org/ash/wm/panels/
H A Dpanel_window_resizer_unittest.cc8 #include "ash/shelf/shelf.h"
9 #include "ash/shelf/shelf_layout_manager.h"
10 #include "ash/shelf/shelf_model.h"
11 #include "ash/shelf/shelf_types.h"
12 #include "ash/shelf/shelf_util.h"
13 #include "ash/shelf/shelf_widget.h"
145 // Test dragging panel window along the shelf and verify that panel icons
159 // Drag window #2 to the beginning of the shelf.
276 // Tests that a drag continues when the shelf i
292 ShelfLayoutManager* shelf = RootWindowController::ForWindow(window.get())-> local
[all...]
H A Dpanel_layout_manager.cc11 #include "ash/shelf/shelf.h"
12 #include "ash/shelf/shelf_layout_manager.h"
13 #include "ash/shelf/shelf_types.h"
14 #include "ash/shelf/shelf_util.h"
15 #include "ash/shelf/shelf_widget.h"
53 // Offset used when sliding panel in/out of the shelf. Used for minimizing,
307 void PanelLayoutManager::SetShelf(Shelf* shelf) { argument
310 shelf_ = shelf;
490 // If the shelf i
[all...]
/external/chromium_org/ash/wm/workspace/
H A Dworkspace_layout_manager.cc13 #include "ash/shelf/shelf_layout_manager.h"
64 void WorkspaceLayoutManager::SetShelf(ShelfLayoutManager* shelf) { argument
65 shelf_ = shelf;
196 // redundant as the fullscreen and shelf state would have been handled in
H A Dworkspace_layout_manager_unittest.cc14 #include "ash/shelf/shelf_layout_manager.h"
341 // notification sets the bounds of a window to overlap the shelf. Verifies this
764 ShelfLayoutManager* shelf = ShelfLayoutManager::ForShelf(window.get()); local
765 shelf->SetAutoHideBehavior(SHELF_AUTO_HIDE_BEHAVIOR_ALWAYS);
774 shelf->UpdateVisibilityState();
780 shelf->UpdateVisibilityState();
949 // Tests that when hidding the shelf, that the backdrop resizes to fill the
962 // When the shelf is re-shown WorkspaceLayoutManager shrinks all children
/external/chromium_org/ash/wm/dock/
H A Ddocked_window_layout_manager.cc8 #include "ash/shelf/shelf.h"
9 #include "ash/shelf/shelf_constants.h"
10 #include "ash/shelf/shelf_layout_manager.h"
11 #include "ash/shelf/shelf_types.h"
12 #include "ash/shelf/shelf_widget.h"
202 // Backgrounds created from shelf background by 90 or 270 degree rotation.
364 // A class that observes shelf for bounds changes.
370 DCHECK(docked_layout_manager_->shelf()->shelf_widget());
371 docked_layout_manager_->shelf()
545 SetShelf(Shelf* shelf) argument
[all...]
H A Ddocked_window_resizer_unittest.cc10 #include "ash/shelf/shelf.h"
11 #include "ash/shelf/shelf_layout_manager.h"
12 #include "ash/shelf/shelf_model.h"
13 #include "ash/shelf/shelf_types.h"
14 #include "ash/shelf/shelf_widget.h"
360 // Dock on the right side, change shelf alignment, check that windows move to
374 // set launcher shelf to be aligned on the right
383 // set launcher shelf to be aligned on the left
391 // set launcher shelf t
1411 ShelfWidget* shelf = Shelf::ForPrimaryDisplay()->shelf_widget(); local
[all...]
/external/chromium_org/chrome/browser/ui/ash/launcher/
H A Dchrome_launcher_controller.h15 #include "ash/shelf/shelf_delegate.h"
16 #include "ash/shelf/shelf_item_delegate.h"
17 #include "ash/shelf/shelf_item_types.h"
18 #include "ash/shelf/shelf_layout_manager_observer.h"
19 #include "ash/shelf/shelf_model_observer.h"
20 #include "ash/shelf/shelf_types.h"
103 // Indicates if a shelf item is incognito or not.
149 // Creates a new app item on the shelf for |controller|.
155 // browsers shelf item if needed.
162 // Closes or unpins the shelf ite
[all...]
H A Dchrome_launcher_controller.cc13 #include "ash/shelf/shelf.h"
14 #include "ash/shelf/shelf_item_delegate_manager.h"
15 #include "ash/shelf/shelf_layout_manager.h"
16 #include "ash/shelf/shelf_model.h"
17 #include "ash/shelf/shelf_widget.h"
201 // Gets the shelf auto hide behavior from prefs for a root window.
205 // Don't show the shelf in app mode.
225 // Gets the shelf alignment from prefs for a root window.
390 // On Chrome OS using multi profile we want to switch the content of the shelf
1094 OnShelfCreated(ash::Shelf* shelf) argument
1099 OnShelfDestroyed(ash::Shelf* shelf) argument
[all...]
/external/chromium_org/ash/system/user/
H A Dtray_user.cc10 #include "ash/shelf/shelf_layout_manager.h"
297 if (controller && controller->shelf()) {
/external/chromium_org/third_party/devscripts/
H A Dlicensecheck.pl.vanilla160 \.shelf|_MTN|\.bzr(?:\.backup|tags)?)(?:$|/.*$)
/external/chromium_org/ash/display/
H A Dscreen_ash.cc11 #include "ash/shelf/shelf_layout_manager.h"
12 #include "ash/shelf/shelf_widget.h"
139 if (GetRootWindowController(window->GetRootWindow())->shelf())
/external/chromium_org/ash/wm/overview/
H A Dwindow_selector_unittest.cc11 #include "ash/shelf/shelf.h"
12 #include "ash/shelf/shelf_widget.h"
422 // Tests that the shelf dimming state is removed while in overview and restored
429 ash::ShelfWidget* shelf = Shell::GetPrimaryRootWindowController()->shelf(); local
430 EXPECT_TRUE(shelf->GetDimsShelf());
432 EXPECT_FALSE(shelf->GetDimsShelf());
434 EXPECT_TRUE(shelf->GetDimsShelf());
/external/chromium_org/ash/shell/
H A Dwindow_type_launcher.cc10 #include "ash/shelf/shelf_widget.h"
357 ash::Shell::GetPrimaryRootWindowController()->shelf()->status_area_widget()
/external/chromium_org/chrome/browser/ui/
H A Dbrowser.cc1304 // Some (app downloads) are not supposed to appear on the shelf.
1308 // GetDownloadShelf creates the download shelf if it was not yet created.
1309 DownloadShelf* shelf = window()->GetDownloadShelf();
1310 shelf->AddDownload(download);

Completed in 382 milliseconds

1234