Searched defs:kShelfSize (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/ash/shelf/
H A Dshelf_constants.cc11 const int kShelfSize = 47; member in namespace:ash
/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...]

Completed in 666 milliseconds