/external/chromium_org/chrome/browser/ui/app_list/ |
D | app_list_positioner_unittest.cc | 21 const int kShelfSize = 30; variable 27 const int kCursorOnShelf = kShelfSize / 2; 67 positioner_->WorkAreaInset(kShelfSize, 0, 0, 0); in PlaceShelf() 70 positioner_->WorkAreaInset(0, 0, kShelfSize, 0); in PlaceShelf() 73 positioner_->WorkAreaInset(0, kShelfSize, 0, 0); in PlaceShelf() 76 positioner_->WorkAreaInset(0, 0, 0, kShelfSize); in PlaceShelf() 156 gfx::Point(kShelfSize + kWindowWidth / 2 + kMinDistanceFromEdge, in TEST_F() 164 kScreenWidth - kShelfSize - kWindowWidth / 2 - kMinDistanceFromEdge, in TEST_F() 171 kMenuBarSize + kShelfSize + kWindowHeight / 2 + in TEST_F() 179 kScreenHeight - kShelfSize - kWindowHeight / 2 - in TEST_F() [all …]
|
/external/chromium_org/chrome/browser/ui/views/app_list/linux/ |
D | app_list_linux_unittest.cc | 26 const int kShelfSize = 30; variable 29 const int kCursorOnShelf = kShelfSize / 2; 31 const int kCursorNearShelfX = kShelfSize + kWindowWidth; 35 const int kCursorNearShelfY = kShelfSize + kWindowHeight; 69 display_.set_work_area(gfx::Rect(kShelfSize, in PlaceShelf() 71 kScreenWidth - kShelfSize, in PlaceShelf() 77 kScreenWidth - kShelfSize, in PlaceShelf() 83 kMenuBarSize + kShelfSize, in PlaceShelf() 85 kScreenHeight - kMenuBarSize - kShelfSize)); in PlaceShelf() 92 kScreenHeight - kMenuBarSize - kShelfSize)); in PlaceShelf() [all …]
|
/external/chromium_org/ash/shelf/ |
D | shelf_constants.cc | 11 const int kShelfSize = 47; variable
|
D | shelf_constants.h | 21 ASH_EXPORT extern const int kShelfSize;
|
D | alternate_app_list_button.cc | 41 SetSize(gfx::Size(ShelfLayoutManager::kShelfSize, in AlternateAppListButton() 42 ShelfLayoutManager::kShelfSize)); in AlternateAppListButton()
|
D | app_list_button.cc | 41 SetSize(gfx::Size(kShelfSize, kShelfSize)); in AppListButton()
|
D | shelf_layout_manager.cc | 747 *height = kShelfSize; in GetShelfSize() 749 *width = kShelfSize; in GetShelfSize() 809 status_size.set_height(kShelfSize); in CalculateTargetBounds() 811 status_size.set_width(kShelfSize); in CalculateTargetBounds() 891 resistance_free_region = kShelfSize - kAutoHideSize; in UpdateTargetBoundsForGesture() 943 kShelfSize); in UpdateTargetBoundsForGesture()
|
D | overflow_bubble_view.cc | 186 kShelfSize / 2; in GetBubbleBounds()
|
D | shelf_view.cc | 1314 kShelfSize); in GetBoundsForDragInsertInScreen() 1316 preferred_size = gfx::Size(kShelfSize, in GetBoundsForDragInsertInScreen() 1384 gfx::Rect(gfx::Size(kShelfSize, kShelfSize)); in GetPreferredSize() 1387 return gfx::Size(last_button_bounds.right() + leading_inset_, kShelfSize); in GetPreferredSize() 1390 return gfx::Size(kShelfSize, in GetPreferredSize()
|
D | shelf_view_unittest.cc | 299 shelf_view_->SetBounds(0, 0, 500, kShelfSize); in SetUp() 1385 bounds.set_width(bounds.width() - kShelfSize); in TEST_F() 1520 shelf_view_for_secondary->SetBounds(0, 0, 500, kShelfSize); in TEST_F()
|
/external/chromium_org/ash/system/tray/ |
D | tray_background_view.cc | 471 bottom_edge = kShelfSize - in SetTrayBorder() 476 left_edge = kShelfSize - in SetTrayBorder() 484 right_edge = kShelfSize - in SetTrayBorder()
|
/external/chromium_org/chrome/browser/ui/ash/launcher/ |
D | launcher_favicon_loader_browsertest.cc | 162 EXPECT_GT(128, ash::kShelfSize); in IN_PROC_BROWSER_TEST_F()
|
D | launcher_favicon_loader.cc | 148 if (new_bitmap.height() < ash::kShelfSize) in AddFavicon()
|
D | chrome_launcher_controller_browsertest.cc | 863 EXPECT_EQ(ash::kShelfSize, app_item.image.height()); in IN_PROC_BROWSER_TEST_F()
|
/external/chromium_org/ash/system/web_notification/ |
D | web_notification_tray.cc | 126 system_tray_height_ -= kShelfSize - ShelfLayoutManager::kAutoHideSize; in SetSystemTrayHeight() 176 width = kShelfSize - ShelfLayoutManager::kAutoHideSize; in OnAutoHideStateChanged()
|
/external/chromium_org/chrome/browser/ui/apps/ |
D | chrome_app_window_delegate.cc | 228 return ash::kShelfSize; in PreferredIconSize()
|