HomeSort by relevance Sort by last modified time
    Searched defs:kPopupHeight (Results 1 - 4 of 4) 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/chrome/browser/ui/webui/
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));
mediaplayer_ui.cc 61 static const int kPopupHeight = 300;
513 kPopupHeight));
545 kPopupHeight));

Completed in 140 milliseconds