HomeSort by relevance Sort by last modified time
    Searched refs:kScreenWidth (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/components/metrics/gpu/
gpu_metrics_provider_unittest.cc 16 const int kScreenWidth = 1024;
28 return gfx::Size(kScreenWidth, kScreenHeight);
62 EXPECT_EQ(kScreenWidth, hardware.primary_screen_width());
  /external/chromium_org/chrome/browser/ui/views/app_list/linux/
app_list_linux_unittest.cc 17 const int kScreenWidth = 800;
44 // kScreenWidth - kWindowWidth / 2 and < kScreenHeight - kWindowHeight / 2.
52 display_.set_bounds(gfx::Rect(0, 0, kScreenWidth, kScreenHeight));
54 gfx::Rect(0, kMenuBarSize, kScreenWidth, kScreenHeight - kMenuBarSize));
71 kScreenWidth - kShelfSize,
77 kScreenWidth - kShelfSize,
84 kScreenWidth,
91 kScreenWidth,
128 SetWorkArea(0, 0, kScreenWidth, kScreenHeight);
149 kScreenWidth,
    [all...]
  /external/chromium_org/chrome/browser/ui/app_list/
app_list_positioner_unittest.cc 12 const int kScreenWidth = 800;
36 // kScreenWidth - kWindowWidth / 2 and < kScreenHeight - kWindowHeight / 2.
50 display_.set_bounds(gfx::Rect(0, 0, kScreenWidth, kScreenHeight));
54 gfx::Rect(0, kMenuBarSize, kScreenWidth, kScreenHeight - kMenuBarSize));
131 EXPECT_EQ(gfx::Point(kScreenWidth - kWindowWidth / 2 - kMinDistanceFromEdge,
145 gfx::Point(kScreenWidth - kWindowWidth / 2 - kMinDistanceFromEdge,
164 kScreenWidth - kShelfSize - kWindowWidth / 2 - kMinDistanceFromEdge,
197 kScreenWidth - kShelfSize - kWindowWidth / 2 - kMinDistanceFromEdge,
203 EXPECT_EQ(gfx::Point(kScreenWidth / 2,
211 gfx::Point(kScreenWidth / 2
    [all...]
  /external/chromium_org/chrome/browser/ui/views/app_list/win/
app_list_win_unittest.cc 16 const int kScreenWidth = 800;
42 // kScreenWidth - kWindowWidth / 2 and < kScreenHeight - kWindowHeight / 2.
53 display_.set_bounds(gfx::Rect(0, 0, kScreenWidth, kScreenHeight));
54 display_.set_work_area(gfx::Rect(0, 0, kScreenWidth, kScreenHeight));
159 PlaceCursor(kScreenWidth - kCursorAwayFromTaskbar, kWindowAwayFromEdge);
160 EXPECT_EQ(gfx::Point(kScreenWidth - kTaskbarSize - kWindowWidth / 2 -
206 PlaceCursor(kScreenWidth - kCursorNearTaskbar, kWindowAwayFromEdge);
207 EXPECT_EQ(gfx::Point(kScreenWidth - kTaskbarSize - kWindowWidth / 2 -
222 PlaceCursor(kScreenWidth - kWindowNearEdge, kScreenHeight - kCursorOnTaskbar);
223 EXPECT_EQ(gfx::Point(kScreenWidth - kWindowWidth / 2 - kMinDistanceFromEdge
    [all...]
  /external/chromium_org/third_party/webrtc/modules/desktop_capture/
differ_unittest.cc 19 const int kScreenWidth= 96;
211 InitDiffer(kScreenWidth, kScreenHeight);
228 InitDiffer(kScreenWidth, kScreenHeight);
250 InitDiffer(kScreenWidth, kScreenHeight);
273 InitDiffer(kScreenWidth, kScreenHeight);
371 InitDiffer(kScreenWidth, kScreenHeight);
392 InitDiffer(kScreenWidth, kScreenHeight);
404 InitDiffer(kScreenWidth, kScreenHeight);
441 InitDiffer(kScreenWidth, kScreenHeight);
478 InitDiffer(kScreenWidth, kScreenHeight)
    [all...]
desktop_and_cursor_composer_unittest.cc 26 const int kScreenWidth = 100;
63 new BasicDesktopFrame(DesktopSize(kScreenWidth, kScreenHeight));
66 for (int x = 0; x < kScreenWidth; ++x) {
152 for (int x = 0; x < kScreenWidth; ++x) {

Completed in 554 milliseconds