HomeSort by relevance Sort by last modified time
    Searched refs:kMaxWindowHeight (Results 1 - 2 of 2) sorted by null

  /external/chromium/chrome/browser/renderer_host/
render_widget_host_view_gtk.cc 54 const int kMaxWindowHeight = 4000;
632 int height = std::min(size.height(), kMaxWindowHeight);
    [all...]
render_widget_host_view_views.cc 38 static const int kMaxWindowHeight = 4000;
220 int height = std::min(size.height(), kMaxWindowHeight);
802 gfx::Rect paint_rect = gfx::Rect(0, 0, kMaxWindowWidth, kMaxWindowHeight);

Completed in 668 milliseconds