Searched defs:kPopupHeight (Results 1 - 4 of 4) sorted by relevance

/external/chromium/chrome/browser/ui/tabs/
H A Ddock_info_unittest.cc16 const int kPopupHeight = 70; member in namespace:__anon2657
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
[all...]
H A Ddock_info.cc22 const int kPopupHeight = 70; member in namespace:__anon2656
36 *in_enable_area = (delta_x < kPopupWidth / 2 && delta_y < kPopupHeight / 2);
53 int enable_delta_y = kPopupHeight / 2;
105 return kPopupHeight;
/external/chromium/chrome/browser/ui/webui/
H A Dactive_downloads_ui.cc57 // Minimum height of window must be 100, so kPopupHeight has space for
59 static const int kPopupHeight = 36 * 2 + 29; member in namespace:__anon2728
407 kPopupHeight));
H A Dmediaplayer_ui.cc61 static const int kPopupHeight = 300; variable
513 kPopupHeight));
545 kPopupHeight));

Completed in 87 milliseconds