Searched defs:GetBubbleOuterPadding (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/ui/views/location_bar/
H A Dcontent_setting_image_view.cc129 int ContentSettingImageView::GetBubbleOuterPadding(bool by_icon) { function in class:ContentSettingImageView
182 std::min((width() - icon_width) / 2, GetBubbleOuterPadding(true)), 0,
227 return GetBubbleOuterPadding(true) + LocationBarView::kItemPadding +
228 GetBubbleOuterPadding(false);
H A Dicon_label_bubble_view.cc87 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) { function in class:IconLabelBubbleView
127 return GetBubbleOuterPadding(true) +

Completed in 158 milliseconds