HomeSort by relevance Sort by last modified time
    Searched defs:kShelfSize (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/ash/shelf/
shelf_constants.cc 11 const int kShelfSize = 47;
  /external/chromium_org/chrome/browser/ui/app_list/
app_list_positioner_unittest.cc 21 const int kShelfSize = 30;
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 + kWindowHeight / 2
    [all...]
  /external/chromium_org/chrome/browser/ui/views/app_list/linux/
app_list_linux_unittest.cc 26 const int kShelfSize = 30;
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 225 milliseconds