Home
last modified time | relevance | path

Searched refs:text_size_ (Results 1 – 8 of 8) sorted by relevance

/external/chromium/chrome/browser/ui/views/location_bar/
Dcontent_setting_image_view.cc59 text_size_(0), in ContentSettingImageView()
105 text_size_ = ResourceBundle::GetSharedInstance().GetFont( in UpdateFromTabContents()
107 text_size_ += 2 * kTextMarginPixels + kIconLeftMargin; in UpdateFromTabContents()
239 visible_text_size_ = static_cast<int>(text_size_ * state / in AnimateToState()
242 visible_text_size_ = static_cast<int>(text_size_ * (1.0 - state) / in AnimateToState()
245 visible_text_size_ = text_size_; in AnimateToState()
Dcontent_setting_image_view.h72 int text_size_; variable
/external/chromium_org/ui/views/controls/button/
Dtext_button.cc293 max_text_size_ = text_size_; in ClearMaxTextSize()
316 text_size_.width()) + insets.width(), in GetPreferredSize()
318 text_size_.height()) + insets.height()); in GetPreferredSize()
368 CalculateTextSize(&text_size_, text_width); in UpdateTextSize()
373 max_text_size_.SetSize(std::max(max_text_size_.width(), text_size_.width()), in UpdateTextSize()
375 text_size_.height())); in UpdateTextSize()
438 int content_width = text_size_.width() + extra_width; in GetContentBounds()
457 int content_y = (available_height - text_size_.height()) / 2 + insets.top(); in GetContentBounds()
459 gfx::Rect bounds(content_x, content_y, content_width, text_size_.height()); in GetContentBounds()
Dtext_button.h245 gfx::Size text_size_; variable
/external/chromium_org/chrome/browser/ui/views/website_settings/
Dpermission_selector_view.cc105 gfx::Size prefsize(text_size_.width() + insets.width(), in GetPreferredSize()
106 text_size_.height() + insets.height()); in GetPreferredSize()
/external/chromium_org/ui/views/controls/
Dlabel.h254 mutable gfx::Size text_size_; variable
Dlabel.cc343 text_size_.SetSize(w, h); in GetTextSize()
347 return text_size_; in GetTextSize()
/external/chromium_org/chrome/browser/ui/views/bookmarks/
Dbookmark_bar_view.cc265 if (text_size_.width() > GetTextBounds().width()) in GetTooltipText()