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

  /external/chromium_org/ui/views/controls/button/
text_button.h 317 icon_text_spacing_ = icon_text_spacing;
379 int icon_text_spacing_; member in class:views::TextButton
text_button.cc 617 icon_text_spacing_(kDefaultIconTextSpacing),
652 prefsize.Enlarge(icon_text_spacing_, 0);
685 int spacing = text_.empty() ? 0 : icon_text_spacing_;
728 extra_width = icon.width() + (text_.empty() ? 0 : icon_text_spacing_);

Completed in 40 milliseconds