Searched refs:text_width_ (Results 1 - 5 of 5) sorted by relevance
/external/chromium/chrome/browser/ui/cocoa/location_bar/ | ||
H A D | content_setting_decoration.h | 68 CGFloat text_width_; member in class:ContentSettingDecoration |
/external/chromium_org/ash/accelerators/ | ||
H A D | exit_warning_handler.cc | 63 ExitWarningWidgetDelegateView() : text_width_(0), width_(0), height_(0) { 69 text_width_ = font_.GetStringWidth(text_); 70 width_ = text_width_ + kHorizontalMarginAroundText; 104 int text_width_; member in class:ash::__anon3480::ExitWarningWidgetDelegateView |
/external/chromium_org/chrome/browser/ui/cocoa/location_bar/ | ||
H A D | content_setting_decoration.h | 69 CGFloat text_width_; member in class:ContentSettingDecoration |
/external/chromium_org/ui/views/controls/tree/ | ||
H A D | tree_view.h | 197 void set_text_width(int width) { text_width_ = width; } 198 int text_width() const { return text_width_; } 217 int text_width_; member in class:views::TreeView::InternalNode |
H A D | tree_view.cc | 1009 text_width_(0) { 1019 text_width_ = 0; 1032 int max_width = text_width_ + indent * depth; |
Completed in 579 milliseconds