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

  /external/chromium_org/chrome/browser/ui/views/location_bar/
icon_label_bubble_view.cc 87 image_->SetBounds(GetBubbleOuterPadding(!is_extension_icon_), 0,
91 width() - pre_label_width - GetBubbleOuterPadding(false),
96 gfx::Size size(GetPreLabelWidth() + width + GetBubbleOuterPadding(false), 0);
114 int IconLabelBubbleView::GetBubbleOuterPadding(bool by_icon) {
127 return GetBubbleOuterPadding(true) +
content_setting_image_view.cc 129 int ContentSettingImageView::GetBubbleOuterPadding(bool by_icon) {
182 std::min((width() - icon_width) / 2, GetBubbleOuterPadding(true)), 0,
227 return GetBubbleOuterPadding(true) + LocationBarView::kItemPadding +
228 GetBubbleOuterPadding(false);
content_setting_image_view.h 63 static int GetBubbleOuterPadding(bool by_icon);
icon_label_bubble_view.h 66 static int GetBubbleOuterPadding(bool by_icon);

Completed in 56 milliseconds