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

/external/chromium/chrome/browser/ui/tabs/
H A Ddock_info_unittest.cc15 const int kPopupWidth = 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/
[all...]
H A Ddock_info.cc21 const int kPopupWidth = 70; member in namespace:__anon2656
36 *in_enable_area = (delta_x < kPopupWidth / 2 && delta_y < kPopupHeight / 2);
52 int enable_delta_x = kPopupWidth / 2;
100 return kPopupWidth;
/external/chromium/chrome/browser/ui/webui/
H A Dactive_downloads_ui.cc56 static const int kPopupWidth = 250; member in namespace:__anon2728
406 kPopupWidth,
H A Dmediaplayer_ui.cc60 static const int kPopupWidth = 350; variable
512 kPopupWidth,
544 kPopupWidth,

Completed in 21 milliseconds