HomeSort by relevance Sort by last modified time
    Searched refs:shelf (Results 1 - 25 of 76) sorted by null

1 2 3 4

  /external/chromium_org/chrome/browser/ui/ash/
shelf_browsertest.cc 6 #include "ash/shelf/shelf_layout_manager.h"
17 // Confirm that a status bubble doesn't cause the shelf to darken.
19 ash::ShelfLayoutManager* shelf = local
22 EXPECT_TRUE(shelf->IsVisible());
24 // Ensure that the browser abuts the shelf.
30 shelf->GetIdealBounds().y() - old_bounds.y());
32 EXPECT_FALSE(shelf->window_overlaps_shelf());
34 // Show status, which will overlap the shelf by a pixel.
37 shelf->UpdateVisibilityState();
40 EXPECT_FALSE(shelf->window_overlaps_shelf())
    [all...]
  /external/chromium_org/chrome/browser/download/
download_shelf_unittest.cc 46 TestDownloadShelf* shelf() { function in class:__anon8109::DownloadShelfTest
104 shelf()->Show();
105 EXPECT_TRUE(shelf()->IsShowing());
106 shelf()->Hide();
107 EXPECT_FALSE(shelf()->IsShowing());
108 shelf()->Unhide();
109 EXPECT_TRUE(shelf()->IsShowing());
113 shelf()->Show();
114 shelf()->Hide();
115 shelf()->Close(DownloadShelf::AUTOMATIC)
    [all...]
  /external/chromium_org/ash/test/
shelf_test_api.cc 7 #include "ash/shelf/shelf.h"
12 ShelfTestAPI::ShelfTestAPI(Shelf* shelf)
13 : shelf_(shelf) {
status_area_widget_test_helper.cc 8 #include "ash/shelf/shelf_widget.h"
20 return Shell::GetPrimaryRootWindowController()->shelf()->
31 return controllers[i]->shelf()->status_area_widget();
shelf_test_api.h 12 class Shelf;
18 // Use the api in this class to access private members of Shelf.
21 explicit ShelfTestAPI(Shelf* shelf);
32 Shelf* shelf_;
test_shelf_delegate.h 11 #include "ash/shelf/shelf_delegate.h"
40 virtual void OnShelfCreated(Shelf* shelf) OVERRIDE;
41 virtual void OnShelfDestroyed(Shelf* shelf) OVERRIDE;
  /external/chromium_org/ash/shelf/
shelf_layout_manager_unittest.cc 5 #include "ash/shelf/shelf_layout_manager.h"
14 #include "ash/shelf/shelf.h"
15 #include "ash/shelf/shelf_layout_manager_observer.h"
16 #include "ash/shelf/shelf_view.h"
17 #include "ash/shelf/shelf_widget.h"
57 return Shell::GetPrimaryRootWindowController()->shelf();
68 // Class which waits till the shelf finishes animating to the target size and
83 // Wait till the shelf finishes animating to its expected bounds.
97 // Returns true if shelf has finished animating to the target size
381 ShelfLayoutManager* shelf = GetShelfLayoutManager(); local
693 ShelfWidget* shelf = GetShelfWidget(); local
759 ShelfWidget* shelf = GetShelfWidget(); local
782 ShelfWidget* shelf = GetShelfWidget(); local
808 Shelf* shelf = Shelf::ForPrimaryDisplay(); local
833 ShelfLayoutManager* shelf = GetShelfLayoutManager(); local
903 ShelfLayoutManager* shelf = GetShelfLayoutManager(); local
993 ShelfLayoutManager* shelf = GetShelfLayoutManager(); local
1046 ShelfLayoutManager* shelf = GetShelfLayoutManager(); local
1091 ShelfLayoutManager* shelf = GetShelfLayoutManager(); local
1165 ShelfLayoutManager* shelf = GetShelfLayoutManager(); local
1235 ShelfLayoutManager* shelf = GetShelfLayoutManager(); local
1269 ShelfLayoutManager* shelf = GetShelfLayoutManager(); local
1296 ShelfLayoutManager* shelf = GetShelfLayoutManager(); local
1330 ShelfLayoutManager* shelf = GetShelfLayoutManager(); local
1359 ShelfLayoutManager* shelf = GetShelfLayoutManager(); local
1427 ShelfLayoutManager* shelf = GetShelfLayoutManager(); local
1524 ShelfLayoutManager* shelf = GetShelfLayoutManager(); local
1574 ShelfLayoutManager* shelf = GetShelfLayoutManager(); local
1615 ShelfLayoutManager* shelf = GetShelfLayoutManager(); local
1639 ShelfLayoutManager* shelf = GetShelfLayoutManager(); local
1810 ShelfLayoutManager* shelf = GetShelfLayoutManager(); local
1830 ShelfLayoutManager* shelf = GetShelfLayoutManager(); local
1880 ShelfWidget* shelf = GetShelfWidget(); local
1903 ShelfLayoutManager* shelf = GetShelfLayoutManager(); local
2005 ShelfLayoutManager* shelf = GetShelfLayoutManager(); local
2039 ShelfLayoutManager* shelf = GetShelfLayoutManager(); local
    [all...]
shelf_delegate.h 9 #include "ash/shelf/shelf_item_types.h"
12 class Shelf;
14 // Delegate for the Shelf.
17 // Shelf owns the delegate.
21 // depend on the Shelf being in a known state.
22 virtual void OnShelfCreated(Shelf* shelf) = 0;
24 // Callback used to inform the delegate that a specific shelf no longer
26 virtual void OnShelfDestroyed(Shelf* shelf) = 0
    [all...]
shelf_bezel_event_filter.h 16 // shelf.
19 explicit ShelfBezelEventFilter(ShelfLayoutManager* shelf);
shelf_widget_unittest.cc 5 #include "ash/shelf/shelf_widget.h"
8 #include "ash/shelf/shelf.h"
9 #include "ash/shelf/shelf_button.h"
10 #include "ash/shelf/shelf_layout_manager.h"
11 #include "ash/shelf/shelf_model.h"
12 #include "ash/shelf/shelf_view.h"
30 return Shelf::ForPrimaryDisplay()->shelf_widget();
51 Shelf* shelf = Shelf::ForPrimaryDisplay() local
118 Shelf* shelf = shelf_widget->shelf(); local
166 Shelf* shelf = shelf_widget->shelf(); local
    [all...]
shelf_bezel_event_filter.cc 5 #include "ash/shelf/shelf_bezel_event_filter.h"
7 #include "ash/shelf/shelf_layout_manager.h"
15 ShelfLayoutManager* shelf)
16 : shelf_(shelf),
shelf_unittest.cc 5 #include "ash/shelf/shelf.h"
6 #include "ash/shelf/shelf_button.h"
7 #include "ash/shelf/shelf_item_delegate_manager.h"
8 #include "ash/shelf/shelf_model.h"
9 #include "ash/shelf/shelf_view.h"
10 #include "ash/shelf/shelf_widget.h"
45 shelf_ = Shelf::ForPrimaryDisplay();
61 Shelf* shelf() { function in class:ash::ShelfTest
    [all...]
shelf.cc 5 #include "ash/shelf/shelf.h"
13 #include "ash/shelf/shelf_delegate.h"
14 #include "ash/shelf/shelf_item_delegate.h"
15 #include "ash/shelf/shelf_item_delegate_manager.h"
16 #include "ash/shelf/shelf_layout_manager.h"
17 #include "ash/shelf/shelf_model.h"
18 #include "ash/shelf/shelf_navigator.h"
19 #include "ash/shelf/shelf_util.h"
20 #include "ash/shelf/shelf_view.h
    [all...]
  /external/chromium_org/ash/wm/gestures/
shelf_gesture_handler.cc 9 #include "ash/shelf/shelf_layout_manager.h"
10 #include "ash/shelf/shelf_types.h"
11 #include "ash/shelf/shelf_widget.h"
43 ShelfLayoutManager* shelf = controller->GetShelfLayoutManager(); local
46 shelf->OnGestureEdgeSwipe(event);
58 shelf->StartGestureDrag(event);
69 } else if (shelf->UpdateGestureDrag(event) ==
86 shelf->CompleteGestureDrag(event);
91 shelf->CancelGestureDrag();
  /external/chromium_org/ash/shell/
shelf_delegate_impl.cc 24 void ShelfDelegateImpl::OnShelfCreated(Shelf* shelf) {
27 void ShelfDelegateImpl::OnShelfDestroyed(Shelf* shelf) {
shelf_delegate_impl.h 8 #include "ash/shelf/shelf_delegate.h"
28 virtual void OnShelfCreated(Shelf* shelf) OVERRIDE;
29 virtual void OnShelfDestroyed(Shelf* shelf) OVERRIDE;
  /external/chromium_org/ash/wm/
status_area_layout_manager.cc 7 #include "ash/shelf/shelf_layout_manager.h"
8 #include "ash/shelf/shelf_widget.h"
19 StatusAreaLayoutManager::StatusAreaLayoutManager(ShelfWidget* shelf)
21 shelf_(shelf) {
51 // Only need to have the shelf do a layout if the child changing is the status
52 // area and the shelf isn't in the process of doing a layout.
71 // Shelf layout manager may be already doing layout.
workspace_controller.cc 8 #include "ash/shelf/shelf_layout_manager.h"
34 // |shelf|.
35 bool IsDockedAreaVisible(const ShelfLayoutManager* shelf) {
36 return shelf->dock_bounds().width() > 0;
71 // may overlap the launcher shelf and affect its transparency.
102 void WorkspaceController::SetShelf(ShelfLayoutManager* shelf) {
103 shelf_ = shelf;
104 layout_manager_->SetShelf(shelf);
status_area_layout_manager.h 20 explicit StatusAreaLayoutManager(ShelfWidget* shelf);
35 // to update layout of the shelf.
workspace_controller.h 34 void SetShelf(ShelfLayoutManager* shelf);
  /external/chromium_org/ash/wm/panels/
attached_panel_window_targeter.cc 7 #include "ash/shelf/shelf.h"
38 // Don't update the touch insets if the shelf has not yet been created.
39 if (!panel_layout_manager_->shelf())
46 // Only update the touch insets for panels if they are attached to the shelf
51 DCHECK(panel_layout_manager_->shelf());
54 switch (panel_layout_manager_->shelf()->alignment()) {
  /external/chromium_org/ash/system/web_notification/
web_notification_tray_unittest.cc 11 #include "ash/shelf/shelf_layout_manager.h"
12 #include "ash/shelf/shelf_widget.h"
285 // root window controller and shelf with having notifications. This code
361 // Shelf's auto-hide state won't be HIDDEN unless window exists.
364 ShelfLayoutManager* shelf = local
366 shelf->SetAutoHideBehavior(SHELF_AUTO_HIDE_BEHAVIOR_ALWAYS);
368 EXPECT_EQ(SHELF_AUTO_HIDE_HIDDEN, shelf->auto_hide_state());
372 // Close the window, which shows the shelf.
374 EXPECT_EQ(SHELF_AUTO_HIDE_SHOWN, shelf->auto_hide_state());
384 EXPECT_EQ(SHELF_AUTO_HIDE_SHOWN, shelf->auto_hide_state())
426 ShelfLayoutManager* shelf = local
    [all...]
  /external/chromium_org/ash/first_run/
first_run_helper_impl.cc 7 #include "ash/shelf/shelf.h"
66 Shelf* shelf = Shelf::ForPrimaryDisplay(); local
67 return shelf->GetVisibleItemsBoundsInScreen();
71 Shelf* shelf = Shelf::ForPrimaryDisplay(); local
72 views::View* app_button = shelf->GetAppListButtonView()
    [all...]
  /external/chromium_org/ash/
dip_unittest.cc 10 #include "ash/shelf/shelf.h"
11 #include "ash/shelf/shelf_widget.h"
65 // the shelf's height.
66 Shelf* shelf = Shelf::ForPrimaryDisplay(); local
69 shelf->shelf_widget()->GetNativeView()->layer()->bounds().height());
  /external/chromium_org/chrome/browser/ui/cocoa/download/
download_item_controller.h 60 // Weak pointer to the shelf that owns us.
78 shelf:(DownloadShelfController*)shelf

Completed in 774 milliseconds

1 2 3 4