Searched refs:text_size_ (Results 1 – 8 of 8) sorted by relevance
/external/chromium/chrome/browser/ui/views/location_bar/ |
D | content_setting_image_view.cc | 59 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()
|
D | content_setting_image_view.h | 72 int text_size_; variable
|
/external/chromium_org/ui/views/controls/button/ |
D | text_button.cc | 293 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()
|
D | text_button.h | 245 gfx::Size text_size_; variable
|
/external/chromium_org/chrome/browser/ui/views/website_settings/ |
D | permission_selector_view.cc | 105 gfx::Size prefsize(text_size_.width() + insets.width(), in GetPreferredSize() 106 text_size_.height() + insets.height()); in GetPreferredSize()
|
/external/chromium_org/ui/views/controls/ |
D | label.h | 254 mutable gfx::Size text_size_; variable
|
D | label.cc | 343 text_size_.SetSize(w, h); in GetTextSize() 347 return text_size_; in GetTextSize()
|
/external/chromium_org/chrome/browser/ui/views/bookmarks/ |
D | bookmark_bar_view.cc | 265 if (text_size_.width() > GetTextBounds().width()) in GetTooltipText()
|