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

  /external/chromium/chrome/browser/ui/tabs/
dock_info_unittest.cc 16 const int kPopupHeight = 70;
23 gfx::Point(kPopupWidth/2 - 1, kPopupHeight/2 - 1),
24 gfx::Point(kPopupWidth/2, kPopupHeight/2),
32 gfx::Point(kPopupWidth, kPopupHeight),
56 gfx::Point(kPopupWidth - 1, kPopupHeight/2 -1),
57 gfx::Point(kPopupWidth, kPopupHeight/2 - 1),
58 gfx::Point(kPopupWidth - 1, kPopupHeight),
63 gfx::Point(kPopupWidth/2 - 1, kPopupHeight - 1),
64 gfx::Point(kPopupWidth/2 - 1, kPopupHeight),
65 gfx::Point(kPopupWidth/2, kPopupHeight - 1)
    [all...]
dock_info.cc 22 const int kPopupHeight = 70;
36 *in_enable_area = (delta_x < kPopupWidth / 2 && delta_y < kPopupHeight / 2);
53 int enable_delta_y = kPopupHeight / 2;
105 return kPopupHeight;
  /external/chromium_org/chrome/browser/ui/tabs/
dock_info_unittest.cc 16 const int kPopupHeight = 70;
23 gfx::Point(kPopupWidth/2 - 1, kPopupHeight/2 - 1),
24 gfx::Point(kPopupWidth/2, kPopupHeight/2),
32 gfx::Point(kPopupWidth, kPopupHeight),
56 gfx::Point(kPopupWidth - 1, kPopupHeight/2 -1),
57 gfx::Point(kPopupWidth, kPopupHeight/2 - 1),
58 gfx::Point(kPopupWidth - 1, kPopupHeight),
63 gfx::Point(kPopupWidth/2 - 1, kPopupHeight - 1),
64 gfx::Point(kPopupWidth/2 - 1, kPopupHeight),
65 gfx::Point(kPopupWidth/2, kPopupHeight - 1)
    [all...]
dock_info.cc 19 const int kPopupHeight = 70;
30 *in_enable_area = (delta_x < kPopupWidth / 2 && delta_y < kPopupHeight / 2);
47 int enable_delta_y = kPopupHeight / 2;
95 return kPopupHeight;
  /external/chromium_org/chrome/browser/chromeos/media/
media_player.cc 45 const int kPopupHeight = kTitleHeight + kTrackHeight + kControlsHeight;
136 screen.height() - kPopupBottom - kPopupHeight,
138 kPopupHeight);
  /external/chromium/chrome/browser/ui/webui/
mediaplayer_ui.cc 61 static const int kPopupHeight = 300;
513 kPopupHeight));
545 kPopupHeight));
active_downloads_ui.cc 57 // Minimum height of window must be 100, so kPopupHeight has space for
59 static const int kPopupHeight = 36 * 2 + 29;
407 kPopupHeight));
  /external/chromium/chrome/browser/ui/
browser.cc     [all...]

Completed in 455 milliseconds