HomeSort by relevance Sort by last modified time
    Searched refs:text_width_ (Results 1 - 5 of 5) sorted by null

  /external/chromium/chrome/browser/ui/cocoa/location_bar/
content_setting_decoration.h 68 CGFloat text_width_; member in class:ContentSettingDecoration
  /external/chromium_org/chrome/browser/ui/cocoa/location_bar/
content_setting_decoration.h 69 CGFloat text_width_; member in class:ContentSettingDecoration
  /external/chromium_org/ash/accelerators/
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::__anon5886::ExitWarningWidgetDelegateView
  /external/chromium_org/ui/views/controls/tree/
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
tree_view.cc 1009 text_width_(0) {
1019 text_width_ = 0;
1032 int max_width = text_width_ + indent * depth;

Completed in 287 milliseconds