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

/external/chromium_org/ash/accelerators/
H A Dexit_warning_handler.cc43 ExitWarningWidgetDelegateView() : text_width_(0), width_(0), height_(0) {
56 text_width_ = gfx::GetStringWidth(text_, font_list);
57 width_ = text_width_ + kHorizontalMarginAroundText;
91 int text_width_; member in class:ash::__anon1850::ExitWarningWidgetDelegateView
/external/chromium_org/chrome/browser/ui/cocoa/location_bar/
H A Dcontent_setting_decoration.h66 CGFloat text_width_; member in class:ContentSettingDecoration
/external/chromium_org/ui/views/controls/tree/
H A Dtree_view.h201 void set_text_width(int width) { text_width_ = width; }
202 int text_width() const { return text_width_; }
221 int text_width_; member in class:views::TreeView::InternalNode
H A Dtree_view.cc1011 text_width_(0) {
1021 text_width_ = 0;
1034 int max_width = text_width_ + indent * depth;

Completed in 185 milliseconds