Searched refs:kMaxWindowHeight (Results 1 - 2 of 2) sorted by relevance

/external/chromium/chrome/browser/renderer_host/
H A Drender_widget_host_view_gtk.cc54 const int kMaxWindowHeight = 4000; member in namespace:__anon1810
632 int height = std::min(size.height(), kMaxWindowHeight);
894 std::min(bounds.height(), kMaxWindowHeight));
992 gfx::Rect paint_rect = gfx::Rect(0, 0, kMaxWindowWidth, kMaxWindowHeight);
H A Drender_widget_host_view_views.cc38 static const int kMaxWindowHeight = 4000; variable
220 int height = std::min(size.height(), kMaxWindowHeight);
802 gfx::Rect paint_rect = gfx::Rect(0, 0, kMaxWindowWidth, kMaxWindowHeight);

Completed in 39 milliseconds