Home
last modified time | relevance | path

Searched refs:kPopupHeight (Results 1 – 5 of 5) sorted by relevance

/external/chromium/chrome/browser/ui/tabs/
Ddock_info_unittest.cc16 const int kPopupHeight = 70; variable
23 gfx::Point(kPopupWidth/2 - 1, kPopupHeight/2 - 1), in TEST()
24 gfx::Point(kPopupWidth/2, kPopupHeight/2), in TEST()
32 gfx::Point(kPopupWidth, kPopupHeight), in TEST()
56 gfx::Point(kPopupWidth - 1, kPopupHeight/2 -1), in TEST()
57 gfx::Point(kPopupWidth, kPopupHeight/2 - 1), in TEST()
58 gfx::Point(kPopupWidth - 1, kPopupHeight), in TEST()
63 gfx::Point(kPopupWidth/2 - 1, kPopupHeight - 1), in TEST()
64 gfx::Point(kPopupWidth/2 - 1, kPopupHeight), in TEST()
65 gfx::Point(kPopupWidth/2, kPopupHeight - 1), in TEST()
[all …]
Ddock_info.cc22 const int kPopupHeight = 70; variable
36 *in_enable_area = (delta_x < kPopupWidth / 2 && delta_y < kPopupHeight / 2); in IsCloseToPoint()
53 int enable_delta_y = kPopupHeight / 2; in IsCloseToMonitorPoint()
105 return kPopupHeight; in popup_height()
/external/chromium/chrome/browser/ui/webui/
Dmediaplayer_ui.cc61 static const int kPopupHeight = 300; variable
513 kPopupHeight)); in PopupPlaylist()
545 kPopupHeight)); in PopupMediaPlayer()
Dactive_downloads_ui.cc59 static const int kPopupHeight = 36 * 2 + 29; variable
407 kPopupHeight)); in OpenPopup()
/external/chromium/chrome/browser/ui/
Dbrowser.cc1782 FileBrowseUI::kPopupHeight); in OpenFile()