Searched refs:text_width_ (Results 1 - 5 of 5) sorted by relevance

/external/chromium/chrome/browser/ui/cocoa/location_bar/
H A Dcontent_setting_decoration.h68 CGFloat text_width_; member in class:ContentSettingDecoration
/external/chromium_org/ash/accelerators/
H A Dexit_warning_handler.cc63 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 Dcontent_setting_decoration.h69 CGFloat text_width_; member in class:ContentSettingDecoration
/external/chromium_org/ui/views/controls/tree/
H A Dtree_view.h197 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 Dtree_view.cc1009 text_width_(0) {
1019 text_width_ = 0;
1032 int max_width = text_width_ + indent * depth;

Completed in 579 milliseconds