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 332 icon_text_spacing_ = icon_text_spacing;
394 int icon_text_spacing_; member in class:views::TextButton
text_button.cc 606 icon_text_spacing_(kDefaultIconTextSpacing),
642 prefsize.Enlarge(icon_text_spacing_, 0);
675 int spacing = text_.empty() ? 0 : icon_text_spacing_;
718 extra_width = icon.width() + (text_.empty() ? 0 : icon_text_spacing_);

Completed in 151 milliseconds