Searched refs:kShelfSize (Results 1 - 16 of 16) sorted by relevance

/external/chromium_org/ash/shelf/
H A Dshelf_constants.cc11 const int kShelfSize = 47; member in namespace:ash
H A Dshelf_constants.h21 ASH_EXPORT extern const int kShelfSize;
H A Dalternate_app_list_button.cc41 SetSize(gfx::Size(ShelfLayoutManager::kShelfSize,
42 ShelfLayoutManager::kShelfSize));
H A Dapp_list_button.cc45 SetSize(gfx::Size(kShelfSize, kShelfSize));
H A Dshelf_layout_manager.cc738 *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 Doverflow_bubble_view.cc186 kShelfSize / 2;
H A Dshelf_view.cc1312 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 Dshelf_view_unittest.cc308 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 Dapp_list_positioner_unittest.cc21 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 Dapp_list_linux_unittest.cc26 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 Dash_popup_alignment_delegate.cc71 system_tray_height_ -= kShelfSize - ShelfLayoutManager::kAutoHideSize;
151 width = kShelfSize - ShelfLayoutManager::kAutoHideSize;
/external/chromium_org/chrome/browser/ui/ash/launcher/
H A Dlauncher_favicon_loader.cc23 // link tag, storing the one that best matches ash::kShelfSize.
145 if (new_bitmap.height() < ash::kShelfSize)
H A Dlauncher_favicon_loader_browsertest.cc158 // chosen. The icons are sized assuming ash::kShelfSize < 128.
159 EXPECT_GT(128, ash::kShelfSize);
H A Dchrome_launcher_controller_browsertest.cc864 EXPECT_EQ(ash::kShelfSize, app_item.image.height());
/external/chromium_org/ash/system/tray/
H A Dtray_background_view.cc491 bottom_edge = kShelfSize -
496 left_edge = kShelfSize -
504 right_edge = kShelfSize -
/external/chromium_org/chrome/browser/ui/apps/
H A Dchrome_app_delegate.cc262 return ash::kShelfSize;

Completed in 208 milliseconds