Home
last modified time | relevance | path

Searched refs:GetSizeForLabelWidth (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/chrome/browser/ui/views/location_bar/
Dev_bubble_view.cc53 GetSizeForLabelWidth(label.GetPreferredSize().width())); in GetMinimumSizeForLabelText()
59 GetSizeForLabelWidth(font_list().GetExpectedTextWidth(kMinCharacters))); in GetMinimumSizeForPreferredSize()
Dselected_keyword_view.cc44 return GetSizeForLabelWidth(full_label_.GetPreferredSize().width()); in GetPreferredSize()
49 return GetSizeForLabelWidth(partial_label_.GetMinimumSize().width()); in GetMinimumSize()
Dicon_label_bubble_view.cc83 return GetSizeForLabelWidth(label_->GetPreferredSize().width()); in GetPreferredSize()
95 gfx::Size IconLabelBubbleView::GetSizeForLabelWidth(int width) const { in GetSizeForLabelWidth() function in IconLabelBubbleView
Dicon_label_bubble_view.h58 gfx::Size GetSizeForLabelWidth(int width) const;