/external/chromium_org/ash/shelf/ |
H A D | shelf_constants.cc | 11 const int kShelfSize = 47; member in namespace:ash
|
H A D | shelf_constants.h | 21 ASH_EXPORT extern const int kShelfSize;
|
H A D | alternate_app_list_button.cc | 41 SetSize(gfx::Size(ShelfLayoutManager::kShelfSize, 42 ShelfLayoutManager::kShelfSize));
|
H A D | app_list_button.cc | 45 SetSize(gfx::Size(kShelfSize, kShelfSize));
|
H A D | shelf_layout_manager.cc | 738 *height = kShelfSize; 740 *width = kShelfSize; 800 status_size.set_height(kShelfSize); 802 status_size.set_width(kShelfSize); 882 resistance_free_region = kShelfSize - kAutoHideSize; 934 kShelfSize);
|
H A D | overflow_bubble_view.cc | 186 kShelfSize / 2;
|
H A D | shelf_view.cc | 1312 kShelfSize); 1314 preferred_size = gfx::Size(kShelfSize, 1382 gfx::Rect(gfx::Size(kShelfSize, kShelfSize)); 1385 return gfx::Size(last_button_bounds.right() + leading_inset_, kShelfSize); 1388 return gfx::Size(kShelfSize,
|
H A D | shelf_view_unittest.cc | 308 shelf_view_->SetBounds(0, 0, 500, kShelfSize); 1432 bounds.set_width(bounds.width() - kShelfSize); 1567 shelf_view_for_secondary->SetBounds(0, 0, 500, kShelfSize);
|
/external/chromium_org/chrome/browser/ui/app_list/ |
H A D | app_list_positioner_unittest.cc | 21 const int kShelfSize = 30; member in namespace:__anon4939 26 // A cursor position that is within the shelf. This must be < kShelfSize. 27 const int kCursorOnShelf = kShelfSize / 2; 67 positioner_->WorkAreaInset(kShelfSize, 0, 0, 0); 70 positioner_->WorkAreaInset(0, 0, kShelfSize, 0); 73 positioner_->WorkAreaInset(0, kShelfSize, 0, 0); 76 positioner_->WorkAreaInset(0, 0, 0, kShelfSize); 156 gfx::Point(kShelfSize + kWindowWidth / 2 + kMinDistanceFromEdge, 164 kScreenWidth - kShelfSize - kWindowWidth / 2 - kMinDistanceFromEdge, 171 kMenuBarSize + kShelfSize [all...] |
/external/chromium_org/chrome/browser/ui/views/app_list/linux/ |
H A D | app_list_linux_unittest.cc | 26 const int kShelfSize = 30; member in namespace:__anon5197 28 // A cursor position that is within the shelf. This must be < kShelfSize. 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, 71 kScreenWidth - kShelfSize, 77 kScreenWidth - kShelfSize, 83 kMenuBarSize + kShelfSize, 85 kScreenHeight - kMenuBarSize - kShelfSize)); [all...] |
/external/chromium_org/ash/system/web_notification/ |
H A D | ash_popup_alignment_delegate.cc | 71 system_tray_height_ -= kShelfSize - ShelfLayoutManager::kAutoHideSize; 151 width = kShelfSize - ShelfLayoutManager::kAutoHideSize;
|
/external/chromium_org/chrome/browser/ui/ash/launcher/ |
H A D | launcher_favicon_loader.cc | 23 // link tag, storing the one that best matches ash::kShelfSize. 145 if (new_bitmap.height() < ash::kShelfSize)
|
H A D | launcher_favicon_loader_browsertest.cc | 158 // chosen. The icons are sized assuming ash::kShelfSize < 128. 159 EXPECT_GT(128, ash::kShelfSize);
|
H A D | chrome_launcher_controller_browsertest.cc | 864 EXPECT_EQ(ash::kShelfSize, app_item.image.height());
|
/external/chromium_org/ash/system/tray/ |
H A D | tray_background_view.cc | 491 bottom_edge = kShelfSize - 496 left_edge = kShelfSize - 504 right_edge = kShelfSize -
|
/external/chromium_org/chrome/browser/ui/apps/ |
H A D | chrome_app_delegate.cc | 262 return ash::kShelfSize;
|