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

  /external/chromium/chrome/browser/chromeos/login/
shutdown_button.cc 24 const int kBottomPadding = 12;
104 parent->height() - button_size.height() - kBottomPadding,
  /external/chromium/chrome/browser/ui/views/tabs/
tab.cc 34 static const int kBottomPadding = 5;
232 lb.Inset(kLeftPadding, kTopPadding, kRightPadding, kBottomPadding);
289 int text_height = title_top + font_height() + kBottomPadding;
  /external/chromium/chrome/browser/ui/gtk/tabs/
tab_renderer_gtk.cc 40 const int kBottomPadding = 5;
669 local_bounds.Inset(kLeftPadding, kTopPadding, kRightPadding, kBottomPadding);
732 int text_height = title_top + title_font_height_ + kBottomPadding;
    [all...]

Completed in 391 milliseconds