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

  /external/chromium/chrome/browser/ui/views/bubble/
border_contents.h 50 static const int kBottomMargin = 9;
border_contents.cc 45 kTopMargin + kBottomMargin);
72 insets.right() + kRightMargin, insets.bottom() + kBottomMargin);
  /external/chromium/chrome/common/extensions/
extension_action.cc 24 const int kBottomMargin = 0;
29 const int kBottomMargin = 5;
34 const int kBottomMargin = 5;
39 const int kBottomMargin = 5;
145 rect.fBottom = SkIntToScalar(bounds.bottom() - kBottomMargin);
  /external/chromium/chrome/browser/ui/gtk/notifications/
balloon_view_gtk.cc 52 const int kBottomMargin = 1;
243 kTopMargin, kBottomMargin, kLeftMargin, kRightMargin);
367 kTopMargin + kBottomMargin + kTopShadowWidth + kBottomShadowWidth +
  /external/chromium/chrome/browser/ui/gtk/
info_bubble_gtk.cc 39 const int kBottomMargin = kCornerSize - 1;
136 kTopMargin, kBottomMargin,
location_bar_view_gtk.cc 70 const int kBottomMargin = 1;
817 kBottomMargin + kBorderThickness,
    [all...]
  /external/chromium/chrome/browser/ui/views/notifications/
balloon_view.cc 50 const int kBottomMargin = 0;
449 + kTopMargin + kBottomMargin + kTopShadowWidth + kBottomShadowWidth
  /external/chromium/chrome/browser/ui/views/bookmarks/
bookmark_bar_view.cc 73 static const int kBottomMargin = 2;
    [all...]

Completed in 995 milliseconds