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

  /external/chromium/chrome/browser/ui/gtk/
browser_window_gtk.cc 479 // |side_height| is how many pixels to draw for the side borders. We do one
482 int side_height = bottom_y - side_y - 1; local
483 if (side_height > 0) {
492 side_height);
505 side_height);
    [all...]
  /external/chromium_org/chrome/browser/ui/gtk/
browser_window_gtk.cc 448 // |side_height| is how many pixels to draw for the side borders. We do one
451 int side_height = bottom_y - side_y - 1; local
452 if (side_height > 0) {
462 side_height);
475 side_height);
    [all...]

Completed in 29 milliseconds